Aleksander Machniak
2016-03-28 46f7b7096450939fe03c95aa81ce06ae4bfca89d
commit | author | age
b19097 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
b4f7c6 5 <roundcube:include file="/includes/links.html" />
bc2c43 6 <script type="text/javascript" src="/splitter.js"></script>
AM 7 <script type="text/javascript" src="/functions.js"></script>
b19097 8 </head>
c3762a 9 <body class="iframe">
b19097 10
T 11 <div class="messageheaderbox">
a02c77 12   <div id="messagelinks">
AM 13     <roundcube:if condition="env:optional_format=='text'" />
14       <roundcube:button command="change-format" prop="text" image="/images/icons/text.png" width="15" height="15" title="changeformattext" id="changeformattext" />
15     <roundcube:endif />
16     <roundcube:if condition="env:optional_format=='html'" />
17       <roundcube:button command="change-format" prop="html" image="/images/icons/html.png" width="15" height="15" title="changeformathtml" id="changeformathtml" />
18     <roundcube:endif />
46f7b7 19     <roundcube:if condition="!env:message_context">
323fa2 20       <roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" />
AM 21     <roundcube:endif />
a02c77 22   </div>
9808b3 23 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
c6be45 24 <roundcube:object name="messageFullHeaders" id="full-headers" />
2efe33 25 <roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" />
51cca6 26 </div>
b19097 27
46cdbf 28 <roundcube:object name="messageObjects" id="message-objects" />
b19097 29 <roundcube:object name="messageBody" id="messagebody" />
T 30
bc2c43 31 <div id="attachmentmenu" class="popupmenu">
AM 32   <ul class="toolbarmenu">
d01f9f 33     <roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="openlink" classAct="openlink active" innerclass="openlink" />
AM 34     <roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" />
bc2c43 35     <roundcube:container name="attachmentmenu" id="attachmentmenu" />
AM 36   </ul>
37 </div>
38
c3762a 39 <script type="text/javascript">
AM 40 rcube_init_mail_ui();
41 </script>
42
b19097 43 </body>
T 44 </html>