0
|
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="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'" />
|
|
13 #mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; }
|
|
14 #mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px; display: block; }
|
|
15 <roundcube:endif />
|
|
16 #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 160" />px; }
|
|
17 #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 170" />px; }
|
|
18 </style>
|
|
19 </head>
|
|
20 <body>
|
|
21
|
|
22 <roundcube:include file="/includes/taskbar.html" />
|
|
23 <roundcube:include file="/includes/header.html" />
|
|
24
|
|
25 <div id="mainscreen">
|
|
26 <div id="mailleftcontainer">
|
|
27 <div id="mailboxlist-container">
|
|
28 <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div>
|
|
29 <div id="mailboxlist-content" class="boxlistcontent">
|
|
30 <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist folderlist" folder_filter="mail" />
|
|
31 </div>
|
|
32 <div id="mailboxlist-footer" class="boxfooter">
|
|
33 <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " />
|
|
34
|
|
35 <roundcube:if condition="env:quota" />
|
|
36 <img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" />
|
|
37 <div id="quota">
|
|
38 <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
|
|
39 </div>
|
|
40 <roundcube:endif />
|
|
41
|
|
42 </div>
|
|
43 </div>
|
|
44 </div>
|
|
45
|
|
46 <div id="mailrightcontainer" class="<roundcube:var name="env:layout" />">
|
|
47 <div id="mailrightcontent">
|
|
48 <div id="mailcontframe">
|
|
49 <div id="messagelistheader" class="boxfooter"><roundcube:object name="listmenulink" optionsmenuIcon="true" /></div>
|
|
50 <div id="messagelistcontainer" class="boxlistcontent">
|
|
51 <roundcube:object name="messages"
|
|
52 id="messagelist"
|
|
53 class="messagelist fixedheader"
|
|
54 cellspacing="0"
|
|
55 columns=""
|
|
56 summary="Message list"
|
|
57 optionsmenuIcon="true" />
|
|
58 </div>
|
|
59 <div id="messagelistfooter" class="boxfooter">
|
|
60 <div id="listcontrols" class="pagenav">
|
|
61 <span><roundcube:label name="select" />: </span>
|
|
62 <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
|
|
63 <roundcube:button command="select-all" type="link" prop="page" title="currpage" class="buttonPas page" classAct="button page" classSel="button pagesel" content=" " />
|
|
64 <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " />
|
|
65 <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
|
|
66 <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />
|
|
67 <roundcube:container name="listcontrols" id="listcontrols" />
|
|
68 <roundcube:if condition="env:threads" />
|
|
69 <span style="margin-left: 12px"><roundcube:label name="threads" />: </span>
|
|
70 <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" 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=" " />
|
|
72 <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " />
|
|
73 <roundcube:endif />
|
|
74 </div>
|
|
75 <div id="countcontrols" class="pagenav">
|
|
76 <roundcube:object name="messageCountDisplay" />
|
|
77 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
|
|
78 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
|
|
79 <input id="pagejumper" class="pagejumper" type="text" size="3" disabled="disabled" title="<roundcube:label name="currpage" />" />
|
|
80 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
|
|
81 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
|
|
82 </div>
|
|
83 </div>
|
|
84 </div>
|
|
85
|
|
86 <div id="mailpreviewframe">
|
|
87 <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
|
88 </div>
|
|
89
|
|
90 </div>
|
|
91 </div>
|
|
92 </div>
|
|
93
|
|
94 <roundcube:include file="/includes/messagetoolbar.html" />
|
|
95
|
|
96 <div id="searchmenu" class="popupmenu">
|
|
97 <ul class="toolbarmenu">
|
|
98 <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>
|
|
99 <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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
107 <li><label class="comment"><roundcube:label name="searchscope" /></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>
|
|
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>
|
|
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>
|
|
111 </ul>
|
|
112 </div>
|
|
113
|
|
114 <div id="quicksearchbar">
|
|
115 <div id="searchfilter">
|
|
116 <label for="rcmlistfilter"><roundcube:label name="filter" /></label>:
|
|
117 <roundcube:object name="searchfilter" class="searchfilter" />
|
|
118 </div>
|
|
119 <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" />
|
|
120 <roundcube:object name="searchform" id="quicksearchbox" />
|
|
121 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" />
|
|
122 </div>
|
|
123
|
|
124 <div id="dragmenu" class="popupmenu">
|
|
125 <ul>
|
|
126 <li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li>
|
|
127 <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li>
|
|
128 </ul>
|
|
129 </div>
|
|
130
|
|
131 <div id="mailboxoptionsmenu" class="popupmenu">
|
|
132 <ul>
|
|
133 <li><roundcube:button command="expunge" type="link" label="compact" 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>
|
|
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>
|
|
137 <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li>
|
|
138 <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
|
|
139 </ul>
|
|
140 </div>
|
|
141
|
|
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" />
|
|
153 <fieldset id="listoptions-view" 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 id="listoptions-columns" 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 id="listoptions-sortcol" 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 id="listoptions-sortord" ><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>
|