Mercurial > hg > rc2
comparison skins/larry/templates/addressbook.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children | bf99236cc5cd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 <roundcube:object name="doctype" value="html5" /> | |
2 <html> | |
3 <head> | |
4 <title><roundcube:object name="pagetitle" /></title> | |
5 <roundcube:include file="/includes/links.html" /> | |
6 </head> | |
7 <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif /> | |
8 | |
9 <roundcube:include file="/includes/header.html" /> | |
10 | |
11 <div id="mainscreen"> | |
12 | |
13 <h1 class="voice"><roundcube:label name="addressbook" /></h1> | |
14 | |
15 <!-- toolbar --> | |
16 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> | |
17 <div id="addressbooktoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar"> | |
18 <roundcube:button command="import" type="link" class="button import disabled" classAct="button import" classSel="button import pressed" label="import" title="importcontacts" /> | |
19 <span class="dropbutton"> | |
20 <roundcube:button command="export" type="link" class="button export disabled" classAct="button export" classSel="button export pressed" label="export" title="exportvcards" /> | |
21 <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> | |
22 </span> | |
23 | |
24 <span class="spacer"></span> | |
25 <roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> | |
26 <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="printcontact" /> | |
27 <roundcube:button command="advanced-search" type="link" class="button search disabled" classAct="button search" classSel="button search pressed" label="advanced" title="advsearch" /> | |
28 <roundcube:container name="toolbar" id="addressbooktoolbar" /> | |
29 | |
30 <div id="exportmenu" class="popupmenu" aria-hidden="true"> | |
31 <h3 id="aria-label-exportmenu" class="voice"><roundcube:label name="arialabelcontactexportoptions" /></h3> | |
32 <ul id="exportmenu-menu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-exportmenu"> | |
33 <roundcube:button type="link-menuitem" command="export" label="exportall" prop="sub" class="exportalllink" classAct="exportalllink active" /> | |
34 <roundcube:button type="link-menuitem" command="export-selected" label="exportsel" prop="sub" class="exportsellink" classAct="exportsellink active" /> | |
35 </ul> | |
36 </div> | |
37 | |
38 </div> | |
39 | |
40 <!-- search box --> | |
41 <div id="quicksearchbar" class="searchbox" role="search" aria-labelledby="aria-label-searchform"> | |
42 <h2 id="aria-label-searchform" class="voice"><roundcube:label name="arialabelcontactsearchform" /></h2> | |
43 <label for="quicksearchbox" class="voice"><roundcube:label name="arialabelquicksearchbox" /></label> | |
44 <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" /> | |
45 <roundcube:object name="searchform" id="quicksearchbox" /> | |
46 <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" label="resetsearch" /> | |
47 | |
48 <div id="searchmenu" class="popupmenu" data-editable="true"> | |
49 <h3 id="aria-label-searchmenu" class="voice"><roundcube:label name="searchmod" /></h3> | |
50 <ul class="toolbarmenu" id="searchmenu-menu" role="menu" aria-labelledby="aria-label-searchmenu"> | |
51 <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> | |
52 <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> | |
53 <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> | |
54 <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> | |
55 <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> | |
56 </ul> | |
57 </div> | |
58 </div> | |
59 | |
60 <div id="mainscreencontent"> | |
61 | |
62 <div id="addressview-left"> | |
63 | |
64 <!-- sources/groups list --> | |
65 <div id="directorylistbox" class="uibox listbox" role="navigation" aria-labelledby="directorylist-header"> | |
66 <h2 id="directorylist-header" class="boxtitle"><roundcube:label name="groups" /></h2> | |
67 <div id="directorylist-content" class="scroller withfooter"> | |
68 <roundcube:object name="directorylist" id="directorylist" class="treelist listing iconized" /> | |
69 <h3 class="boxtitle voice"><roundcube:label name="savedsearches" /></h3> | |
70 <roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist listing iconized" /> | |
71 </div> | |
72 <div id="directorylist-footer" class="boxfooter"> | |
73 <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" /> | |
74 </div> | |
75 </div> | |
76 | |
77 <div id="groupoptions" class="popupmenu" aria-hidden="true"> | |
78 <h3 id="aria-label-groupoptions" class="voice"><roundcube:label name="arialabelabookgroupoptions" /></h3> | |
79 <ul id="groupoptionsmenu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-groupoptions"> | |
80 <roundcube:button type="link-menuitem" command="group-rename" label="grouprename" classAct="active" /> | |
81 <roundcube:button type="link-menuitem" command="group-delete" label="groupdelete" classAct="active" /> | |
82 <roundcube:button type="link-menuitem" command="search-create" label="searchsave" classAct="active" /> | |
83 <roundcube:button type="link-menuitem" command="search-delete" label="searchdelete" classAct="active" /> | |
84 <roundcube:container name="groupoptions" id="groupoptionsmenu" /> | |
85 </ul> | |
86 </div> | |
87 | |
88 </div><!-- end addressview-left --> | |
89 | |
90 <div id="addressview-right" role="main" aria-labelledby="aria-label-contactslist"> | |
91 | |
92 <!-- contacts list --> | |
93 <div id="addresslist" class="uibox listbox"> | |
94 <roundcube:object name="addresslisttitle" label="contacts" tag="h2" class="boxtitle" id="aria-label-contactslist" /> | |
95 <div class="scroller withfooter"> | |
96 <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> | |
97 </div> | |
98 <div class="boxpagenav"> | |
99 <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" /> | |
100 <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" label="previous" /> | |
101 <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" label="next" /> | |
102 <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" label="last" /> | |
103 </div> | |
104 <div class="boxfooter"> | |
105 <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" /> | |
106 <span class="countdisplay" aria-live="polite" aria-relevant="text"> | |
107 <span class="voice"><roundcube:label name="contacts" /></span> | |
108 <roundcube:object name="recordsCountDisplay" label="fromtoshort" /> | |
109 </span> | |
110 </div> | |
111 </div> | |
112 | |
113 <div class="voice" role="note"> | |
114 <h3><roundcube:label name="helplistnavigation" /></h3> | |
115 <pre> | |
116 <roundcube:label name="helplistkeyboardnavigation" /> | |
117 <roundcube:label name="helplistkeyboardnavcontacts" /> | |
118 </pre> | |
119 </div> | |
120 | |
121 | |
122 <div id="contacts-box" class="uibox"> | |
123 <div class="iframebox"> | |
124 <roundcube:object name="addressframe" id="contact-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="contactproperties" /> | |
125 </div> | |
126 </div> | |
127 | |
128 </div><!-- end addressview-right --> | |
129 | |
130 </div><!-- end mainscreencontent --> | |
131 | |
132 </div><!-- end mainscreen --> | |
133 | |
134 <div id="dragcontactmenu" class="popupmenu" aria-hidden="true"> | |
135 <ul class="toolbarmenu" role="menu"> | |
136 <roundcube:button type="link-menuitem" command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /> | |
137 <roundcube:button type="link-menuitem" command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /> | |
138 </ul> | |
139 </div> | |
140 | |
141 <roundcube:include file="/includes/footer.html" /> | |
142 | |
143 </body> | |
144 </html> |