Mercurial > hg > rc2
comparison skins/classic/templates/mail.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 |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
4 <title><roundcube:object name="pagetitle" /></title> | 4 <title><roundcube:object name="pagetitle" /></title> |
5 <roundcube:include file="/includes/links.html" /> | 5 <roundcube:include file="/includes/links.html" /> |
6 <script type="text/javascript" src="/splitter.js"></script> | 6 <script type="text/javascript" src="/splitter.js"></script> |
7 <script type="text/javascript" src="/functions.js"></script> | 7 <script type="text/javascript" src="/functions.js"></script> |
8 <style type="text/css"> | 8 <style type="text/css"> |
9 <roundcube:if condition="config:preview_pane == true" /> | 9 <roundcube:if condition="env:layout == 'widescreen'" /> |
10 #mailcontframe { width: <roundcube:exp expression="!empty(cookie:mailviewsplitter2) ? cookie:mailviewsplitter2-5 : 395" />px; } | |
11 #mailpreviewframe { left: <roundcube:exp expression="!empty(cookie:mailviewsplitter2) ? cookie:mailviewsplitter2+5 : 405" />px; display: block; } | |
12 <roundcube:elseif condition="env:layout != 'list'" /> | |
10 #mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; } | 13 #mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; } |
11 #mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px; } | 14 #mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px; display: block; } |
12 <roundcube:endif /> | 15 <roundcube:endif /> |
13 #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 160" />px; } | 16 #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 160" />px; } |
14 #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 170" />px; } | 17 #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 170" />px; } |
15 </style> | 18 </style> |
16 </head> | 19 </head> |
33 <img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" /> | 36 <img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" /> |
34 <div id="quota"> | 37 <div id="quota"> |
35 <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> | 38 <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> |
36 </div> | 39 </div> |
37 <roundcube:endif /> | 40 <roundcube:endif /> |
38 </div> | 41 |
39 </div> | 42 </div> |
40 | 43 </div> |
41 <script type="text/javascript"> | 44 </div> |
42 var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165, callback: rcube_render_mailboxlist }); | 45 |
43 rcmail.add_onload('mailviewsplitv.init()'); | 46 <div id="mailrightcontainer" class="<roundcube:var name="env:layout" />"> |
44 </script> | |
45 | |
46 </div> | |
47 | |
48 <div id="mailrightcontainer"> | |
49 <div id="mailrightcontent"> | 47 <div id="mailrightcontent"> |
50 <div id="mailcontframe"> | 48 <div id="mailcontframe"> |
51 <div id="messagelistcontainer" class="boxlistcontent" style="top:0"> | 49 <div id="messagelistheader" class="boxfooter"><roundcube:object name="listmenulink" optionsmenuIcon="true" /></div> |
50 <div id="messagelistcontainer" class="boxlistcontent"> | |
52 <roundcube:object name="messages" | 51 <roundcube:object name="messages" |
53 id="messagelist" | 52 id="messagelist" |
54 class="messagelist fixedheader" | 53 class="messagelist fixedheader" |
55 cellspacing="0" | 54 cellspacing="0" |
56 columns="" | 55 columns="" |
57 summary="Message list" | 56 summary="Message list" |
58 optionsmenuIcon="true" /> | 57 optionsmenuIcon="true" /> |
59 </div> | 58 </div> |
60 <div class="boxfooter"> | 59 <div id="messagelistfooter" class="boxfooter"> |
61 <div id="listcontrols" class="pagenav"> | 60 <div id="listcontrols" class="pagenav"> |
62 <span><roundcube:label name="select" />: </span> | 61 <span><roundcube:label name="select" />: </span> |
63 <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " /> | 62 <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " /> |
64 <roundcube:button command="select-all" type="link" prop="page" title="currpage" class="buttonPas page" classAct="button page" classSel="button pagesel" content=" " /> | 63 <roundcube:button command="select-all" type="link" prop="page" title="currpage" class="buttonPas page" classAct="button page" classSel="button pagesel" content=" " /> |
65 <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " /> | 64 <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " /> |
70 <span style="margin-left: 12px"><roundcube:label name="threads" />: </span> | 69 <span style="margin-left: 12px"><roundcube:label name="threads" />: </span> |
71 <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" " /> | 70 <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" " /> |
72 <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> | 71 <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> |
73 <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> | 72 <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> |
74 <roundcube:endif /> | 73 <roundcube:endif /> |
75 <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" /> | |
76 <span style="margin-left: 12px"><label for="prevpaneswitch"><span><roundcube:label name="previewpane" />:</span></label> | |
77 <input type="checkbox" id="prevpaneswitch" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /> | |
78 </span> | |
79 <roundcube:endif /> | |
80 </div> | 74 </div> |
81 <div id="countcontrols" class="pagenav"> | 75 <div id="countcontrols" class="pagenav"> |
76 <roundcube:object name="messageCountDisplay" /> | |
82 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> | 77 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> |
83 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> | 78 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> |
84 <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" /> | 79 <input id="pagejumper" class="pagejumper" type="text" size="3" disabled="disabled" title="<roundcube:label name="currpage" />" /> |
85 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> | 80 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> |
86 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> | 81 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> |
87 </div> | 82 </div> |
88 </div> | 83 </div> |
89 </div> | 84 </div> |
90 | 85 |
91 <script type="text/javascript"> | 86 <div id="mailpreviewframe"> |
92 var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h', relative: true, start: 205}); | |
93 <roundcube:if condition="config:preview_pane == true" /> | |
94 rcmail.add_onload('mailviewsplit.init()'); | |
95 <roundcube:endif /> | |
96 </script> | |
97 | |
98 <div id="mailpreviewframe"<roundcube:if condition="config:preview_pane != true" /> style="display:none"<roundcube:endif />> | |
99 <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> | 87 <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> |
100 </div> | 88 </div> |
101 </div> | 89 |
102 | 90 </div> |
103 </div> | 91 </div> |
104 </div> | 92 </div> |
105 | 93 |
106 <roundcube:include file="/includes/messagetoolbar.html" /> | 94 <roundcube:include file="/includes/messagetoolbar.html" /> |
107 | 95 |
112 <li><label><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="to" /></span></label></li> | 100 <li><label><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="to" /></span></label></li> |
113 <li><label><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="cc" /></span></label></li> | 101 <li><label><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="cc" /></span></label></li> |
114 <li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="bcc" /></span></label></li> | 102 <li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="bcc" /></span></label></li> |
115 <li><label><input type="checkbox" name="s_mods[]" value="body" id="s_mod_body" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="body" /></span></label></li> | 103 <li><label><input type="checkbox" name="s_mods[]" value="body" id="s_mod_body" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="body" /></span></label></li> |
116 <li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="msgtext" /></span></label></li> | 104 <li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="msgtext" /></span></label></li> |
105 <li><label class="comment"><roundcube:label name="date" /></label></li> | |
106 <li><roundcube:object name="searchinterval" id="s_interval" onchange="rcmail.set_searchinterval($(this).val())" /></li> | |
117 <li><label class="comment"><roundcube:label name="searchscope" /></label></li> | 107 <li><label class="comment"><roundcube:label name="searchscope" /></label></li> |
118 <li><label><input type="radio" name="s_scope" value="base" id="s_scope_base" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="currentfolder" /></span></label></li> | 108 <li><label><input type="radio" name="s_scope" value="base" id="s_scope_base" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="currentfolder" /></span></label></li> |
119 <li><label><input type="radio" name="s_scope" value="sub" id="s_scope_sub" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="subfolders" /></span></label></li> | 109 <li><label><input type="radio" name="s_scope" value="sub" id="s_scope_sub" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="subfolders" /></span></label></li> |
120 <li><label><input type="radio" name="s_scope" value="all" id="s_scope_all" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="allfolders" /></span></label></li> | 110 <li><label><input type="radio" name="s_scope" value="all" id="s_scope_all" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="allfolders" /></span></label></li> |
121 </ul> | 111 </ul> |
140 | 130 |
141 <div id="mailboxoptionsmenu" class="popupmenu"> | 131 <div id="mailboxoptionsmenu" class="popupmenu"> |
142 <ul> | 132 <ul> |
143 <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> | 133 <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> |
144 <li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> | 134 <li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
135 <li><roundcube:button command="mark-all-read" type="link" label="markallread" classAct="active" /></li> | |
145 <li class="separator_below"><roundcube:button command="import-messages" name="messageimport" type="link" classAct="active" label="importmessages" id="uploadformlink" onclick="if(rcmail.command_enabled('import-messages'))rcmail_ui.show_popup('uploadform', true); return false" /></li> | 136 <li class="separator_below"><roundcube:button command="import-messages" name="messageimport" type="link" classAct="active" label="importmessages" id="uploadformlink" onclick="if(rcmail.command_enabled('import-messages'))rcmail_ui.show_popup('uploadform', true); return false" /></li> |
146 <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> | 137 <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> |
147 <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> | 138 <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> |
148 </ul> | 139 </ul> |
149 </div> | 140 </div> |
150 | 141 |
151 <div id="listmenu" style="display: none"> | 142 <div id="listmenu" style="display: none"> |
143 <roundcube:if condition="!in_array('layout', (array)config:dont_override)" /> | |
144 <fieldset id="listoptions-layout" class="floating"><legend><roundcube:label name="layout" /></legend> | |
145 <ul class="toolbarmenu"> | |
146 <li><label><input type="radio" name="layout" value="widescreen" /> <span><roundcube:label name="layoutwidescreen" /></span></label></li> | |
147 <li><label><input type="radio" name="layout" value="desktop" /> <span><roundcube:label name="layoutdesktop" /></span></label></li> | |
148 <li><label><input type="radio" name="layout" value="list" /> <span><roundcube:label name="layoutlist" /></span></label></li> | |
149 </ul> | |
150 </fieldset> | |
151 <roundcube:endif /> | |
152 <roundcube:if condition="env:threads" /> | 152 <roundcube:if condition="env:threads" /> |
153 <fieldset class="thinbordered"><legend><roundcube:label name="listmode" /></legend> | 153 <fieldset id="listoptions-view" class="thinbordered"><legend><roundcube:label name="listmode" /></legend> |
154 <ul class="toolbarmenu"> | 154 <ul class="toolbarmenu"> |
155 <li><label><input type="radio" name="view" value="list" id="view_default" /> <span><roundcube:label name="list" /></span></label></li> | 155 <li><label><input type="radio" name="view" value="list" id="view_default" /> <span><roundcube:label name="list" /></span></label></li> |
156 <li><label><input type="radio" name="view" value="thread" id="view_thread" /> <span><roundcube:label name="threads" /></span></label></li> | 156 <li><label><input type="radio" name="view" value="thread" id="view_thread" /> <span><roundcube:label name="threads" /></span></label></li> |
157 </ul> | 157 </ul> |
158 </fieldset> | 158 </fieldset> |
159 <roundcube:endif /> | 159 <roundcube:endif /> |
160 <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" /> | 160 <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" /> |
161 <fieldset class="thinbordered"><legend><roundcube:label name="listcolumns" /></legend> | 161 <fieldset id="listoptions-columns" class="thinbordered"><legend><roundcube:label name="listcolumns" /></legend> |
162 <ul class="toolbarmenu"> | 162 <ul class="toolbarmenu"> |
163 <li><label><input type="checkbox" name="list_col[]" value="threads" id="cols_threads" checked="checked" disabled="disabled" /> <span class="disabled"><roundcube:label name="threads" /></span></label></li> | 163 <li><label><input type="checkbox" name="list_col[]" value="threads" id="cols_threads" checked="checked" disabled="disabled" /> <span class="disabled"><roundcube:label name="threads" /></span></label></li> |
164 <li><label><input type="checkbox" name="list_col[]" value="subject" id="cols_subject" checked="checked" disabled="disabled" /> <span class="disabled"><roundcube:label name="subject" /></span></label></li> | 164 <li><label><input type="checkbox" name="list_col[]" value="subject" id="cols_subject" checked="checked" disabled="disabled" /> <span class="disabled"><roundcube:label name="subject" /></span></label></li> |
165 <li><label><input type="checkbox" name="list_col[]" value="fromto" id="cols_fromto" /> <span><roundcube:label name="fromto" /></span></label></li> | 165 <li><label><input type="checkbox" name="list_col[]" value="fromto" id="cols_fromto" /> <span><roundcube:label name="fromto" /></span></label></li> |
166 <li><label><input type="checkbox" name="list_col[]" value="from" id="cols_from" /> <span><roundcube:label name="from" /></span></label></li> | 166 <li><label><input type="checkbox" name="list_col[]" value="from" id="cols_from" /> <span><roundcube:label name="from" /></span></label></li> |
175 <li><label><input type="checkbox" name="list_col[]" value="priority" id="cols_priority" /> <span><roundcube:label name="priority" /></span></label></li> | 175 <li><label><input type="checkbox" name="list_col[]" value="priority" id="cols_priority" /> <span><roundcube:label name="priority" /></span></label></li> |
176 </ul> | 176 </ul> |
177 </fieldset> | 177 </fieldset> |
178 <roundcube:endif /> | 178 <roundcube:endif /> |
179 <roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" /> | 179 <roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" /> |
180 <fieldset class="thinbordered"><legend><roundcube:label name="listsorting" /></legend> | 180 <fieldset id="listoptions-sortcol" class="thinbordered"><legend><roundcube:label name="listsorting" /></legend> |
181 <ul class="toolbarmenu"> | 181 <ul class="toolbarmenu"> |
182 <li><label><input type="radio" name="sort_col" value="" id="sort_default" /> <span><roundcube:label name="nonesort" /></span></label></li> | 182 <li><label><input type="radio" name="sort_col" value="" id="sort_default" /> <span><roundcube:label name="nonesort" /></span></label></li> |
183 <li><label><input type="radio" name="sort_col" value="arrival" id="sort_arrival" /> <span><roundcube:label name="arrival" /></span></label></li> | 183 <li><label><input type="radio" name="sort_col" value="arrival" id="sort_arrival" /> <span><roundcube:label name="arrival" /></span></label></li> |
184 <li><label><input type="radio" name="sort_col" value="date" id="sort_date" /> <span><roundcube:label name="sentdate" /></span></label></li> | 184 <li><label><input type="radio" name="sort_col" value="date" id="sort_date" /> <span><roundcube:label name="sentdate" /></span></label></li> |
185 <li><label><input type="radio" name="sort_col" value="subject" id="sort_subject" /> <span><roundcube:label name="subject" /></span></label></li> | 185 <li><label><input type="radio" name="sort_col" value="subject" id="sort_subject" /> <span><roundcube:label name="subject" /></span></label></li> |
191 <li><label><input type="radio" name="sort_col" value="size" id="sort_size" /> <span><roundcube:label name="size" /></span></label></li> | 191 <li><label><input type="radio" name="sort_col" value="size" id="sort_size" /> <span><roundcube:label name="size" /></span></label></li> |
192 </ul> | 192 </ul> |
193 </fieldset> | 193 </fieldset> |
194 <roundcube:endif /> | 194 <roundcube:endif /> |
195 <roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" /> | 195 <roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" /> |
196 <fieldset><legend><roundcube:label name="listorder" /></legend> | 196 <fieldset id="listoptions-sortord" ><legend><roundcube:label name="listorder" /></legend> |
197 <ul class="toolbarmenu"> | 197 <ul class="toolbarmenu"> |
198 <li><label><input type="radio" name="sort_ord" value="ASC" id="sort_asc" /> <span><roundcube:label name="asc" /></span></label></li> | 198 <li><label><input type="radio" name="sort_ord" value="ASC" id="sort_asc" /> <span><roundcube:label name="asc" /></span></label></li> |
199 <li><label><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /> <span><roundcube:label name="desc" /></span></label></li> | 199 <li><label><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /> <span><roundcube:label name="desc" /></span></label></li> |
200 </ul> | 200 </ul> |
201 </fieldset> | 201 </fieldset> |