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> |
f05834
|
7 |
<script type="text/javascript" src="/splitter.js"></script> |
A |
8 |
|
|
9 |
<style type="text/css"> |
875ac8
|
10 |
#sectionslist { width: <roundcube:exp expression="!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter-5 : 190" />px; } |
T |
11 |
#prefs-box { left: <roundcube:exp expression="!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter+5 : 200" />px; |
|
12 |
<roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter+5 : 200).')+\\'px\\');') : ''" /> |
f05834
|
13 |
} |
A |
14 |
</style> |
|
15 |
|
4e17e6
|
16 |
</head> |
cc97ea
|
17 |
<body> |
4e17e6
|
18 |
|
b076a4
|
19 |
<roundcube:include file="/includes/taskbar.html" /> |
4e17e6
|
20 |
<roundcube:include file="/includes/header.html" /> |
T |
21 |
<roundcube:include file="/includes/settingstabs.html" /> |
|
22 |
|
087c7d
|
23 |
<div id="mainscreen"> |
35c31e
|
24 |
|
f05834
|
25 |
<div id="sectionslist"> |
A |
26 |
<roundcube:object name="sectionslist" id="sections-table" class="records-table" cellspacing="0" /> |
5d480c
|
27 |
</div> |
4e17e6
|
28 |
|
f05834
|
29 |
<script type="text/javascript"> |
875ac8
|
30 |
var prefviewsplit = new rcube_splitter({id:'prefsviewsplitter', p1: 'sectionslist', p2: 'prefs-box', orientation: 'v', relative: true, start: 195}); |
f05834
|
31 |
rcmail.add_onload('prefviewsplit.init()'); |
A |
32 |
</script> |
ffae15
|
33 |
|
f05834
|
34 |
<div id="prefs-box"> |
A |
35 |
<roundcube:object name="prefsframe" id="prefs-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" /> |
|
36 |
</div> |
35c31e
|
37 |
|
ffae15
|
38 |
</div> |
479a99
|
39 |
|
4e17e6
|
40 |
</body> |
T |
41 |
</html> |