Mercurial > hg > rc1
comparison skins/larry/templates/folders.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 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 <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif /> | |
| 8 | |
| 9 <roundcube:include file="/includes/header.html" /> | |
| 10 | |
| 11 <div id="mainscreen" class="offset"> | |
| 12 | |
| 13 <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="folders" /></h1> | |
| 14 | |
| 15 <roundcube:include file="/includes/settingstabs.html" /> | |
| 16 | |
| 17 <div id="settings-right" role="main"> | |
| 18 | |
| 19 <div id="folderslist" class="uibox listbox"> | |
| 20 <h2 id="folderslist-header" class="boxtitle"> | |
| 21 <roundcube:label name="folders" /> | |
| 22 <a href="#folders" class="iconbutton search" title="<roundcube:label name='findfolders' />" tabindex="0"><roundcube:label name='findfolders' /></a> | |
| 23 </h2> | |
| 24 <div class="listsearchbox"> | |
| 25 <roundcube:object name="folderfilter" id="folderlist-filter" /> | |
| 26 <div class="searchbox" role="search" aria-labelledby="aria-label-foldersearchform"> | |
| 27 <h3 id="aria-label-foldersearchform" class="voice"><roundcube:label name="arialabelfoldersearchform" /></h3> | |
| 28 <label for="foldersearch" class="voice"><roundcube:label name="arialabelsearchterms" /></label> | |
| 29 <input type="text" name="q" id="foldersearch" placeholder="<roundcube:label name='findfolders' />" /> | |
| 30 <a class="iconbutton searchicon"></a> | |
| 31 <roundcube:button command="reset-foldersearch" id="folderlistsearch-reset" class="iconbutton reset" title="resetsearch" label="resetsearch" /> | |
| 32 </div> | |
| 33 </div> | |
| 34 <div id="folderslist-content" class="scroller withfooter"> | |
| 35 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table" class="treelist listing folderlist" /> | |
| 36 </div> | |
| 37 <div id="folderslist-footer" class="boxfooter"> | |
| 38 <roundcube:button command="create-folder" type="link" title="createfolder" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="createfolder" /><roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="return UI.toggle_popup('mailboxmenu',event)" innerClass="inner" content="⚙" aria-haspopup="true" aria-expanded="false" aria-owns="mailboxoptionsmenu" /> | |
| 39 <roundcube:if condition="env:quota" /> | |
| 40 <span class="voice"><roundcube:label name="quota"></span> | |
| 41 <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> | |
| 42 <roundcube:endif /> | |
| 43 </div> | |
| 44 | |
| 45 <div id="mailboxmenu" class="popupmenu" aria-hidden="true"> | |
| 46 <h3 id="aria-label-mailboxmenu" class="voice"><roundcube:label name="arialabelmailboxmenu" /></h3> | |
| 47 <ul class="toolbarmenu" id="mailboxoptionsmenu" role="menu" aria-labelledby="aria-label-mailboxmenu"> | |
| 48 <roundcube:button command="delete-folder" type="link-menuitem" label="delete" classAct="active" /> | |
| 49 <roundcube:button command="purge" type="link-menuitem" label="empty" classAct="active" /> | |
| 50 <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> | |
| 51 </ul> | |
| 52 </div> | |
| 53 | |
| 54 </div> | |
| 55 | |
| 56 <div id="folder-details" class="uibox contentbox"> | |
| 57 <div class="iframebox"> | |
| 58 <roundcube:object name="folderframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> | |
| 59 </div> | |
| 60 </div> | |
| 61 | |
| 62 </div> | |
| 63 | |
| 64 </div> | |
| 65 | |
| 66 <roundcube:include file="/includes/footer.html" /> | |
| 67 | |
| 68 </body> | |
| 69 </html> |
