Mercurial > hg > rc2
comparison skins/classic/templates/messagepreview.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children | bf99236cc5cd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
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:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" /> | |
20 </div> | |
21 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" /> | |
22 <roundcube:object name="messageFullHeaders" id="full-headers" /> | |
23 <roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" /> | |
24 </div> | |
25 | |
26 <roundcube:object name="messageObjects" id="message-objects" /> | |
27 <roundcube:object name="messageBody" id="messagebody" /> | |
28 | |
29 <div id="attachmentmenu" class="popupmenu"> | |
30 <ul class="toolbarmenu"> | |
31 <roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="openlink" classAct="openlink active" innerclass="openlink" /> | |
32 <roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" /> | |
33 <roundcube:container name="attachmentmenu" id="attachmentmenu" /> | |
34 </ul> | |
35 </div> | |
36 | |
37 <script type="text/javascript"> | |
38 rcube_init_mail_ui(); | |
39 </script> | |
40 | |
41 </body> | |
42 </html> |