Mercurial > hg > rc1
comparison skins/classic/templates/addressbook.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 <head> | |
4 <title><roundcube:object name="pagetitle" /></title> | |
5 <roundcube:include file="/includes/links.html" /> | |
6 <script type="text/javascript" src="/splitter.js"></script> | |
7 <script type="text/javascript" src="/functions.js"></script> | |
8 <style type="text/css"> | |
9 #addresslist { width: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245" />px; } | |
10 #contacts-box { left: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />px; } | |
11 #directorylistbox { width: <roundcube:exp expression="!empty(cookie:addressviewsplitterd) ? cookie:addressviewsplitterd-5 : 195" />px; } | |
12 #addressscreen { left: <roundcube:exp expression="!empty(cookie:addressviewsplitterd) ? cookie:addressviewsplitterd+5 : 205" />px; } | |
13 </style> | |
14 | |
15 </head> | |
16 <body> | |
17 | |
18 <roundcube:include file="/includes/taskbar.html" /> | |
19 <roundcube:include file="/includes/header.html" /> | |
20 | |
21 <div id="abooktoolbar"> | |
22 <roundcube:button command="add" type="link" class="buttonPas addcontact" classAct="button addcontact" classSel="button addcontactSel" title="newcontact" content=" " /> | |
23 <roundcube:button command="compose" type="link" class="buttonPas compose" classAct="button compose" classSel="button composeSel" title="composeto" content=" " /> | |
24 <roundcube:button command="print" type="link" class="buttonPas print" classAct="button print" classSel="button printSel" label="print" title="printcontact" content=" " /> | |
25 <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletecontact" content=" " /> | |
26 <span class="toolbarseparator"> </span> | |
27 <roundcube:button command="import" type="link" class="buttonPas import" classAct="button import" classSel="button importSel" title="importcontacts" content=" " /> | |
28 <span class="dropbutton"> | |
29 <roundcube:button command="export" type="link" class="buttonPas export" classAct="button export" classSel="button exportSel" title="exportvcards" content=" " /> | |
30 <span id="exportmenulink" onclick="rcmail_ui.show_popup('exportmenu');return false"></span> | |
31 </span> | |
32 <roundcube:button command="advanced-search" type="link" class="buttonPas search" classAct="button search" classSel="button searchSel" title="advsearch" content=" " /> | |
33 <roundcube:container name="toolbar" id="abooktoolbar" /> | |
34 </div> | |
35 | |
36 <div id="quicksearchbar"> | |
37 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" /> | |
38 <roundcube:object name="searchform" id="quicksearchbox" /> | |
39 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> | |
40 </div> | |
41 | |
42 <div id="exportmenu" class="popupmenu"> | |
43 <ul> | |
44 <li><roundcube:button command="export" label="exportall" prop="sub" classAct="exportalllink active" class="exportalllink" /></li> | |
45 <li><roundcube:button command="export-selected" label="exportsel" prop="sub" classAct="exportsellink active" class="exportsellink" /></li> | |
46 </ul> | |
47 </div> | |
48 | |
49 <div id="searchmenu" class="popupmenu"> | |
50 <ul class="toolbarmenu"> | |
51 <li><label><input type="checkbox" name="s_mods[]" value="name" id="s_mod_name" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="name" /></span></label></li> | |
52 <li><label><input type="checkbox" name="s_mods[]" value="firstname" id="s_mod_firstname" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="firstname" /></span></label></li> | |
53 <li><label><input type="checkbox" name="s_mods[]" value="surname" id="s_mod_surname" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="surname" /></span></label></li> | |
54 <li><label><input type="checkbox" name="s_mods[]" value="email" id="s_mod_email" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="email" /></span></label></li> | |
55 <li><label><input type="checkbox" name="s_mods[]" value="*" id="s_mod_all" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="allfields" /></span></label></li> | |
56 </ul> | |
57 </div> | |
58 | |
59 <div id="mainscreen"> | |
60 | |
61 <div id="directorylistbox"> | |
62 <div id="directorylist-title" class="boxtitle"><roundcube:label name="groups" /></div> | |
63 <div id="directorylist-content" class="boxlistcontent"> | |
64 <roundcube:object name="directorylist" id="directorylist" class="treelist" /> | |
65 <roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist" /> | |
66 </div> | |
67 <div id="directorylist-footer" class="boxfooter"> | |
68 <roundcube:button command="group-create" type="link" title="newgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " /> | |
69 <roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="moreactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " /> | |
70 </div> | |
71 </div> | |
72 | |
73 <div id="addressscreen"> | |
74 | |
75 <div id="addresslist"> | |
76 <roundcube:object name="addresslisttitle" label="contacts" tag="div" class="boxtitle" /> | |
77 <div class="boxlistcontent"> | |
78 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" /> | |
79 </div> | |
80 <div class="boxfooter"> | |
81 <div id="abookcountbar" class="pagenav"> | |
82 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> | |
83 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> | |
84 <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" /> | |
85 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> | |
86 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> | |
87 </div> | |
88 </div> | |
89 </div> | |
90 | |
91 <script type="text/javascript"> | |
92 var addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v', relative: true, start: 250}); | |
93 rcmail.add_onload('addrviewsplit.init()'); | |
94 | |
95 var addrviewsplitd = new rcube_splitter({id:'addressviewsplitterd', p1: 'directorylistbox', p2: 'addressscreen', orientation: 'v', relative: true, start: 200}); | |
96 rcmail.add_onload('addrviewsplitd.init()'); | |
97 </script> | |
98 | |
99 <div id="contacts-box"> | |
100 <roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" /> | |
101 </div> | |
102 | |
103 </div> | |
104 </div> | |
105 | |
106 <div id="groupoptionsmenu" class="popupmenu"> | |
107 <ul> | |
108 <li><roundcube:button command="group-rename" label="grouprename" classAct="active" /></li> | |
109 <li><roundcube:button command="group-delete" label="groupdelete" classAct="active" /></li> | |
110 <li><roundcube:button command="group-remove-selected" label="groupremoveselected" classAct="active" /></li> | |
111 <li class="separator_above"><roundcube:button command="search-create" label="searchsave" classAct="active" /></li> | |
112 <li><roundcube:button command="search-delete" label="searchdelete" classAct="active" /></li> | |
113 <roundcube:container name="groupoptions" id="groupoptionsmenu" /> | |
114 </ul> | |
115 </div> | |
116 | |
117 <div id="dragmenu" class="popupmenu"> | |
118 <ul> | |
119 <li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li> | |
120 <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li> | |
121 </ul> | |
122 </div> | |
123 | |
124 <script type="text/javascript"> | |
125 rcube_init_mail_ui(); | |
126 </script> | |
127 | |
128 </body> | |
129 </html> |