alecpl
2011-10-18 c84d3306fff81d0f1a18b3cc6ce43e625ed19dae
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
a7d5c6 6 <script type="text/javascript" src="/splitter.js"></script>
5f660c 7 <script type="text/javascript" src="/functions.js"></script>
cb7597 8 <style type="text/css">
a1f722 9 <roundcube:if condition="config:preview_pane == true" />
A 10 #mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; }
4b1647 11 #mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px;
189482 12 <roundcube:exp expression="browser:ie ? ('height: expression((parseInt(this.parentNode.offsetHeight)-'.(!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+25 : 245).')+\\'px\\');') : ''" />
a1f722 13 }
cb7597 14 <roundcube:endif />
4b1647 15 #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 175" />px; }
T 16 #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 185" />px;
189482 17 <roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180).')+\\'px\\');') : ''" />
a1f722 18 }
A 19 </style>
4e17e6 20 </head>
5f660c 21 <body onload="rcube_init_mail_ui()">
4e17e6 22
b076a4 23 <roundcube:include file="/includes/taskbar.html" />
4e17e6 24 <roundcube:include file="/includes/header.html" />
T 25
e5686f 26 <div id="mainscreen">
189482 27 <div id="mailleftcontainer">
f45bbe 28 <div id="mailboxlist-container">
e9b5a6 29 <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div>
ff38d0 30 <div class="boxlistcontent">
94bdcc 31 <roundcube:object name="mailboxlist" id="mailboxlist" folder_filter="mail" />
e9b5a6 32 </div>
ff38d0 33 <div class="boxfooter">
9e5550 34   <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " />
a2e817 35
A 36 <roundcube:if condition="env:quota" />
f30fbb 37 <img id="quotaimg" src="/images/quota.<roundcube:exp expression="browser:ie && browser:ver < 7 ? 'gif' : 'png'" />" alt="" />
a2e817 38 <div id="quota">
A 39   <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
40 </div>
41 <roundcube:endif />
e9b5a6 42 </div>
f45bbe 43 </div>
cd900d 44
e5686f 45 <script type="text/javascript">
9e1daa 46   var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165, callback: rcube_render_mailboxlist });
e5686f 47   rcmail.add_onload('mailviewsplitv.init()');
A 48 </script>
996f0b 49
T 50 </div>
4e17e6 51
189482 52 <div id="mailrightcontainer">
T 53 <div id="mailrightcontent">
4e17e6 54 <div id="mailcontframe">
ce06d3 55 <div id="messagelistcontainer" class="boxlistcontent" style="top:0">
4e17e6 56 <roundcube:object name="messages"
T 57   id="messagelist"
58   cellspacing="0"
d59aaa 59   columns=""
4e17e6 60   summary="Message list"
1716d5 61   optionsmenuIcon="true" />
4e17e6 62 </div>
ce06d3 63 <div class="boxfooter">
A 64     <div id="listcontrols" class="pagenav">
65         <span><roundcube:label name="select" />:&nbsp;</span>
66         <roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
67         <roundcube:button command="select-all" type="link" prop="page" title="currpage" class="buttonPas page" classAct="button page" classSel="button pagesel" content=" " />
68         <roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " />
69         <roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
70         <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />
71         <roundcube:container name="listcontrols" id="listcontrols" />
72     <roundcube:if condition="env:threads" />
9689f5 73         <span style="margin-left: 12px"><roundcube:label name="threads" />:&nbsp;</span>
ce06d3 74         <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" "  />
A 75         <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " />
76         <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " />
77     <roundcube:endif />
464158 78     <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" />
9689f5 79         <label><span style="margin-left: 12px"><roundcube:label name="previewpane" />:&nbsp;</span>
464158 80         <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /></label>
A 81     <roundcube:endif />
ce06d3 82     </div>
A 83     <div id="countcontrols" class="pagenav">
61938a 84         <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
A 85         <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
ce06d3 86         <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
61938a 87         <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
A 88         <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
ce06d3 89     </div>
A 90 </div>
91 </div>
e5686f 92
a7d5c6 93 <script type="text/javascript">
4b1647 94   var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h', relative: true, start: 205});
ce06d3 95 <roundcube:if condition="config:preview_pane == true" />
a7d5c6 96   rcmail.add_onload('mailviewsplit.init()');
ce06d3 97 <roundcube:endif />
a7d5c6 98 </script>
e5686f 99
ce06d3 100 <div id="mailpreviewframe"<roundcube:if condition="config:preview_pane != true" /> style="display:none"<roundcube:endif />>
b19097 101 <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
T 102 </div>
e5686f 103 </div>
A 104
996f0b 105 </div>
189482 106 </div>
4e17e6 107
8e99ff 108 <roundcube:include file="/includes/messagetoolbar.html" />
7f9ea1 109
f52c93 110 <div id="searchmenu" class="popupmenu">
30b152 111   <ul class="toolbarmenu">
A 112     <li><input type="checkbox" name="s_mods[]" value="subject" id="s_mod_subject" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_subject"><roundcube:label name="subject" /></label></li>
113     <li><input type="checkbox" name="s_mods[]" value="from" id="s_mod_from" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_from"><roundcube:label name="from" /></label></li>
114     <li><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_to"><roundcube:label name="to" /></label></li>
115     <li><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_cc"><roundcube:label name="cc" /></label></li>
116     <li><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_bcc"><roundcube:label name="bcc" /></label></li>
117     <li><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="rcmail_ui.set_searchmod(this)" /><label for="s_mod_text"><roundcube:label name="msgtext" /></label></li>
118   </ul>
119 </div>
120
7f9ea1 121 <div id="quicksearchbar">
4bcb36 122 <div id="searchfilter">
A 123   <label for="rcmlistfilter"><roundcube:label name="filter" /></label>:
124   <roundcube:object name="searchfilter" class="searchfilter" />
125 </div>
9e5550 126 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" />
30b152 127 <roundcube:object name="searchform" id="quicksearchbox" />
A 128 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
7f9ea1 129 </div>
T 130
9b3fdc 131 <div id="dragmessagemenu" class="popupmenu">
A 132   <ul>
133     <li><roundcube:button command="moveto" onclick="return rcmail.drag_menu_action('moveto')" label="move" classAct="active" /></li>
134     <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li>
135   </ul>
136 </div>
137
e9b5a6 138 <div id="mailboxoptionsmenu" class="popupmenu">
T 139   <ul>
140     <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li>
141     <li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li>
142     <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li>
143     <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
144   </ul>
145 </div>
146
f52c93 147 <div id="listmenu" class="popupmenu">
258a04 148 <roundcube:if condition="env:threads" />
f52c93 149 <fieldset class="thinbordered"><legend><roundcube:label name="listmode" /></legend>
T 150   <ul class="toolbarmenu">
151     <li><input type="radio" name="view" value="list" id="view_default" /><label for="view_default"><roundcube:label name="list" /></label></li>
258a04 152     <li><input type="radio" name="view" value="thread" id="view_thread" /><label for="view_thread"><roundcube:label name="threads" /></label></li>
f52c93 153   </ul>
T 154 </fieldset>
258a04 155 <roundcube:endif />
f821fe 156 <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" />
f52c93 157 <fieldset class="thinbordered"><legend><roundcube:label name="listcolumns" /></legend>
T 158   <ul class="toolbarmenu">
c3eab2 159     <li><input type="checkbox" name="list_col[]" value="threads" id="cols_threads" checked="checked" disabled="disabled" /><label for="cols_threads" class="disabled"><roundcube:label name="threads" /></label></li>
f52c93 160     <li><input type="checkbox" name="list_col[]" value="subject" id="cols_subject" checked="checked" disabled="disabled" /><label for="cols_subject" class="disabled"><roundcube:label name="subject" /></label></li>
T 161     <li><input type="checkbox" name="list_col[]" value="from" id="cols_fromto" /><label for="cols_fromto"><roundcube:label name="fromto" /></label></li>
162     <li><input type="checkbox" name="list_col[]" value="replyto" id="cols_replyto" /><label for="cols_replyto"><roundcube:label name="replyto" /></label></li>
163     <li><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /><label for="cols_cc"><roundcube:label name="cc" /></label></li>
164     <li><input type="checkbox" name="list_col[]" value="date" id="cols_date" /><label for="cols_date"><roundcube:label name="date" /></label></li>
165     <li><input type="checkbox" name="list_col[]" value="size" id="cols_size" /><label for="cols_size"><roundcube:label name="size" /></label></li>
4438d6 166     <li><input type="checkbox" name="list_col[]" value="status" id="cols_status" /><label for="cols_status"><roundcube:label name="readstatus" /></label></li>
f52c93 167     <li><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /><label for="cols_attachment"><roundcube:label name="attachment" /></label></li>
c3eab2 168     <li><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /><label for="cols_flag"><roundcube:label name="flag" /></label></li>
7a2bad 169     <li><input type="checkbox" name="list_col[]" value="priority" id="cols_priority" /><label for="cols_priority"><roundcube:label name="priority" /></label></li>
f52c93 170   </ul>
T 171 </fieldset>
f821fe 172 <roundcube:endif />
A 173 <roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" />
f52c93 174 <fieldset class="thinbordered"><legend><roundcube:label name="listsorting" /></legend>
T 175   <ul class="toolbarmenu">
176     <li><input type="radio" name="sort_col" value="" id="sort_default" /><label for="sort_default"><roundcube:label name="nonesort" /></label></li>
177     <li><input type="radio" name="sort_col" value="arrival" id="sort_arrival" /><label for="sort_arrival"><roundcube:label name="arrival" /></label></li>
178     <li><input type="radio" name="sort_col" value="date" id="sort_date" /><label for="sort_date"><roundcube:label name="sentdate" /></label></li>
179     <li><input type="radio" name="sort_col" value="subject" id="sort_subject" /><label for="sort_subject"><roundcube:label name="subject" /></label></li>
180     <li><input type="radio" name="sort_col" value="from" id="sort_fromto" /><label for="sort_fromto"><roundcube:label name="fromto" /></label></li>
181     <li><input type="radio" name="sort_col" value="to" id="sort_replyto" /><label for="sort_replyto"><roundcube:label name="replyto" /></label></li>
182     <li><input type="radio" name="sort_col" value="cc" id="sort_cc" /><label for="sort_cc"><roundcube:label name="cc" /></label></li>
183     <li><input type="radio" name="sort_col" value="size" id="sort_size" /><label for="sort_size"><roundcube:label name="size" /></label></li>
184   </ul>
185 </fieldset>
f821fe 186 <roundcube:endif />
A 187 <roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" />
f52c93 188 <fieldset><legend><roundcube:label name="listorder" /></legend> 
T 189       <ul class="toolbarmenu"> 
190         <li><input type="radio" name="sort_ord" value="ASC" id="sort_asc" /><label for="sort_asc"><roundcube:label name="asc" /></label></li> 
191         <li><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /><label for="sort_desc"><roundcube:label name="desc" /></label></li> 
192       </ul> 
193 </fieldset>
f821fe 194 <roundcube:endif />
f52c93 195 <div>
T 196   <roundcube:button command="menu-open" id="listmenucancel" type="input" class="button" label="cancel" />
197   <roundcube:button command="menu-save" id="listmenusave" type="input" class="button mainaction" label="save" />
198 </div>
199 </div>
78086d 200
4e17e6 201 </body>
T 202 </html>