Mercurial > hg > rc1
comparison skins/larry/templates/messageerror.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:action != 'show'" /> | |
| 8 <body class="iframe fullheight"> | |
| 9 | |
| 10 <div id="mainscreen" class="watermark" style="top:0"></div> | |
| 11 | |
| 12 <roundcube:else /> | |
| 13 <body class="<roundcube:exp expression="env:extwin ? 'extwin' : ''" />"> | |
| 14 | |
| 15 <roundcube:include file="/includes/header.html" /> | |
| 16 | |
| 17 <div id="mainscreen"> | |
| 18 | |
| 19 <h1 class="voice"><roundcube:label name="messageopenerror" /></h1> | |
| 20 | |
| 21 <!-- toolbar --> | |
| 22 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> | |
| 23 <div id="messagetoolbar" class="toolbar fullwidth" role="toolbar" aria-labelledby="aria-label-toolbar"> | |
| 24 <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> | |
| 25 </div> | |
| 26 | |
| 27 <div id="mainscreencontent"> | |
| 28 | |
| 29 <div id="mailview-left"> | |
| 30 | |
| 31 <!-- folders list --> | |
| 32 <div id="mailboxcontainer" class="uibox listbox" role="navigation" aria-labelledby="aria-label-folderlist"> | |
| 33 <h2 id="aria-label-folderlist" class="voice"><roundcube:label name="arialabelfolderlist" /></h2> | |
| 34 <div class="scroller"> | |
| 35 <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" /> | |
| 36 </div> | |
| 37 </div> | |
| 38 | |
| 39 </div> | |
| 40 | |
| 41 <div id="mailview-right" class="uibox"> | |
| 42 | |
| 43 <div id="messagecontent" class="watermark" style="top:0"></div> | |
| 44 | |
| 45 </div><!-- end mailview-right --> | |
| 46 | |
| 47 </div><!-- end mainscreencontent --> | |
| 48 | |
| 49 </div><!-- end mainscreen --> | |
| 50 | |
| 51 <roundcube:include file="/includes/footer.html" /> | |
| 52 | |
| 53 <roundcube:endif /> | |
| 54 | |
| 55 </body> | |
| 56 </html> |
