| 1 | <roundcube:object name="doctype" value="html5" /> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <title><roundcube:object name="pagetitle" /></title> |
|---|
| 5 | <roundcube:include file="/includes/links.html" /> |
|---|
| 6 | </head> |
|---|
| 7 | <body class="noscroll"> |
|---|
| 8 | |
|---|
| 9 | <roundcube:include file="/includes/header.html" /> |
|---|
| 10 | |
|---|
| 11 | <div id="mainscreen" class="offset"> |
|---|
| 12 | |
|---|
| 13 | <roundcube:include file="/includes/settingstabs.html" /> |
|---|
| 14 | |
|---|
| 15 | <div id="settings-right"> |
|---|
| 16 | |
|---|
| 17 | <div id="folderslist" class="uibox listbox"> |
|---|
| 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 | <roundcube:if condition="env:quota" /> |
|---|
| 25 | <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> |
|---|
| 26 | <roundcube:endif /> |
|---|
| 27 | </div> |
|---|
| 28 | </div> |
|---|
| 29 | |
|---|
| 30 | <div id="folder-details" class="uibox contentbox"> |
|---|
| 31 | <roundcube:object name="folderframe" id="preferences-frame" style="width:100%; height:96%" frameborder="0" src="/watermark.html" /> |
|---|
| 32 | <roundcube:object name="message" id="message" class="statusbar" /> |
|---|
| 33 | </div> |
|---|
| 34 | |
|---|
| 35 | </div> |
|---|
| 36 | |
|---|
| 37 | </div> |
|---|
| 38 | |
|---|
| 39 | <div id="mailboxmenu" class="popupmenu"> |
|---|
| 40 | <ul class="toolbarmenu" id="mailboxoptionsmenu"> |
|---|
| 41 | <li><roundcube:button command="delete-folder" label="delete" classAct="active" /></li> |
|---|
| 42 | <li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
|---|
| 43 | <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> |
|---|
| 44 | </ul> |
|---|
| 45 | </div> |
|---|
| 46 | |
|---|
| 47 | <roundcube:include file="/includes/footer.html" /> |
|---|
| 48 | |
|---|
| 49 | </body> |
|---|
| 50 | </html> |
|---|