Mercurial > hg > rc1
comparison skins/classic/templates/messagepreview.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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 <head> | |
4 <title><roundcube:object name="pagetitle" /></title> | |
5 <roundcube:include file="/includes/links.html" /> | |
6 <script type="text/javascript" src="/splitter.js"></script> | |
7 <script type="text/javascript" src="/functions.js"></script> | |
8 </head> | |
9 <body class="iframe"> | |
10 | |
11 <div class="messageheaderbox"> | |
12 <div id="messagelinks"> | |
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 /> | |
19 <roundcube:if condition="!env:message_context"> | |
20 <roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" /> | |
21 <roundcube:endif /> | |
22 </div> | |
23 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" /> | |
24 <roundcube:object name="messageFullHeaders" id="full-headers" /> | |
25 <roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" /> | |
26 </div> | |
27 | |
28 <roundcube:object name="messageObjects" id="message-objects" /> | |
29 <roundcube:object name="messageBody" id="messagebody" /> | |
30 | |
31 <div id="attachmentmenu" class="popupmenu"> | |
32 <ul class="toolbarmenu"> | |
33 <roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="openlink" classAct="openlink active" innerclass="openlink" /> | |
34 <roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" /> | |
35 <roundcube:container name="attachmentmenu" id="attachmentmenu" /> | |
36 </ul> | |
37 </div> | |
38 | |
39 <script type="text/javascript"> | |
40 rcube_init_mail_ui(); | |
41 </script> | |
42 | |
43 </body> | |
44 </html> |