Aleksander Machniak
2016-03-28 46f7b7096450939fe03c95aa81ce06ae4bfca89d
commit | author | age
b540ed 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 <body class="iframe fullheight">
8
10467e 9 <div id="messageheader" class="previewheader">
dd5258 10
b540ed 11 <!-- record navigation -->
b2992d 12 <div id="countcontrols" role="toolbar" aria-labelledby="aria-label-messagetoolbar">
d58c39 13 <h2 id="aria-label-messagetoolbar" class="voice"><roundcube:label name="arialabelmessageactions" /></h2>
6996de 14 <roundcube:if condition="env:optional_format=='text'" />
TB 15     <span class="buttongroup">
388b38 16         <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button changeformat text pressed" innerClass="icon" title="changeformattext" content="Text" />
6996de 17     </span>
TB 18 <roundcube:elseif condition="env:optional_format=='html'" />
46f7b7 19     &nbsp;
6996de 20     <span class="buttongroup">
388b38 21         <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html" classSel="button changeformat html pressed" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text selected" innerClass="icon" title="changeformattext" content="Text" />
6996de 22     </span>
TB 23 <roundcube:endif />
46f7b7 24 <roundcube:if condition="env:mailbox != config:drafts_mbox || env:message_context">
AM 25     &nbsp;
d0d7f4 26     <roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="icon" title="replytomessage" label="replytomessage" />
TB 27     <roundcube:button command="reply-all" type="link" class="button replyall" classSel="button replyall pressed" innerClass="icon" title="replytoallmessage" label="replytoallmessage" />
28     <roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="icon" title="forwardmessage" label="forwardmessage" />
188634 29 <roundcube:endif />
46f7b7 30 <roundcube:if condition="!env:message_context">
AM 31     &nbsp;
d0d7f4 32     <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" />
323fa2 33 <roundcube:endif />
b540ed 34 </div>
T 35
b2992d 36 <h3 class="subject"><span class="voice"><roundcube:label name="subject" />: </span><roundcube:object name="messageHeaders" valueOf="subject" /></h3>
a539ce 37
d0d7f4 38 <a href="#details" id="previewheaderstoggle" class="moreheaderstoggle" aria-expanded="false"><span class="iconlink" title="<roundcube:label name='togglemoreheaders' />"></span></a>
a539ce 39 <div id="contactphoto"><roundcube:object name="contactphoto" /></div>
TB 40
41 <table class="headers-table" id="preview-shortheaders"><tbody><tr>
42 <roundcube:if condition="env:mailbox == config:drafts_mbox || env:mailbox == config:sent_mbox">
43     <td class="header-title"><roundcube:label name="to" /></td>
44     <td class="header from"><roundcube:object name="messageHeaders" valueOf="to" max="3" addicon="/images/addcontact.png" /></td>
45 <roundcube:else />
46     <td class="header-title"><roundcube:label name="from" /></td>
47     <td class="header from"><roundcube:object name="messageHeaders" valueOf="from" addicon="/images/addcontact.png" /></td>
48 <roundcube:endif />
49     <td class="header-title"><roundcube:label name="date" /></td>
50     <td class="header date"><span><roundcube:object name="messageHeaders" valueOf="date" /></span></td>
51 </tr></tbody></table>
52
53 <roundcube:object name="messageHeaders" id="preview-allheaders" class="headers-table" addicon="/images/addcontact.png" max="10" exclude="subject,replyto" />
54
55 <roundcube:object name="messageFullHeaders" id="full-headers" />
56
b540ed 57 </div>
T 58
a539ce 59 <div id="messagepreview" role="main">
b2992d 60 <div class="rightcol" role="region" aria-labelledby="aria-label-messageattachments">
TB 61 <h2 id="aria-label-messageattachments" class="voice"><roundcube:label name="attachments" /></h2>
d1c909 62 <roundcube:object name="messageAttachments" id="attachment-list" class="attachmentslist" />
b540ed 63 </div>
b2992d 64 <div class="leftcol" role="region" aria-labelledby="aria-label-messagebody">
d58c39 65 <h2 id="aria-label-messagebody" class="voice"><roundcube:label name="arialabelmessagebody" /></h2>
b540ed 66 <roundcube:object name="messageObjects" id="message-objects" />
a8a72e 67 <roundcube:object name="messageBody" id="messagebody" headertableclass="message-partheaders headers-table" />
b540ed 68 </div>
T 69 </div>
70
3412e5 71 <div id="attachmentmenu" class="popupmenu" aria-hidden="true">
TB 72     <ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu">
d01f9f 73         <roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="icon" classAct="icon active" innerclass="icon extwin" />
AM 74         <roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="icon" classAct="icon active" innerclass="icon download" />
3412e5 75         <roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" />
bc2c43 76     </ul>
AM 77 </div>
78
b540ed 79 <roundcube:include file="/includes/footer.html" />
T 80
81 </body>
82 </html>