thomascube
2011-05-20 10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd
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" />
a7d5c6 6 <script type="text/javascript" src="/splitter.js"></script>
a61bbb 7 <script type="text/javascript" src="/functions.js"></script>
cb7597 8 <style type="text/css">
a1f722 9 #addresslist { width: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245" />px; }
a0a428 10 #contacts-box { left: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />px;
a61bbb 11     <roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255).')+\\'px\\');') : ''" />
a1f722 12 }
A 13 </style>
cb7597 14
4e17e6 15 </head>
a61bbb 16 <body onload="rcube_init_mail_ui()">
4e17e6 17
b076a4 18 <roundcube:include file="/includes/taskbar.html" />
4e17e6 19 <roundcube:include file="/includes/header.html" />
T 20
21 <div id="abooktoolbar">
d4a2c0 22 <roundcube:button command="add" type="link" class="buttonPas addcontact" classAct="button addcontact" classSel="button addcontactSel" title="newcontact" content=" " />
4a4265 23 <roundcube:button command="compose" type="link" class="buttonPas compose" classAct="button compose" classSel="button composeSel" title="composeto" content=" " />
T 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:container name="toolbar" id="abooktoolbar" />
4e17e6 29 </div>
T 30
f11541 31 <div id="quicksearchbar">
9e5550 32 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass.png" />
30b152 33 <roundcube:object name="searchform" id="quicksearchbox" />
A 34 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
f11541 35 </div>
T 36
a61bbb 37 <div id="directorylistbox">
e9b5a6 38 <div id="directorylist-title" class="boxtitle"><roundcube:label name="groups" /></div>
ff38d0 39 <div class="boxlistcontent">
a61bbb 40   <roundcube:object name="directorylist" id="directorylist" />
T 41   <roundcube:object name="groupslist" id="contactgroupslist" />
4e17e6 42 </div>
ff38d0 43 <div class="boxfooter">
3baa72 44   <roundcube:button command="group-create" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
9e5550 45   <roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="groupactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />
a61bbb 46 </div>
T 47 </div>
48
49 <div id="groupoptionsmenu" class="popupmenu">
50   <ul>
3baa72 51     <li><roundcube:button command="group-rename" label="rename" classAct="active" /></li>
T 52     <li><roundcube:button command="group-delete" label="delete" classAct="active" /></li>
a61bbb 53   </ul>
T 54 </div>
e5686f 55
b4f7c6 56 <div id="addressscreen">
a549a9 57
4e17e6 58 <div id="addresslist">
ce06d3 59 <div class="boxtitle"><roundcube:label name="contacts" /></div>
A 60 <div class="boxlistcontent">
61 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" />
62 </div>
63 <div class="boxfooter">
64 <div id="abookcountbar" class="pagenav">
65   <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
66   <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
67   <roundcube:object name="recordsCountDisplay" style="padding:0 .5em; float:left" />
68   <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
69   <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
70 </div>
71 </div>
4e17e6 72 </div>
T 73
a7d5c6 74 <script type="text/javascript">
e5686f 75   var addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v', relative: true, start: 250});
a7d5c6 76   rcmail.add_onload('addrviewsplit.init()');
T 77 </script>
78
4e17e6 79 <div id="contacts-box">
T 80 <roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
81 </div>
82
e5686f 83 </div>
A 84
4e17e6 85 </body>
T 86 </html>