commit | author | age
|
af3c04
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
A |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 |
<head> |
|
4 |
<title><roundcube:object name="pagetitle" /></title> |
|
5 |
<roundcube:include file="/includes/links.html" /> |
|
6 |
<script type="text/javascript" src="/functions.js"></script> |
|
7 |
<script type="text/javascript" src="/splitter.js"></script> |
|
8 |
<style type="text/css"> |
|
9 |
#folder-manager { width: <roundcube:exp expression="!empty(cookie:folderviewsplitter) ? cookie:folderviewsplitter-5 : 295" />px; } |
|
10 |
#folder-box { left: <roundcube:exp expression="!empty(cookie:folderviewsplitter) ? cookie:folderviewsplitter+5 : 305" />px; |
|
11 |
<roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:folderviewsplitter) ? cookie:folderviewsplitter+5 : 305).')+\\'px\\');') : ''" /> |
|
12 |
} |
|
13 |
</style> |
|
14 |
</head> |
|
15 |
<body onload="rcube_init_mail_ui()"> |
|
16 |
|
|
17 |
<roundcube:include file="/includes/taskbar.html" /> |
|
18 |
<roundcube:include file="/includes/header.html" /> |
|
19 |
<roundcube:include file="/includes/settingstabs.html" /> |
|
20 |
|
|
21 |
<div id="mainscreen"> |
|
22 |
|
|
23 |
<div id="folder-manager"> |
e97f01
|
24 |
<div id="folderlist-title" class="boxtitle"><span class="rightalign"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></div> |
A |
25 |
<div id="folderlist-content" class="boxlistcontent"> |
af3c04
|
26 |
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" noheader="true" |
A |
27 |
cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table" /> |
|
28 |
</div> |
e97f01
|
29 |
<div id="folderlist-footer" class="boxfooter"> |
af3c04
|
30 |
<roundcube:button command="create-folder" type="link" title="createfolder" class="buttonPas addgroup" classAct="button addgroup" content=" " /> |
A |
31 |
<roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> |
|
32 |
|
|
33 |
<roundcube:if condition="env:quota" /> |
1de8f4
|
34 |
<img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" width="102" height="16" /> |
af3c04
|
35 |
<div id="quota"> |
A |
36 |
<roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> |
|
37 |
</div> |
|
38 |
<roundcube:endif /> |
|
39 |
</div> |
|
40 |
</div> |
|
41 |
|
|
42 |
<script type="text/javascript"> |
|
43 |
var folderviewsplit = new rcube_splitter({id:'folderviewsplitter', p1: 'folder-manager', p2: 'folder-box', orientation: 'v', relative: true, start: 300 }); |
|
44 |
rcmail.add_onload('folderviewsplit.init()'); |
|
45 |
</script> |
|
46 |
|
|
47 |
<div id="folder-box"> |
|
48 |
<roundcube:object name="folderframe" id="folder-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" /> |
|
49 |
</div> |
|
50 |
|
|
51 |
</div> |
|
52 |
|
|
53 |
<div id="mailboxoptionsmenu" class="popupmenu"> |
|
54 |
<ul> |
|
55 |
<li><roundcube:button command="delete-folder" label="delete" classAct="active" /></li> |
|
56 |
<li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
|
57 |
<roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> |
|
58 |
</ul> |
|
59 |
</div> |
|
60 |
|
|
61 |
</body> |
|
62 |
</html> |