Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
commit | author | age
c7dcb3 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>
271efe 7 <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
c7dcb3 8
T 9 <roundcube:include file="/includes/header.html" />
10
11 <div id="mainscreen">
12
b2992d 13 <h1 class="voice"><roundcube:object name="messageHeaders" valueOf="subject" /></h1>
TB 14
1c079c 15 <!-- toolbar -->
170e45 16 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
b2992d 17 <div id="messagetoolbar" class="toolbar fullwidth" role="toolbar" aria-labelledby="aria-label-toolbar">
271efe 18 <roundcube:if condition="!env:extwin" />
1c079c 19     <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
271efe 20 <roundcube:endif />
1c079c 21     <roundcube:include file="/includes/mailtoolbar.html" />
TB 22 </div>
271efe 23
TB 24 <roundcube:if condition="!env:extwin" />
1c079c 25
f8a9c2 26 <div id="mainscreencontent">
AM 27
c7dcb3 28 <div id="mailview-left">
T 29
30 <!-- folders list -->
b2992d 31 <div id="mailboxcontainer" class="uibox listbox" role="navigation" aria-labelledby="aria-label-folderlist">
170e45 32 <h2 id="aria-label-folderlist" class="voice"><roundcube:label name="arialabelfolderlist" /></h2>
c23aad 33 <div class="scroller">
18de07 34 <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" />
c23aad 35 </div>
c7dcb3 36 </div>
T 37
c23aad 38 </div>
c7dcb3 39
b2992d 40 <div id="mailview-right" class="uibox" role="main">
271efe 41 <roundcube:else />
9a0153 42 <roundcube:object name="mailboxlist" folder_filter="mail" type="js" />
271efe 43
b2992d 44 <div id="mailview-right" class="offset fullwidth uibox" role="main">
271efe 45 <roundcube:endif />
c7dcb3 46
dd5258 47 <div id="messageheader">
edfe79 48 <span class="moreheaderstoggle"></span>
10467e 49
a4be51 50 <!-- record navigation -->
b2992d 51 <div id="countcontrols" class="pagenav" role="navigation" aria-labelledby="aria-label-countcontrols">
170e45 52     <h2 id="aria-label-countcontrols" class="voice"><roundcube:label name="arialabelmessagenav" /></h2>
a4be51 53     <roundcube:object name="messageCountDisplay" class="countdisplay" />
170e45 54     <roundcube:button command="previousmessage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previousmessage" label="previous" />
TB 55     <roundcube:button command="nextmessage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextmessage" label="next" />
a4be51 56 </div>
T 57
6996de 58 <roundcube:if condition="env:optional_format=='text'" />
388b38 59 <div id="formatcontrols">
6996de 60     <span class="buttongroup">
388b38 61         <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button last changeformat text pressed" innerClass="icon" title="changeformattext" />
6996de 62     </span>
TB 63 </div>
64 <roundcube:elseif condition="env:optional_format=='html'" />
388b38 65 <div id="formatcontrols">
6996de 66     <span class="buttongroup">
388b38 67         <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html" classSel="button first changeformat html pressed" innerClass="icon" title="changeformathtml" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text selected" innerClass="icon" title="changeformattext" />
6996de 68     </span>
TB 69 </div>
70 <roundcube:endif />
71
b2992d 72 <h2 class="subject"><span class="voice"><roundcube:label name="subject" />: </span><roundcube:object name="messageHeaders" valueOf="subject" /></h2>
a539ce 73 <div class="message-headers">
TB 74 <roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" max="20" />
75 </div>
76 <roundcube:object name="messageFullHeaders" id="full-headers" />
6996de 77
c23aad 78 <div id="contactphoto"><roundcube:object name="contactphoto" /></div>
c7dcb3 79 </div>
T 80
b2992d 81 <div id="messagecontent">
TB 82 <div class="rightcol" role="region" aria-labelledby="aria-label-messageattachments">
83 <h2 id="aria-label-messageattachments" class="voice"><roundcube:label name="attachments" /></h2>
c23aad 84 <roundcube:object name="messageAttachments" id="attachment-list" class="attachmentslist" />
TB 85 </div>
b2992d 86 <div class="leftcol" role="region" aria-labelledby="aria-label-messagebody">
170e45 87 <h2 id="aria-label-messagebody" class="voice"><roundcube:label name="arialabelmessagebody" /></h2>
c23aad 88 <roundcube:object name="messageObjects" id="message-objects" />
a8a72e 89 <roundcube:object name="messageBody" id="messagebody" headertableclass="message-partheaders headers-table" />
c23aad 90 </div>
TB 91 </div>
c7dcb3 92
T 93 </div><!-- end mailview-right -->
94
f8a9c2 95 <roundcube:if condition="!env:extwin" />
AM 96 </div><!-- end mainscreencontent -->
97 <roundcube:endif />
98
c7dcb3 99 </div><!-- end mainscreen -->
T 100
b2992d 101 <div id="attachmentmenu" class="popupmenu" aria-hidden="true">
3412e5 102     <ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu">
b2992d 103         <li role="menuitem"><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
TB 104         <li role="menuitem"><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>
3412e5 105         <roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" />
bc2c43 106     </ul>
AM 107 </div>
108
c7dcb3 109 <roundcube:include file="/includes/footer.html" />
T 110
111 </body>
112 </html>