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" /> |
5f660c
|
6 |
<script type="text/javascript" src="/functions.js"></script> |
54759c
|
7 |
<script type="text/javascript" src="/splitter.js"></script> |
A |
8 |
<style type="text/css"> |
|
9 |
#identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; } |
|
10 |
#identity-details { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; |
|
11 |
<roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305).')+\\'px\\');') : ''" /> |
|
12 |
} |
|
13 |
</style> |
|
14 |
|
4e17e6
|
15 |
</head> |
cc97ea
|
16 |
<body> |
4e17e6
|
17 |
|
b076a4
|
18 |
<roundcube:include file="/includes/taskbar.html" /> |
4e17e6
|
19 |
<roundcube:include file="/includes/header.html" /> |
T |
20 |
<roundcube:include file="/includes/settingstabs.html" /> |
|
21 |
|
087c7d
|
22 |
<div id="mainscreen"> |
54759c
|
23 |
|
4e17e6
|
24 |
<div id="identities-list"> |
54759c
|
25 |
<div id="identity-title" class="boxtitle"><roundcube:label name="identities" /></div> |
A |
26 |
<div class="boxlistcontent"> |
|
27 |
<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" noheader="true" editIcon="" /> |
f645ce
|
28 |
</div> |
ff38d0
|
29 |
<div class="boxfooter"> |
e9b5a6
|
30 |
<roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /> |
T |
31 |
</div> |
|
32 |
</div> |
f645ce
|
33 |
|
54759c
|
34 |
<script type="text/javascript"> |
A |
35 |
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'identities-list', p2: 'identity-details', orientation: 'v', relative: true, start: 300 }); |
|
36 |
rcmail.add_onload('identviewsplit.init()'); |
|
37 |
</script> |
|
38 |
|
f645ce
|
39 |
<div id="identity-details"> |
T |
40 |
<div style="margin:10px auto; text-align:center"> |
fa5b0e
|
41 |
<img src="/images/watermark.gif" width="260" height="228" alt="" /> |
f645ce
|
42 |
</div> |
4e17e6
|
43 |
</div> |
T |
44 |
|
54759c
|
45 |
</div> |
ce06d3
|
46 |
|
4e17e6
|
47 |
</body> |
T |
48 |
</html> |