Mercurial > hg > rc2
comparison skins/classic/templates/mail.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 <style type="text/css"> | |
9 <roundcube:if condition="config:preview_pane == true" /> | |
10 #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; } | |
12 <roundcube:endif /> | |
13 #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; } | |
15 </style> | |
16 </head> | |
17 <body> | |
18 | |
19 <roundcube:include file="/includes/taskbar.html" /> | |
20 <roundcube:include file="/includes/header.html" /> | |
21 | |
22 <div id="mainscreen"> | |
23 <div id="mailleftcontainer"> | |
24 <div id="mailboxlist-container"> | |
25 <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div> | |
26 <div id="mailboxlist-content" class="boxlistcontent"> | |
27 <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist folderlist" folder_filter="mail" /> | |
28 </div> | |
29 <div id="mailboxlist-footer" class="boxfooter"> | |
30 <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> | |
31 | |
32 <roundcube:if condition="env:quota" /> | |
33 <img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" /> | |
34 <div id="quota"> | |
35 <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> | |
36 </div> | |
37 <roundcube:endif /> | |
38 </div> | |
39 </div> | |
40 | |
41 <script type="text/javascript"> | |
42 var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165, callback: rcube_render_mailboxlist }); | |
43 rcmail.add_onload('mailviewsplitv.init()'); | |
44 </script> | |
45 | |
46 </div> | |
47 | |
48 <div id="mailrightcontainer"> | |
49 <div id="mailrightcontent"> | |
50 <div id="mailcontframe"> | |
51 <div id="messagelistcontainer" class="boxlistcontent" style="top:0"> | |
52 <roundcube:object name="messages" | |
53 id="messagelist" | |
54 class="messagelist fixedheader" | |
55 cellspacing="0" | |
56 columns="" | |
57 summary="Message list" | |
58 optionsmenuIcon="true" /> | |
59 </div> | |
60 <div class="boxfooter"> | |
61 <div id="listcontrols" class="pagenav"> | |
62 <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=" " /> | |
64 <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=" " /> | |
66 <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " /> | |
67 <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " /> | |
68 <roundcube:container name="listcontrols" id="listcontrols" /> | |
69 <roundcube:if condition="env:threads" /> | |
70 <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=" " /> | |
72 <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=" " /> | |
74 <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> | |
81 <div id="countcontrols" class="pagenav"> | |
82 <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=" " /> | |
84 <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" /> | |
85 <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=" " /> | |
87 </div> | |
88 </div> | |
89 </div> | |
90 | |
91 <script type="text/javascript"> | |
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" /> | |
100 </div> | |
101 </div> | |
102 | |
103 </div> | |
104 </div> | |
105 | |
106 <roundcube:include file="/includes/messagetoolbar.html" /> | |
107 | |
108 <div id="searchmenu" class="popupmenu"> | |
109 <ul class="toolbarmenu"> | |
110 <li><label><input type="checkbox" name="s_mods[]" value="subject" id="s_mod_subject" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="subject" /></span></label></li> | |
111 <li><label><input type="checkbox" name="s_mods[]" value="from" id="s_mod_from" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="from" /></span></label></li> | |
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> | |
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> | |
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> | |
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> | |
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> | |
117 <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> | |
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> | |
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> | |
121 </ul> | |
122 </div> | |
123 | |
124 <div id="quicksearchbar"> | |
125 <div id="searchfilter"> | |
126 <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: | |
127 <roundcube:object name="searchfilter" class="searchfilter" /> | |
128 </div> | |
129 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" /> | |
130 <roundcube:object name="searchform" id="quicksearchbox" /> | |
131 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> | |
132 </div> | |
133 | |
134 <div id="dragmenu" class="popupmenu"> | |
135 <ul> | |
136 <li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li> | |
137 <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li> | |
138 </ul> | |
139 </div> | |
140 | |
141 <div id="mailboxoptionsmenu" class="popupmenu"> | |
142 <ul> | |
143 <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> | |
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> | |
146 <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> | |
147 <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> | |
148 </ul> | |
149 </div> | |
150 | |
151 <div id="listmenu" style="display: none"> | |
152 <roundcube:if condition="env:threads" /> | |
153 <fieldset class="thinbordered"><legend><roundcube:label name="listmode" /></legend> | |
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> | |
156 <li><label><input type="radio" name="view" value="thread" id="view_thread" /> <span><roundcube:label name="threads" /></span></label></li> | |
157 </ul> | |
158 </fieldset> | |
159 <roundcube:endif /> | |
160 <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" /> | |
161 <fieldset class="thinbordered"><legend><roundcube:label name="listcolumns" /></legend> | |
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> | |
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> | |
166 <li><label><input type="checkbox" name="list_col[]" value="from" id="cols_from" /> <span><roundcube:label name="from" /></span></label></li> | |
167 <li><label><input type="checkbox" name="list_col[]" value="to" id="cols_to" /> <span><roundcube:label name="to" /></span></label></li> | |
168 <li><label><input type="checkbox" name="list_col[]" value="replyto" id="cols_replyto" /> <span><roundcube:label name="replyto" /></span></label></li> | |
169 <li><label><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /> <span><roundcube:label name="cc" /></span></label></li> | |
170 <li><label><input type="checkbox" name="list_col[]" value="date" id="cols_date" /> <span><roundcube:label name="date" /></span></label></li> | |
171 <li><label><input type="checkbox" name="list_col[]" value="size" id="cols_size" /> <span><roundcube:label name="size" /></span></label></li> | |
172 <li><label><input type="checkbox" name="list_col[]" value="status" id="cols_status" /> <span><roundcube:label name="readstatus" /></span></label></li> | |
173 <li><label><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /> <span><roundcube:label name="attachment" /></span></label></li> | |
174 <li><label><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /> <span><roundcube:label name="flag" /></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> | |
177 </fieldset> | |
178 <roundcube:endif /> | |
179 <roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" /> | |
180 <fieldset class="thinbordered"><legend><roundcube:label name="listsorting" /></legend> | |
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> | |
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> | |
185 <li><label><input type="radio" name="sort_col" value="subject" id="sort_subject" /> <span><roundcube:label name="subject" /></span></label></li> | |
186 <li><label><input type="radio" name="sort_col" value="fromto" id="sort_fromto" /> <span><roundcube:label name="fromto" /></span></label></li> | |
187 <li><label><input type="radio" name="sort_col" value="from" id="sort_from" /> <span><roundcube:label name="from" /></span></label></li> | |
188 <li><label><input type="radio" name="sort_col" value="to" id="sort_to" /> <span><roundcube:label name="to" /></span></label></li> | |
189 <li><label><input type="radio" name="sort_col" value="to" id="sort_replyto" /> <span><roundcube:label name="replyto" /></span></label></li> | |
190 <li><label><input type="radio" name="sort_col" value="cc" id="sort_cc" /> <span><roundcube:label name="cc" /></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> | |
193 </fieldset> | |
194 <roundcube:endif /> | |
195 <roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" /> | |
196 <fieldset><legend><roundcube:label name="listorder" /></legend> | |
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> | |
199 <li><label><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /> <span><roundcube:label name="desc" /></span></label></li> | |
200 </ul> | |
201 </fieldset> | |
202 <roundcube:endif /> | |
203 </div> | |
204 | |
205 <roundcube:object name="messageimportform" id="upload-form" attachmentFieldSize="40" class="popupmenu" /> | |
206 | |
207 <script type="text/javascript"> | |
208 rcube_init_mail_ui(); | |
209 </script> | |
210 | |
211 </body> | |
212 </html> |