commit | author | age
|
bab043
|
1 |
<roundcube:object name="doctype" value="html5" /> |
T |
2 |
<html> |
|
3 |
<head> |
|
4 |
<title><roundcube:object name="pagetitle" /></title> |
|
5 |
<roundcube:include file="/includes/links.html" /> |
|
6 |
</head> |
071c78
|
7 |
<body class="noscroll"> |
bab043
|
8 |
|
T |
9 |
<roundcube:include file="/includes/header.html" /> |
|
10 |
|
|
11 |
<div id="mainscreen"> |
|
12 |
|
77fad1
|
13 |
<!-- toolbar --> |
688d16
|
14 |
<div id="addressbooktoolbar" class="toolbar"> |
77fad1
|
15 |
<roundcube:button command="import" type="link" class="button import disabled" classAct="button import" classSel="button import pressed" label="import" title="importcontacts" /> |
9a6c38
|
16 |
<span class="dropbutton"> |
TB |
17 |
<roundcube:button command="export" type="link" class="button export disabled" classAct="button export" classSel="button export pressed" label="export" title="exportvcards" /> |
|
18 |
<span class="dropbuttontip" id="exportmenulink" onclick="UI.show_popup('exportmenu');return false"></span> |
|
19 |
</span> |
|
20 |
|
688d16
|
21 |
<span class="spacer"></span> |
TB |
22 |
<roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> |
|
23 |
<roundcube:button command="advanced-search" type="link" class="button search disabled" classAct="button search" classSel="button search pressed" label="advanced" title="advsearch" /> |
|
24 |
<roundcube:container name="toolbar" id="addressbooktoolbar" /> |
bab043
|
25 |
</div> |
688d16
|
26 |
|
TB |
27 |
<div id="addressview-left"> |
bab043
|
28 |
|
T |
29 |
<!-- sources/groups list --> |
|
30 |
<div id="directorylistbox" class="uibox listbox"> |
efaf2e
|
31 |
<h2 id="directorylist-header" class="boxtitle"><roundcube:label name="groups" /></h2> |
A |
32 |
<div id="directorylist-content" class="scroller withfooter"> |
3c309a
|
33 |
<roundcube:object name="directorylist" id="directorylist" class="treelist listing" /> |
bab043
|
34 |
</div> |
efaf2e
|
35 |
<div id="directorylist-footer" class="boxfooter"> |
bab043
|
36 |
<roundcube:button command="group-create" type="link" title="newcontactgroup" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="groupoptions" id="groupoptionslink" type="link" title="moreactions" class="listbutton groupactions" onclick="UI.show_popup('groupoptions');return false" innerClass="inner" content="⚙" /> |
T |
37 |
</div> |
|
38 |
</div> |
|
39 |
|
|
40 |
</div><!-- end addressview-left --> |
|
41 |
|
|
42 |
<div id="addressview-right"> |
|
43 |
|
77fad1
|
44 |
<!-- search box --> |
7bdfd7
|
45 |
<div id="quicksearchbar" class="searchbox"> |
77fad1
|
46 |
<roundcube:object name="searchform" id="quicksearchbox" /> |
TB |
47 |
<roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> |
|
48 |
<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |
|
49 |
</div> |
|
50 |
|
bab043
|
51 |
<!-- contacts list --> |
T |
52 |
<div id="addresslist" class="uibox listbox"> |
|
53 |
<h2 class="boxtitle"><roundcube:label name="contacts" /></h2> |
|
54 |
<div class="scroller withfooter"> |
|
55 |
<roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" /> |
|
56 |
</div> |
|
57 |
<div class="boxfooter"> |
4372e9
|
58 |
<roundcube:button command="add" type="link" title="newcontact" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button command="delete" type="link" title="deletecontact" class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner" content="x" /><roundcube:button command="group-remove-selected" type="link" title="groupremoveselected" class="listbutton removegroup disabled" classAct="listbutton removegroup" innerClass="inner" content="-" /> |
68e13c
|
59 |
<roundcube:object name="recordsCountDisplay" class="countdisplay" label="fromtoshort" /> |
T |
60 |
</div> |
|
61 |
<div class="boxpagenav"> |
|
62 |
<roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" content="|&lt;" /> |
|
63 |
<roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" content="&lt;" /> |
|
64 |
<roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" content="&gt;" /> |
|
65 |
<roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" content="&gt;|" /> |
bab043
|
66 |
</div> |
T |
67 |
</div> |
|
68 |
|
|
69 |
|
|
70 |
<div id="contacts-box" class="uibox"> |
98d096
|
71 |
<div class="iframebox"> |
TB |
72 |
<roundcube:object name="addressframe" id="contact-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> |
|
73 |
</div> |
bab043
|
74 |
<roundcube:object name="message" id="message" class="statusbar" /> |
T |
75 |
</div> |
|
76 |
|
|
77 |
|
|
78 |
</div><!-- end addressview-right --> |
|
79 |
|
|
80 |
</div><!-- end mainscreen --> |
|
81 |
|
9a6c38
|
82 |
<div id="exportmenu" class="popupmenu"> |
TB |
83 |
<ul class="toolbarmenu"> |
|
84 |
<li><roundcube:button command="export" label="exportall" prop="sub" class="exportalllink" classAct="exportalllink active" /></li> |
|
85 |
<li><roundcube:button command="export-selected" label="exportsel" prop="sub" class="exportsellink" classAct="exportsellink active" /></li> |
|
86 |
</ul> |
|
87 |
</div> |
bab043
|
88 |
|
T |
89 |
<div id="searchmenu" class="popupmenu"> |
|
90 |
<ul class="toolbarmenu"> |
eecb44
|
91 |
<li><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> |
AM |
92 |
<li><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> |
|
93 |
<li><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> |
|
94 |
<li><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> |
|
95 |
<li><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> |
bab043
|
96 |
</ul> |
T |
97 |
</div> |
|
98 |
|
|
99 |
<div id="groupoptions" class="popupmenu"> |
|
100 |
<ul id="groupoptionsmenu" class="toolbarmenu"> |
|
101 |
<li><roundcube:button command="group-rename" label="grouprename" classAct="active" /></li> |
|
102 |
<li><roundcube:button command="group-delete" label="groupdelete" classAct="active" /></li> |
|
103 |
<li><roundcube:button command="search-create" label="searchsave" classAct="active" /></li> |
|
104 |
<li><roundcube:button command="search-delete" label="searchdelete" classAct="active" /></li> |
|
105 |
<roundcube:container name="groupoptions" id="groupoptionsmenu" /> |
|
106 |
</ul> |
|
107 |
</div> |
|
108 |
|
|
109 |
<roundcube:include file="/includes/footer.html" /> |
|
110 |
|
|
111 |
</body> |
|
112 |
</html> |