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" /> |
|
18 |
<roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="print" /> |
|
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="export" /> |
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" /> |
f11541
|
27 |
<div id="directorylist"> |
T |
28 |
<div id="groups-title"><roundcube:label name="groups" /></div> |
|
29 |
<roundcube:object name="directorylist" id="directories-list" /> |
4e17e6
|
30 |
</div> |
T |
31 |
|
a549a9
|
32 |
<roundcube:else /> |
T |
33 |
<style type="text/css"> |
|
34 |
#addresslist { left:20px; width:440px } |
|
35 |
#contacts-box { left:475px } |
|
36 |
#abookcountbar { left:20px } |
|
37 |
</style> |
|
38 |
|
|
39 |
<roundcube:endif /> |
|
40 |
|
4e17e6
|
41 |
<div id="addresslist"> |
T |
42 |
<roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" /> |
|
43 |
</div> |
|
44 |
|
a7d5c6
|
45 |
<script type="text/javascript"> |
T |
46 |
var addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v'}); |
|
47 |
rcmail.add_onload('addrviewsplit.init()'); |
|
48 |
</script> |
|
49 |
|
4e17e6
|
50 |
<div id="contacts-box"> |
T |
51 |
<roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" /> |
|
52 |
</div> |
|
53 |
|
f11541
|
54 |
<div id="abookcountbar"> |
T |
55 |
<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" /> |
|
56 |
<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" /> |
|
57 |
<roundcube:object name="recordsCountDisplay" /> |
|
58 |
<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" /> |
|
59 |
<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" /> |
|
60 |
</div> |
|
61 |
|
4e17e6
|
62 |
</body> |
T |
63 |
</html> |