Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7056556
addressbook.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
addressbook.html
View Options
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
>
<
title
><
roundcube:object
name
=
"pagetitle"
/></
title
>
<
roundcube:include
file
=
"/includes/links.html"
/>
<
script
type
=
"text/javascript"
src
=
"/splitter.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"/functions.js"
></
script
>
<
style
type
=
"text/css"
>
#
addresslist
{
width
:
<
roundcube
:
exp
expression
=
"!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245"
/>
px
;
}
#
contacts-box
{
left
:
<
roundcube
:
exp
expression
=
"!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255"
/>
px
;
<
roundcube
:
exp
expression
=
"browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255).')+\\'px\\');') : ''"
/>
}
</
style
>
</
head
>
<
body
onload
=
"rcube_init_mail_ui()"
>
<
roundcube:include
file
=
"/includes/taskbar.html"
/>
<
roundcube:include
file
=
"/includes/header.html"
/>
<
div
id
=
"abooktoolbar"
>
<
roundcube:button
command
=
"add"
type
=
"link"
class
=
"buttonPas addcontact"
classAct
=
"button addcontact"
classSel
=
"button addcontactSel"
title
=
"newcontact"
content
=
" "
/>
<
roundcube:button
command
=
"compose"
type
=
"link"
class
=
"buttonPas compose"
classAct
=
"button compose"
classSel
=
"button composeSel"
title
=
"composeto"
content
=
" "
/>
<
roundcube:button
command
=
"delete"
type
=
"link"
class
=
"buttonPas delete"
classAct
=
"button delete"
classSel
=
"button deleteSel"
title
=
"deletecontact"
content
=
" "
/>
<
span
class
=
"separator"
>
</
span
>
<
roundcube:button
command
=
"import"
type
=
"link"
class
=
"buttonPas import"
classAct
=
"button import"
classSel
=
"button importSel"
title
=
"importcontacts"
content
=
" "
/>
<
roundcube:button
command
=
"export"
type
=
"link"
class
=
"buttonPas export"
classAct
=
"button export"
classSel
=
"button exportSel"
title
=
"exportvcards"
content
=
" "
/>
<
roundcube:container
name
=
"toolbar"
id
=
"abooktoolbar"
/>
</
div
>
<
div
id
=
"quicksearchbar"
>
<
roundcube:button
name
=
"searchmod"
id
=
"searchmod"
image
=
"/images/icons/glass.png"
/>
<
roundcube:object
name
=
"searchform"
id
=
"quicksearchbox"
/>
<
roundcube:button
command
=
"reset-search"
id
=
"searchreset"
image
=
"/images/icons/reset.gif"
title
=
"resetsearch"
/>
</
div
>
<
div
id
=
"directorylistbox"
>
<
div
id
=
"groups-title"
class
=
"boxtitle"
><
roundcube:label
name
=
"groups"
/></
div
>
<
div
id
=
"directorylistwarp"
>
<
roundcube:object
name
=
"directorylist"
id
=
"directorylist"
/>
<
roundcube:object
name
=
"groupslist"
id
=
"contactgroupslist"
/>
</
div
>
<
div
id
=
"directorylistbuttons"
>
<
roundcube:button
command
=
"group-create"
type
=
"link"
title
=
"newcontactgroup"
class
=
"buttonPas addgroup"
classAct
=
"button addgroup"
content
=
" "
/>
<
roundcube:button
name
=
"groupactions"
id
=
"groupactionslink"
type
=
"link"
title
=
"groupactions"
class
=
"button groupactions"
onclick
=
"rcmail_ui.show_groupmenu();return false"
content
=
" "
/>
</
div
>
</
div
>
<
div
id
=
"groupoptionsmenu"
class
=
"popupmenu"
>
<
ul
>
<
li
><
roundcube:button
command
=
"group-rename"
label
=
"rename"
classAct
=
"active"
/></
li
>
<
li
><
roundcube:button
command
=
"group-delete"
label
=
"delete"
classAct
=
"active"
/></
li
>
</
ul
>
</
div
>
<
div
id
=
"addressscreen"
>
<
div
id
=
"addresslist"
>
<
roundcube:object
name
=
"addresslist"
id
=
"contacts-table"
class
=
"records-table"
cellspacing
=
"0"
summary
=
"Contacts list"
/>
</
div
>
<
script
type
=
"text/javascript"
>
var
addrviewsplit
=
new
rcube_splitter
({
id
:
'addressviewsplitter'
,
p1
:
'addresslist'
,
p2
:
'contacts-box'
,
orientation
:
'v'
,
relative
:
true
,
start
:
250
});
rcmail
.
add_onload
(
'addrviewsplit.init()'
);
</
script
>
<
div
id
=
"contacts-box"
>
<
roundcube:object
name
=
"addressframe"
id
=
"contact-frame"
width
=
"100%"
height
=
"100%"
frameborder
=
"0"
src
=
"/watermark.html"
/>
</
div
>
</
div
>
<
div
id
=
"abookcountbar"
class
=
"pagenav"
>
<
roundcube:button
command
=
"firstpage"
type
=
"link"
class
=
"buttonPas firstpage"
classAct
=
"button firstpage"
classSel
=
"button firstpageSel"
title
=
"firstpage"
content
=
" "
/>
<
roundcube:button
command
=
"previouspage"
type
=
"link"
class
=
"buttonPas prevpage"
classAct
=
"button prevpage"
classSel
=
"button prevpageSel"
title
=
"previouspage"
content
=
" "
/>
<
roundcube:object
name
=
"recordsCountDisplay"
style
=
"padding:0 .5em; float:left"
/>
<
roundcube:button
command
=
"nextpage"
type
=
"link"
class
=
"buttonPas nextpage"
classAct
=
"button nextpage"
classSel
=
"button nextpageSel"
title
=
"nextpage"
content
=
" "
/>
<
roundcube:button
command
=
"lastpage"
type
=
"link"
class
=
"buttonPas lastpage"
classAct
=
"button lastpage"
classSel
=
"button lastpageSel"
title
=
"lastpage"
content
=
" "
/>
</
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jun 12, 3:27 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
906818
Default Alt Text
addressbook.html (4 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment