Aleksander Machniak
2013-01-31 8bfbd5e9f9c1d2c4657bda2f6099f01fc8097846
commit | author | age
b9441a 1 <roundcube:object name="doctype" value="html5" />
T 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>
14
15 <roundcube:include file="/includes/header.html" />
16
17 <div id="mainscreen">
18
dd5258 19 <!-- toolbar -->
TB 20 <div id="messagetoolbar" class="fullwidth">
21     <div id="mailtoolbar" class="toolbar">
22         <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
23     </div>
24 </div>
25
b9441a 26 <div id="mailview-left">
T 27
28 <!-- folders list -->
29 <div id="mailboxcontainer" class="uibox listbox">
30 <div class="scroller">
18de07 31     <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" />
b9441a 32 </div>
T 33 </div>
34
35 </div>
36
dd5258 37 <div id="mailview-right" class="offset uibox">
c23aad 38
dd5258 39 <div id="messagecontent" class="watermark"></div>
b9441a 40
dd5258 41 <roundcube:object name="message" id="message" class="statusbar" />
b9441a 42
T 43 </div><!-- end mailview-right -->
44
45 </div><!-- end mainscreen -->
46
47 <roundcube:include file="/includes/footer.html" />
48
49 <roundcube:endif />
50
51 </body>
52 </html>