]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/addressbook.html
Imported Upstream version 0.1~rc1~dfsg
[roundcube.git] / skins / default / templates / addressbook.html
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 <link rel="stylesheet" type="text/css" href="/addresses.css" />
7 </head>
8 <body>
9
10 <roundcube:include file="/includes/taskbar.html" />
11 <roundcube:include file="/includes/header.html" />
12
13 <div id="abooktoolbar">
14 <roundcube:button command="add" imageSel="/images/buttons/add_contact_sel.png" imageAct="/images/buttons/add_contact_act.png" imagePas="/images/buttons/add_contact_pas.png" width="32" height="32" title="newcontact" />
15 <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletecontact" />
16 <roundcube:button command="compose" imageSel="/images/buttons/compose_sel.png" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="composeto" />
17 </div>
18
19 <div id="quicksearchbar">
20 <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
21 </div>
22
23 <roundcube:if condition="config:ldap_public" />
24 <div id="directorylist">
25 <div id="groups-title"><roundcube:label name="groups" /></div>
26 <roundcube:object name="directorylist" id="directories-list" />
27 </div>
28
29 <roundcube:else />
30 <style type="text/css">
31 #addresslist { left:20px; width:440px }
32 #contacts-box { left:475px }
33 #abookcountbar { left:20px }
34 </style>
35
36 <roundcube:endif />
37
38 <div id="addresslist">
39 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" />
40 </div>
41
42 <div id="contacts-box">
43 <roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
44 </div>
45
46 <div id="abookcountbar">
47 <roundcube:button command="firstpage" imageSel="/images/buttons/first_sel.png" imageAct="/images/buttons/first_act.png" imagePas="/images/buttons/first_pas.png" width="11" height="11" title="firstpage" />
48 <roundcube:button command="previouspage" imageSel="/images/buttons/previous_sel.png" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previouspage" />
49 &nbsp;<roundcube:object name="recordsCountDisplay" />&nbsp;
50 <roundcube:button command="nextpage" imageSel="/images/buttons/next_sel.png" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextpage" />
51 <roundcube:button command="lastpage" imageSel="/images/buttons/last_sel.png" imageAct="/images/buttons/last_act.png" imagePas="/images/buttons/last_pas.png" width="11" height="11" title="lastpage" />
52 </div>
53
54 </body>
55 </html>