Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9121440
addressbook.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
8 KB
Referenced Files
None
Subscribers
None
addressbook.html
View Options
<
roundcube:object
name
=
"doctype"
value
=
"html5"
/>
<
html
>
<
head
>
<
title
><
roundcube:object
name
=
"pagetitle"
/></
title
>
<
roundcube:include
file
=
"/includes/links.html"
/>
</
head
>
<
roundcube:if
condition
=
"env:extwin"
/><
body
class
=
"noscroll extwin"
><
roundcube:else
/><
body
class
=
"noscroll"
><
roundcube:endif
/>
<
roundcube:include
file
=
"/includes/header.html"
/>
<
div
id
=
"mainscreen"
>
<
h1
class
=
"voice"
><
roundcube:label
name
=
"addressbook"
/></
h1
>
<!-- toolbar -->
<
h2
id
=
"aria-label-toolbar"
class
=
"voice"
><
roundcube:label
name
=
"arialabeltoolbar"
/></
h2
>
<
div
id
=
"addressbooktoolbar"
class
=
"toolbar"
role
=
"toolbar"
aria-labelledby
=
"aria-label-toolbar"
>
<
roundcube:button
command
=
"import"
type
=
"link"
class
=
"button import disabled"
classAct
=
"button import"
classSel
=
"button import pressed"
label
=
"import"
title
=
"importcontacts"
/>
<
span
class
=
"dropbutton"
>
<
roundcube:button
command
=
"export"
type
=
"link"
class
=
"button export disabled"
classAct
=
"button export"
classSel
=
"button export pressed"
label
=
"export"
title
=
"exportvcards"
/>
<
a
href
=
"#export"
class
=
"dropbuttontip"
id
=
"exportmenulink"
onclick
=
"return UI.toggle_popup('exportmenu',event)"
aria-haspopup
=
"true"
aria-expanded
=
"false"
aria-owns
=
"exportmenu-menu"
tabindex
=
"0"
><
roundcube:label
name
=
"arialabelcontactexportoptions"
/></
a
>
</
span
>
<
span
class
=
"spacer"
></
span
>
<
roundcube:button
command
=
"compose"
type
=
"link"
class
=
"button compose disabled"
classAct
=
"button compose"
classSel
=
"button compose pressed"
label
=
"compose"
title
=
"writenewmessage"
/>
<
roundcube:button
command
=
"advanced-search"
type
=
"link"
class
=
"button search disabled"
classAct
=
"button search"
classSel
=
"button search pressed"
label
=
"advanced"
title
=
"advsearch"
/>
<
roundcube:container
name
=
"toolbar"
id
=
"addressbooktoolbar"
/>
<
div
id
=
"exportmenu"
class
=
"popupmenu"
aria-hidden
=
"true"
>
<
h3
id
=
"aria-label-exportmenu"
class
=
"voice"
><
roundcube:label
name
=
"arialabelcontactexportoptions"
/></
h3
>
<
ul
id
=
"exportmenu-menu"
class
=
"toolbarmenu"
role
=
"menu"
aria-labelledby
=
"aria-label-exportmenu"
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"export"
label
=
"exportall"
prop
=
"sub"
class
=
"exportalllink"
classAct
=
"exportalllink active"
/></
li
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"export-selected"
label
=
"exportsel"
prop
=
"sub"
class
=
"exportsellink"
classAct
=
"exportsellink active"
/></
li
>
</
ul
>
</
div
>
</
div
>
<!-- search box -->
<
div
id
=
"quicksearchbar"
class
=
"searchbox"
role
=
"search"
aria-labelledby
=
"aria-label-searchform"
>
<
h2
id
=
"aria-label-searchform"
class
=
"voice"
><
roundcube:label
name
=
"arialabelcontactsearchform"
/></
h2
>
<
label
for
=
"quicksearchbox"
class
=
"voice"
><
roundcube:label
name
=
"arialabelquicksearchbox"
/></
label
>
<
roundcube:button
command
=
"menu-open"
prop
=
"searchmenu"
id
=
"searchmenulink"
class
=
"iconbutton searchoptions"
title
=
"searchmod"
label
=
"options"
aria-haspopup
=
"true"
aria-expanded
=
"false"
aria-owns
=
"searchmenu-menu"
/>
<
roundcube:object
name
=
"searchform"
id
=
"quicksearchbox"
/>
<
roundcube:button
command
=
"reset-search"
id
=
"searchreset"
class
=
"iconbutton reset"
title
=
"resetsearch"
label
=
"resetsearch"
/>
<
div
id
=
"searchmenu"
class
=
"popupmenu"
data-editable
=
"true"
>
<
h3
id
=
"aria-label-searchmenu"
class
=
"voice"
><
roundcube:label
name
=
"searchmod"
/></
h3
>
<
ul
class
=
"toolbarmenu"
id
=
"searchmenu-menu"
role
=
"menu"
aria-labelledby
=
"aria-label-searchmenu"
>
<
li
role
=
"menuitem"
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"name"
id
=
"s_mod_name"
onclick
=
"UI.set_searchmod(this)"
/>
<
span
><
roundcube:label
name
=
"name"
/></
span
></
label
></
li
>
<
li
role
=
"menuitem"
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"firstname"
id
=
"s_mod_firstname"
onclick
=
"UI.set_searchmod(this)"
/>
<
span
><
roundcube:label
name
=
"firstname"
/></
span
></
label
></
li
>
<
li
role
=
"menuitem"
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"surname"
id
=
"s_mod_surname"
onclick
=
"UI.set_searchmod(this)"
/>
<
span
><
roundcube:label
name
=
"surname"
/></
span
></
label
></
li
>
<
li
role
=
"menuitem"
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"email"
id
=
"s_mod_email"
onclick
=
"UI.set_searchmod(this)"
/>
<
span
><
roundcube:label
name
=
"email"
/></
span
></
label
></
li
>
<
li
role
=
"menuitem"
><
label
><
input
type
=
"checkbox"
name
=
"s_mods[]"
value
=
"*"
id
=
"s_mod_all"
onclick
=
"UI.set_searchmod(this)"
/>
<
span
><
roundcube:label
name
=
"allfields"
/></
span
></
label
></
li
>
</
ul
>
</
div
>
</
div
>
<
div
id
=
"mainscreencontent"
>
<
div
id
=
"addressview-left"
>
<!-- sources/groups list -->
<
div
id
=
"directorylistbox"
class
=
"uibox listbox"
role
=
"navigation"
aria-labelledby
=
"directorylist-header"
>
<
h2
id
=
"directorylist-header"
class
=
"boxtitle"
><
roundcube:label
name
=
"groups"
/></
h2
>
<
div
id
=
"directorylist-content"
class
=
"scroller withfooter"
>
<
roundcube:object
name
=
"directorylist"
id
=
"directorylist"
class
=
"treelist listing iconized"
/>
<
h3
class
=
"boxtitle voice"
><
roundcube:label
name
=
"savedsearches"
/></
h3
>
<
roundcube:object
name
=
"savedsearchlist"
id
=
"savedsearchlist"
class
=
"treelist listing iconized"
/>
</
div
>
<
div
id
=
"directorylist-footer"
class
=
"boxfooter"
>
<
roundcube:button
command
=
"group-create"
type
=
"link"
title
=
"newgroup"
class
=
"listbutton add disabled"
classAct
=
"listbutton add"
innerClass
=
"inner"
label
=
"addgroup"
/><
roundcube:button
name
=
"groupoptions"
id
=
"groupoptionslink"
type
=
"link"
title
=
"moreactions"
class
=
"listbutton groupactions"
onclick
=
"return UI.toggle_popup('groupoptions',event)"
innerClass
=
"inner"
label
=
"arialabelabookgroupoptions"
aria-haspopup
=
"true"
aria-expanded
=
"false"
aria-owns
=
"groupoptionsmenu"
/>
</
div
>
</
div
>
<
div
id
=
"groupoptions"
class
=
"popupmenu"
aria-hidden
=
"true"
>
<
h3
id
=
"aria-label-groupoptions"
class
=
"voice"
><
roundcube:label
name
=
"arialabelabookgroupoptions"
/></
h3
>
<
ul
id
=
"groupoptionsmenu"
class
=
"toolbarmenu"
role
=
"menu"
aria-labelledby
=
"aria-label-groupoptions"
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"group-rename"
label
=
"grouprename"
classAct
=
"active"
/></
li
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"group-delete"
label
=
"groupdelete"
classAct
=
"active"
/></
li
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"search-create"
label
=
"searchsave"
classAct
=
"active"
/></
li
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"search-delete"
label
=
"searchdelete"
classAct
=
"active"
/></
li
>
<
roundcube:container
name
=
"groupoptions"
id
=
"groupoptionsmenu"
/>
</
ul
>
</
div
>
</
div
>
<!-- end addressview-left -->
<
div
id
=
"addressview-right"
role
=
"main"
aria-labelledby
=
"aria-label-contactslist"
>
<!-- contacts list -->
<
div
id
=
"addresslist"
class
=
"uibox listbox"
>
<
roundcube:object
name
=
"addresslisttitle"
label
=
"contacts"
tag
=
"h2"
class
=
"boxtitle"
id
=
"aria-label-contactslist"
/>
<
div
class
=
"scroller withfooter"
>
<
roundcube:object
name
=
"addresslist"
id
=
"contacts-table"
class
=
"listing iconized"
noheader
=
"true"
role
=
"listbox"
/>
</
div
>
<
div
class
=
"boxpagenav"
>
<
roundcube:button
command
=
"firstpage"
type
=
"link"
class
=
"icon firstpage disabled"
classAct
=
"icon firstpage"
title
=
"firstpage"
label
=
"first"
/>
<
roundcube:button
command
=
"previouspage"
type
=
"link"
class
=
"icon prevpage disabled"
classAct
=
"icon prevpage"
title
=
"previouspage"
label
=
"previous"
/>
<
roundcube:button
command
=
"nextpage"
type
=
"link"
class
=
"icon nextpage disabled"
classAct
=
"icon nextpage"
title
=
"nextpage"
label
=
"next"
/>
<
roundcube:button
command
=
"lastpage"
type
=
"link"
class
=
"icon lastpage disabled"
classAct
=
"icon lastpage"
title
=
"lastpage"
label
=
"last"
/>
</
div
>
<
div
class
=
"boxfooter"
>
<
roundcube:button
command
=
"add"
type
=
"link"
title
=
"newcontact"
class
=
"listbutton add disabled"
classAct
=
"listbutton add"
innerClass
=
"inner"
label
=
"addcontact"
/><
roundcube:button
command
=
"delete"
type
=
"link"
title
=
"deletecontact"
class
=
"listbutton delete disabled"
classAct
=
"listbutton delete"
innerClass
=
"inner"
label
=
"deletecontact"
/><
roundcube:button
command
=
"group-remove-selected"
type
=
"link"
title
=
"groupremoveselected"
class
=
"listbutton removegroup disabled"
classAct
=
"listbutton removegroup"
innerClass
=
"inner"
label
=
"groupremoveselected"
/>
<
span
class
=
"countdisplay"
aria-live
=
"polite"
aria-relevant
=
"text"
>
<
span
class
=
"voice"
><
roundcube:label
name
=
"contacts"
/></
span
>
<
roundcube:object
name
=
"recordsCountDisplay"
label
=
"fromtoshort"
/>
</
span
>
</
div
>
</
div
>
<
div
class
=
"voice"
role
=
"note"
>
<
h3
><
roundcube:label
name
=
"helplistnavigation"
/></
h3
>
<
pre
>
<
roundcube:label
name
=
"helplistkeyboardnavigation"
/>
<
roundcube:label
name
=
"helplistkeyboardnavcontacts"
/>
</
pre
>
</
div
>
<
div
id
=
"contacts-box"
class
=
"uibox"
>
<
div
class
=
"iframebox"
>
<
roundcube:object
name
=
"addressframe"
id
=
"contact-frame"
style
=
"width:100%; height:100%"
frameborder
=
"0"
src
=
"/watermark.html"
title
=
"contactproperties"
/>
</
div
>
</
div
>
</
div
>
<!-- end addressview-right -->
</
div
>
<!-- end mainscreencontent -->
</
div
>
<!-- end mainscreen -->
<
div
id
=
"dragcontactmenu"
class
=
"popupmenu"
aria-hidden
=
"true"
>
<
ul
class
=
"toolbarmenu"
role
=
"menu"
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"move"
onclick
=
"return rcmail.drag_menu_action('move')"
label
=
"move"
classAct
=
"active"
/></
li
>
<
li
role
=
"menuitem"
><
roundcube:button
command
=
"copy"
onclick
=
"return rcmail.drag_menu_action('copy')"
label
=
"copy"
classAct
=
"active"
/></
li
>
</
ul
>
</
div
>
<
roundcube:include
file
=
"/includes/footer.html"
/>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Thu, Jul 30, 2:55 AM (6 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1179875
Default Alt Text
addressbook.html (8 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment