diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
commit | b540ed15a30cd9379df7feb62b0ae81a8a111e9c (patch) | |
tree | 1059706e04f4b9af5be10e7f2a16f14a6830db13 /skins/larry/templates/folders.html | |
parent | bd9190a660151c16af40c29ed63309a08fa7db04 (diff) |
Larry is growing up
Diffstat (limited to 'skins/larry/templates/folders.html')
-rw-r--r-- | skins/larry/templates/folders.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/skins/larry/templates/folders.html b/skins/larry/templates/folders.html new file mode 100644 index 000000000..385d2686f --- /dev/null +++ b/skins/larry/templates/folders.html @@ -0,0 +1,43 @@ +<roundcube:object name="doctype" value="html5" /> +<html> +<head> +<title><roundcube:object name="pagetitle" /></title> +<roundcube:include file="/includes/links.html" /> +</head> +<body> + +<roundcube:include file="/includes/header.html" /> + +<div id="mainscreen" class="offset"> + +<roundcube:include file="/includes/settingstabs.html" /> + +<div id="folderslist" class="uibox listbox"> +<h2 class="boxtitle"><span style="float:right"><roundcube:label name="subscribed" /></span><roundcube:label name="folders" /></h2> +<div class="scroller withfooter"> +<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" class="listing" noheader="true" /> +</div> +<div class="boxfooter"> + <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="⚙" /> +</div> +</div> + +<div id="folder-details" class="uibox contentbox"> + <roundcube:object name="folderframe" id="preferences-frame" style="width:100%; height:96%" src="/watermark.html" /> + <roundcube:object name="message" id="message" class="statusbar" /> +</div> + +</div> + +<div id="mailboxmenu" class="popupmenu"> + <ul class="toolbarmenu" id="mailboxoptionsmenu"> + <li><roundcube:button command="delete-folder" label="delete" classAct="active" /></li> + <li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> + <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> + </ul> +</div> + +<roundcube:include file="/includes/footer.html" /> + +</body> +</html> |