source: subversion/trunk/roundcubemail/skins/default/templates/addressbook.html @ 4834

Last change on this file since 4834 was 4834, checked in by alec, 2 years ago
  • Added addressbook advanced search
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.9 KB
Line 
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        <roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255).')+\\'px\\');') : ''" />
12}
13</style>
14
15</head>
16<body onload="rcube_init_mail_ui()">
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="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletecontact" content=" " />
25<span class="separator">&nbsp;</span>
26<roundcube:button command="import" type="link" class="buttonPas import" classAct="button import" classSel="button importSel" title="importcontacts" content=" " />
27<roundcube:button command="export" type="link" class="buttonPas export" classAct="button export" classSel="button exportSel" title="exportvcards" content=" " />
28<roundcube:button command="advanced-search" type="link" class="buttonPas search" classAct="button search" classSel="button searchSel" title="advsearch" content=" " />
29<roundcube:container name="toolbar" id="abooktoolbar" />
30</div>
31
32<div id="quicksearchbar">
33<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" />
34<roundcube:object name="searchform" id="quicksearchbox" />
35<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
36</div>
37
38<div id="searchmenu" class="popupmenu">
39  <ul class="toolbarmenu">
40    <li><input type="checkbox" name="s_mods[]" value="name" id="s_mod_name" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_name"><roundcube:label name="name" /></label></li>
41    <li><input type="checkbox" name="s_mods[]" value="firstname" id="s_mod_firstname" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_firstname"><roundcube:label name="firstname" /></label></li>
42    <li><input type="checkbox" name="s_mods[]" value="surname" id="s_mod_surname" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_surname"><roundcube:label name="surname" /></label></li>
43    <li><input type="checkbox" name="s_mods[]" value="email" id="s_mod_email" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_email"><roundcube:label name="email" /></label></li>
44    <li><input type="checkbox" name="s_mods[]" value="*" id="s_mod_all" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_all"><roundcube:label name="allfields" /></label></li>
45  </ul>
46</div>
47
48<div id="directorylistbox">
49<div id="directorylist-title" class="boxtitle"><roundcube:label name="groups" /></div>
50<div class="boxlistcontent">
51  <roundcube:object name="directorylist" id="directorylist" />
52  <roundcube:object name="groupslist" id="contactgroupslist" />
53</div>
54<div class="boxfooter">
55  <roundcube:button command="group-create" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
56  <roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="groupactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />
57</div>
58</div>
59
60<div id="groupoptionsmenu" class="popupmenu">
61  <ul>
62    <li><roundcube:button command="group-rename" label="rename" classAct="active" /></li>
63    <li><roundcube:button command="group-delete" label="delete" classAct="active" /></li>
64  </ul>
65</div>
66
67<div id="addressscreen">
68
69<div id="addresslist">
70<div class="boxtitle"><roundcube:label name="contacts" /></div>
71<div class="boxlistcontent">
72<roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" />
73</div>
74<div class="boxfooter">
75<div id="abookcountbar" class="pagenav">
76  <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
77  <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
78  <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />
79  <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
80  <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
81</div>
82</div>
83</div>
84
85<script type="text/javascript">
86  var addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v', relative: true, start: 250});
87  rcmail.add_onload('addrviewsplit.init()');
88</script>
89
90<div id="contacts-box">
91<roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
92</div>
93
94</div>
95
96</body>
97</html>
Note: See TracBrowser for help on using the repository browser.