annotate skins/larry/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 <roundcube:object name="doctype" value="html5" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2 <html>
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 </head>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
7 <body class="extwin noscroll">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
9 <roundcube:include file="/includes/header.html" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
10
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
11 <div id="mainscreen">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
12
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
13 <h1 class="voice"><roundcube:label name="attachment" />: <roundcube:var name="env:filename" /></h1>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
14
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
16 <div id="messagetoolbar" class="toolbar fullwidth" role="toolbar" aria-labelledby="aria-label-toolbar">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
17 <roundcube:button command="download" type="link" class="button download disabled" classAct="button download" classSel="button download pressed" label="download" title="download" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
18 <roundcube:button command="print" type="link" class="button print disabled" classAct="button print" classSel="button print pressed" label="print" title="print" />
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="spacer"></span>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
22 <roundcube:button command="reply" type="link" class="button reply disabled" classAct="button reply" classSel="button reply pressed" label="reply" title="replytomessage" />
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="button reply-all disabled" classAct="button reply-all" classSel="button reply-all pressed" label="replyall" title="replytoallmessage" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
25 <a href="#reply-all" class="dropbuttontip" id="replyallmenulink" onclick="UI.toggle_popup('replyallmenu',event);return false" aria-haspopup="true" aria-expanded="false" aria-owns="replyallmenu-menu" tabindex="0">Reply-all options</a>
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="button forward disabled" classAct="button forward" classSel="button forward pressed" label="forward" title="forwardmessage" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
29 <a href="#forward" class="dropbuttontip" id="forwardmenulink" onclick="UI.toggle_popup('forwardmenu',event);return false" aria-haspopup="true" aria-expanded="false" aria-owns="forwardmenu-menu" tabindex="0">Forwarding options</a>
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 more" label="more" title="moreactions" onclick="UI.toggle_popup('messagemenu',event);return false" aria-haspopup="true" aria-expanded="false" aria-owns="messagemenu-menu" />
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="mainscreencontent">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
36
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
37 <div id="messagepartheader" class="uibox listbox" role="contentinfo" aria-labelledby="aria-label-contentinfo">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
38 <h2 class="boxtitle" id="aria-label-contentinfo"><roundcube:label name="properties" /></h2>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
39 <div class="scroller">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
40 <roundcube:object name="messagePartControls" class="listing" />
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>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
43
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
44 <div id="messagepartcontainer" class="uibox" role="main" aria-labelledby="aria-label-messagepart">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
45 <h2 id="aria-label-messagepart" class="voice"><roundcube:label name="arialabelattachmentpreview" /></h2>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
46 <div class="iframebox">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
47 <roundcube:object name="messagePartFrame" id="messagepartframe" frameborder="0" title="arialabelattachmentpreview" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
48 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
49 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
50
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
51 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
52 </div>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
53
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
54 <roundcube:if condition="env:is_message" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
55 <div id="forwardmenu" class="popupmenu" aria-hidden="true">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
56 <h3 id="aria-label-forwardmenu" class="voice"><roundcube:label name="arialabelforwardingoptions" /></h3>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
57 <ul id="forwardmenu-menu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-forwardmenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
58 <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
59 <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
60 <roundcube:container name="forwardmenu" id="forwardmenu-menu" />
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="replyallmenu" class="popupmenu" aria-hidden="true">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
65 <h3 id="aria-label-replyallmenu" class="voice"><roundcube:label name="arialabelreplyalloptions" /></h3>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
66 <ul id="replyallmenu-menu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-replyallmenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
67 <roundcube:button type="link-menuitem" command="reply-all" label="replyall" prop="sub" class="replyalllink" classAct="replyalllink active" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
68 <roundcube:button type="link-menuitem" command="reply-list" label="replylist" prop="sub" class="replylistlink" classAct="replylistlink active" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
69 <roundcube:container name="replyallmenu" id="replyallmenu-menu" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
70 </ul>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
71 </div>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
72
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
73 <div id="messagemenu" class="popupmenu" aria-hidden="true">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
74 <h3 id="aria-label-messagemenu" class="voice"><roundcube:label name="arialabelmoremessageactions" /></h3>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
75 <ul id="messagemenu-menu" class="toolbarmenu iconized" role="menu" aria-labelledby="aria-label-messagemenu">
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
76 <roundcube:button type="link-menuitem" command="edit" prop="new" label="editasnew" class="icon" classAct="icon active" innerclass="icon edit" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
77 <roundcube:button type="link-menuitem" command="viewsource" label="viewsource" class="icon" classAct="icon active" innerclass="icon viewsource" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
78 <roundcube:container name="messagemenu" id="messagemenu-menu" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
79 </ul>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
80 </div>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
81 <roundcube:endif />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
82
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
83 <roundcube:include file="/includes/footer.html" />
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
84
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
85 </body>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
86 </html>