svncommit
2008-09-18 d0b973cf6aed4a7cb705f706624d25b31d19ed52
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
4e17e6 6 <link rel="stylesheet" type="text/css" href="/addresses.css" />
a7d5c6 7 <script type="text/javascript" src="/splitter.js"></script>
4e17e6 8 </head>
T 9 <body>
10
b076a4 11 <roundcube:include file="/includes/taskbar.html" />
4e17e6 12 <roundcube:include file="/includes/header.html" />
T 13
14 <div id="abooktoolbar">
c8c1e0 15 <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" />
S 16 <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" />
17 <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" />
a6d7a9 18 <roundcube:button command="import" imageSel="/images/buttons/adr_import_sel.png" imageAct="/images/buttons/adr_import_act.png" imagePas="/images/buttons/adr_import_pas.png" width="32" height="32" title="importcontacts" />
T 19 <roundcube:button command="export" imageSel="/images/buttons/download_sel.png" imageAct="/images/buttons/download_act.png" imagePas="/images/buttons/download_pas.png" width="32" height="32" title="exportvcards" />
4e17e6 20 </div>
T 21
f11541 22 <div id="quicksearchbar">
T 23 <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
24 </div>
25
a549a9 26 <roundcube:if condition="config:ldap_public" />
e5686f 27
f11541 28 <div id="directorylist">
T 29 <div id="groups-title"><roundcube:label name="groups" /></div>
30 <roundcube:object name="directorylist" id="directories-list" />
4e17e6 31 </div>
T 32
a549a9 33 <roundcube:else />
e5686f 34
a549a9 35 <style type="text/css">
e5686f 36 #abookcountbar { left: 20px;}
A 37 #mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') }
38 #addresslist { width:245px }
39 #contacts-box { left:255px; /* IE hack */ width:expression((parseInt(mainscreen.offsetWidth)-255)+'px') }
a549a9 40 </style>
T 41
42 <roundcube:endif />
e5686f 43
A 44 <div id="mainscreen">
a549a9 45
4e17e6 46 <div id="addresslist">
T 47 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" />
48 </div>
49
a7d5c6 50 <script type="text/javascript">
e5686f 51   var addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v', relative: true, start: 250});
a7d5c6 52   rcmail.add_onload('addrviewsplit.init()');
T 53 </script>
54
4e17e6 55 <div id="contacts-box">
T 56 <roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
57 </div>
58
e5686f 59 </div>
A 60
f11541 61 <div id="abookcountbar">
T 62 <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" />
63 <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" />
64 &nbsp;<roundcube:object name="recordsCountDisplay" />&nbsp;
65 <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" />
66 <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" />
67 </div>
68
4e17e6 69 </body>
T 70 </html>