annotate skins/classic/templates/messagepart.html @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
3 <head>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
4 <title><roundcube:object name="pagetitle" /></title>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
5 <roundcube:include file="/includes/links.html" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
6 <script type="text/javascript" src="/splitter.js"></script>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
7 <script type="text/javascript" src="/functions.js"></script>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8 <style type="text/css">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
9 #messagepartheader { width: <roundcube:exp expression="!empty(cookie:mailpartsplitter) ? cookie:mailpartsplitter-5 : 170" />px; }
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
10 #messagepartcontainer { left: <roundcube:exp expression="!empty(cookie:mailpartsplitter) ? cookie:mailpartsplitter+5 : 180" />px; }
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
11 </style>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
12 </head>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
13 <body class="extwin">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
14 <roundcube:object name="message" id="message" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
16 <div id="messagetoolbar">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
17 <roundcube:button command="download" type="link" class="button download" classAct="button download" classSel="button downloadSel" title="download" content=" " />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
18 <roundcube:button command="print" type="link" class="button print" classAct="button print" classSel="button printSel" title="print" content=" " />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
19 <roundcube:container name="toolbar" id="messagetoolbar" />
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
20 <roundcube:if condition="env:is_message" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
21 <span class="toolbarseparator">&nbsp;</span>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
22 <roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
23 <span class="dropbutton">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
24 <roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
25 <span id="replyallmenulink" onclick="rcmail_ui.show_popup('replyallmenu');return false"></span>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
26 </span>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
27 <span class="dropbutton">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
28 <roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
29 <span id="forwardmenulink" onclick="rcmail_ui.show_popup('forwardmenu');return false"></span>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
30 </span>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
31 <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
32 <roundcube:endif />
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
33 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
34
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
35 <div id="mainscreen">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
36 <div id="messagepartheader">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
37 <div class="boxtitle" /><roundcube:label name="properties" /></div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
38 <div class="boxlistcontent">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
39 <roundcube:object name="messagePartControls" class="records-table" cellspacing="0" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
40 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
41 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
42 <div id="messagepartcontainer">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
43 <roundcube:object name="messagePartFrame" id="messagepartframe" width="100%" height="100%" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
44 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
45 </div>
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
46
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
47 <roundcube:if condition="env:is_message" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
48 <div id="forwardmenu" class="popupmenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
49 <ul id="forwardmenumenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
50 <roundcube:button type="link-menuitem" command="forward-inline" label="forwardinline" prop="sub" classAct="forwardlink active" class="forwardlink" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
51 <roundcube:button type="link-menuitem" command="forward-attachment" label="forwardattachment" prop="sub" classAct="forwardattachmentlink active" class="forwardattachmentlink" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
52 <roundcube:container name="forwardmenu" id="forwardmenumenu" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
53 </ul>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
54 </div>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
55
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
56 <div id="replyallmenu" class="popupmenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
57 <ul id="replyallmenumenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
58 <roundcube:button type="link-menuitem" command="reply-all" label="replyall" prop="sub" classAct="replyalllink active" class="replyalllink" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
59 <roundcube:button type="link-menuitem" command="reply-list" label="replylist" prop="sub" classAct="replylistlink active" class="replylistlink" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
60 <roundcube:container name="replyallmenu" id="replyallmenumenu" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
61 </ul>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
62 </div>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
63
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
64 <div id="messagemenu" class="popupmenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
65 <ul class="toolbarmenu" id="messagemenumenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
66 <roundcube:button type="link-menuitem" class="editlink" command="edit" prop="new" label="editasnew" classAct="editlink active" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
67 <roundcube:button type="link-menuitem" class="sourcelink" command="viewsource" label="viewsource" classAct="sourcelink active" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
68 <roundcube:container name="messagemenu" id="messagemenumenu" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
69 </ul>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
70 </div>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
71 <roundcube:endif />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
72
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
73 <script type="text/javascript">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
74 var mailpartsplit = new rcube_splitter({id:'mailpartsplitter', p1: 'messagepartheader', p2: 'messagepartcontainer', orientation: 'v', relative: true, start: 165});
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
75 rcmail.add_onload('mailpartsplit.init()');
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
76 rcube_init_mail_ui();
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
77 </script>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
78
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
79 </body>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
80 </html>