source: github/skins/larry/templates/folders.html @ 071c78c

HEADcourier-fixdev-browser-capabilitiespdorelease-0.8
Last change on this file since 071c78c was 071c78c, checked in by thomascube <thomas@…>, 16 months ago

Fine tuning Larry styles + browser specific css quirks

  • Property mode set to 100644
File size: 1.8 KB
Line 
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="&#9881;" />
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
34</div>
35
36<div id="mailboxmenu" class="popupmenu">
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>
Note: See TracBrowser for help on using the repository browser.