commit | author | age
|
b540ed
|
1 |
<roundcube:object name="doctype" value="html5" /> |
T |
2 |
<html> |
|
3 |
<head> |
|
4 |
<title><roundcube:object name="pagetitle" /></title> |
|
5 |
<roundcube:include file="/includes/links.html" /> |
|
6 |
</head> |
071c78
|
7 |
<body class="noscroll"> |
b540ed
|
8 |
|
T |
9 |
<roundcube:include file="/includes/header.html" /> |
|
10 |
|
|
11 |
<div id="mainscreen" class="offset"> |
|
12 |
|
|
13 |
<roundcube:include file="/includes/settingstabs.html" /> |
|
14 |
|
918bb9
|
15 |
<div id="settings-right"> |
T |
16 |
|
b540ed
|
17 |
<div id="folderslist" class="uibox listbox"> |
T |
18 |
<h2 class="boxtitle"><span style="float:right"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></h2> |
|
19 |
<div class="scroller withfooter"> |
|
20 |
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" class="listing" noheader="true" /> |
|
21 |
</div> |
|
22 |
<div class="boxfooter"> |
|
23 |
<roundcube:button command="create-folder" type="link" title="createfolder" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" content="+" /><roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.show_popup('mailboxmenu');return false" innerClass="inner" content="⚙" /> |
|
24 |
</div> |
|
25 |
</div> |
|
26 |
|
|
27 |
<div id="folder-details" class="uibox contentbox"> |
|
28 |
<roundcube:object name="folderframe" id="preferences-frame" style="width:100%; height:96%" src="/watermark.html" /> |
|
29 |
<roundcube:object name="message" id="message" class="statusbar" /> |
|
30 |
</div> |
|
31 |
|
|
32 |
</div> |
|
33 |
|
918bb9
|
34 |
</div> |
T |
35 |
|
b540ed
|
36 |
<div id="mailboxmenu" class="popupmenu"> |
T |
37 |
<ul class="toolbarmenu" id="mailboxoptionsmenu"> |
|
38 |
<li><roundcube:button command="delete-folder" label="delete" classAct="active" /></li> |
|
39 |
<li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
|
40 |
<roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> |
|
41 |
</ul> |
|
42 |
</div> |
|
43 |
|
|
44 |
<roundcube:include file="/includes/footer.html" /> |
|
45 |
|
|
46 |
</body> |
|
47 |
</html> |