| 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:exp expression="browser:ie ? ('height: expression((parseInt(this.parentNode.offsetHeight)-'.(!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+25 : 245).')+\\'px\\');') : ''" /> |
|---|
| 13 | } |
|---|
| 14 | <roundcube:endif /> |
|---|
| 15 | #mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 175" />px; } |
|---|
| 16 | #mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 185" />px; |
|---|
| 17 | <roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180).')+\\'px\\');') : ''" /> |
|---|
| 18 | } |
|---|
| 19 | </style> |
|---|
| 20 | </head> |
|---|
| 21 | <body onload="rcube_init_mail_ui()"> |
|---|
| 22 | |
|---|
| 23 | <roundcube:include file="/includes/taskbar.html" /> |
|---|
| 24 | <roundcube:include file="/includes/header.html" /> |
|---|
| 25 | |
|---|
| 26 | <div id="mainscreen"> |
|---|
| 27 | <div id="mailleftcontainer"> |
|---|
| 28 | <div id="mailboxlist-container"> |
|---|
| 29 | <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div> |
|---|
| 30 | <div class="boxlistcontent"> |
|---|
| 31 | <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> |
|---|
| 32 | </div> |
|---|
| 33 | <div class="boxfooter"> |
|---|
| 34 | <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> |
|---|
| 35 | |
|---|
| 36 | <roundcube:if condition="env:quota" /> |
|---|
| 37 | <img id="quotaimg" src="/images/quota.gif" alt="" /> |
|---|
| 38 | <div id="quota"> |
|---|
| 39 | <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> |
|---|
| 40 | </div> |
|---|
| 41 | <roundcube:endif /> |
|---|
| 42 | </div> |
|---|
| 43 | </div> |
|---|
| 44 | |
|---|
| 45 | <script type="text/javascript"> |
|---|
| 46 | var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165}); |
|---|
| 47 | rcmail.add_onload('mailviewsplitv.init()'); |
|---|
| 48 | </script> |
|---|
| 49 | |
|---|
| 50 | </div> |
|---|
| 51 | |
|---|
| 52 | <div id="mailrightcontainer"> |
|---|
| 53 | <div id="mailrightcontent"> |
|---|
| 54 | <div id="mailcontframe"> |
|---|
| 55 | <div id="messagelistcontainer" class="boxlistcontent" style="top:0"> |
|---|
| 56 | <roundcube:object name="messages" |
|---|
| 57 | id="messagelist" |
|---|
| 58 | cellspacing="0" |
|---|
| 59 | columns="" |
|---|
| 60 | summary="Message list" |
|---|
| 61 | optionsmenuIcon="true" /> |
|---|
| 62 | </div> |
|---|
| 63 | <div class="boxfooter"> |
|---|
| 64 | <div id="listcontrols" class="pagenav"> |
|---|
| 65 | <span><roundcube:label name="select" />: </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" /> |
|---|
| 73 | <span style="margin-left: 12px"><roundcube:label name="threads" />: </span> |
|---|
| 74 | <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" " /> |
|---|
| 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 /> |
|---|
| 78 | <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" /> |
|---|
| 79 | <label><span style="margin-left: 12px"><roundcube:label name="previewpane" />: </span> |
|---|
| 80 | <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /></label> |
|---|
| 81 | <roundcube:endif /> |
|---|
| 82 | </div> |
|---|
| 83 | <div id="countcontrols" class="pagenav"> |
|---|
| 84 | <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> |
|---|
| 85 | <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> |
|---|
| 86 | <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" /> |
|---|
| 87 | <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> |
|---|
| 88 | <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> |
|---|
| 89 | </div> |
|---|
| 90 | </div> |
|---|
| 91 | </div> |
|---|
| 92 | |
|---|
| 93 | <script type="text/javascript"> |
|---|
| 94 | var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h', relative: true, start: 205}); |
|---|
| 95 | <roundcube:if condition="config:preview_pane == true" /> |
|---|
| 96 | rcmail.add_onload('mailviewsplit.init()'); |
|---|
| 97 | <roundcube:endif /> |
|---|
| 98 | </script> |
|---|
| 99 | |
|---|
| 100 | <div id="mailpreviewframe"<roundcube:if condition="config:preview_pane != true" /> style="display:none"<roundcube:endif />> |
|---|
| 101 | <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> |
|---|
| 102 | </div> |
|---|
| 103 | </div> |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | </div> |
|---|
| 107 | </div> |
|---|
| 108 | |
|---|
| 109 | <div id="messagetoolbar"> |
|---|
| 110 | <roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " /> |
|---|
| 111 | <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " /> |
|---|
| 112 | <roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " /> |
|---|
| 113 | <span class="dropbutton"> |
|---|
| 114 | <roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " /> |
|---|
| 115 | <span id="replyallmenulink" onclick="rcmail_ui.show_popup('replyallmenu');return false"></span></span> |
|---|
| 116 | <roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " /> |
|---|
| 117 | <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " /> |
|---|
| 118 | <roundcube:container name="toolbar" id="messagetoolbar" /> |
|---|
| 119 | <roundcube:button name="markmenulink" id="markmenulink" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_popup('markmenu');return false" content=" " /> |
|---|
| 120 | <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="messageactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " /> |
|---|
| 121 | </div> |
|---|
| 122 | |
|---|
| 123 | <div id="markmessagemenu" class="popupmenu"> |
|---|
| 124 | <ul class="toolbarmenu"> |
|---|
| 125 | <li><roundcube:button command="mark" prop="read" label="markread" classAct="readlink active" class="readlink" /></li> |
|---|
| 126 | <li><roundcube:button command="mark" prop="unread" label="markunread" classAct="unreadlink active" class="unreadlink" /></li> |
|---|
| 127 | <li><roundcube:button command="mark" prop="flagged" label="markflagged" classAct="flaggedlink active" class="flaggedlink" /></li> |
|---|
| 128 | <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="unflaggedlink active" class="unflaggedlink" /></li> |
|---|
| 129 | <roundcube:container name="markmenu" id="markmessagemenu" /> |
|---|
| 130 | </ul> |
|---|
| 131 | </div> |
|---|
| 132 | |
|---|
| 133 | <roundcube:include file="/includes/replyallmenu.html" /> |
|---|
| 134 | <roundcube:include file="/includes/messagemenu.html" /> |
|---|
| 135 | |
|---|
| 136 | <div id="searchmenu" class="popupmenu"> |
|---|
| 137 | <ul class="toolbarmenu"> |
|---|
| 138 | <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> |
|---|
| 139 | <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> |
|---|
| 140 | <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> |
|---|
| 141 | <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> |
|---|
| 142 | <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> |
|---|
| 143 | <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> |
|---|
| 144 | </ul> |
|---|
| 145 | </div> |
|---|
| 146 | |
|---|
| 147 | <div id="quicksearchbar"> |
|---|
| 148 | <div id="searchfilter"> |
|---|
| 149 | <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: |
|---|
| 150 | <roundcube:object name="searchfilter" class="searchfilter" /> |
|---|
| 151 | </div> |
|---|
| 152 | <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" /> |
|---|
| 153 | <roundcube:object name="searchform" id="quicksearchbox" /> |
|---|
| 154 | <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> |
|---|
| 155 | </div> |
|---|
| 156 | |
|---|
| 157 | <div id="dragmessagemenu" class="popupmenu"> |
|---|
| 158 | <ul> |
|---|
| 159 | <li><roundcube:button command="moveto" onclick="return rcmail.drag_menu_action('moveto')" label="move" classAct="active" /></li> |
|---|
| 160 | <li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li> |
|---|
| 161 | </ul> |
|---|
| 162 | </div> |
|---|
| 163 | |
|---|
| 164 | <div id="mailboxoptionsmenu" class="popupmenu"> |
|---|
| 165 | <ul> |
|---|
| 166 | <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> |
|---|
| 167 | <li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
|---|
| 168 | <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> |
|---|
| 169 | <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> |
|---|
| 170 | </ul> |
|---|
| 171 | </div> |
|---|
| 172 | |
|---|
| 173 | <div id="listmenu" class="popupmenu"> |
|---|
| 174 | <roundcube:if condition="env:threads" /> |
|---|
| 175 | <fieldset class="thinbordered"><legend><roundcube:label name="listmode" /></legend> |
|---|
| 176 | <ul class="toolbarmenu"> |
|---|
| 177 | <li><input type="radio" name="view" value="list" id="view_default" /><label for="view_default"><roundcube:label name="list" /></label></li> |
|---|
| 178 | <li><input type="radio" name="view" value="thread" id="view_thread" /><label for="view_thread"><roundcube:label name="threads" /></label></li> |
|---|
| 179 | </ul> |
|---|
| 180 | </fieldset> |
|---|
| 181 | <roundcube:endif /> |
|---|
| 182 | <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" /> |
|---|
| 183 | <fieldset class="thinbordered"><legend><roundcube:label name="listcolumns" /></legend> |
|---|
| 184 | <ul class="toolbarmenu"> |
|---|
| 185 | <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> |
|---|
| 186 | <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> |
|---|
| 187 | <li><input type="checkbox" name="list_col[]" value="from" id="cols_fromto" /><label for="cols_fromto"><roundcube:label name="fromto" /></label></li> |
|---|
| 188 | <li><input type="checkbox" name="list_col[]" value="replyto" id="cols_replyto" /><label for="cols_replyto"><roundcube:label name="replyto" /></label></li> |
|---|
| 189 | <li><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /><label for="cols_cc"><roundcube:label name="cc" /></label></li> |
|---|
| 190 | <li><input type="checkbox" name="list_col[]" value="date" id="cols_date" /><label for="cols_date"><roundcube:label name="date" /></label></li> |
|---|
| 191 | <li><input type="checkbox" name="list_col[]" value="size" id="cols_size" /><label for="cols_size"><roundcube:label name="size" /></label></li> |
|---|
| 192 | <li><input type="checkbox" name="list_col[]" value="status" id="cols_status" /><label for="cols_status"><roundcube:label name="readstatus" /></label></li> |
|---|
| 193 | <li><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /><label for="cols_attachment"><roundcube:label name="attachment" /></label></li> |
|---|
| 194 | <li><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /><label for="cols_flag"><roundcube:label name="flag" /></label></li> |
|---|
| 195 | </ul> |
|---|
| 196 | </fieldset> |
|---|
| 197 | <roundcube:endif /> |
|---|
| 198 | <roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" /> |
|---|
| 199 | <fieldset class="thinbordered"><legend><roundcube:label name="listsorting" /></legend> |
|---|
| 200 | <ul class="toolbarmenu"> |
|---|
| 201 | <li><input type="radio" name="sort_col" value="" id="sort_default" /><label for="sort_default"><roundcube:label name="nonesort" /></label></li> |
|---|
| 202 | <li><input type="radio" name="sort_col" value="arrival" id="sort_arrival" /><label for="sort_arrival"><roundcube:label name="arrival" /></label></li> |
|---|
| 203 | <li><input type="radio" name="sort_col" value="date" id="sort_date" /><label for="sort_date"><roundcube:label name="sentdate" /></label></li> |
|---|
| 204 | <li><input type="radio" name="sort_col" value="subject" id="sort_subject" /><label for="sort_subject"><roundcube:label name="subject" /></label></li> |
|---|
| 205 | <li><input type="radio" name="sort_col" value="from" id="sort_fromto" /><label for="sort_fromto"><roundcube:label name="fromto" /></label></li> |
|---|
| 206 | <li><input type="radio" name="sort_col" value="to" id="sort_replyto" /><label for="sort_replyto"><roundcube:label name="replyto" /></label></li> |
|---|
| 207 | <li><input type="radio" name="sort_col" value="cc" id="sort_cc" /><label for="sort_cc"><roundcube:label name="cc" /></label></li> |
|---|
| 208 | <li><input type="radio" name="sort_col" value="size" id="sort_size" /><label for="sort_size"><roundcube:label name="size" /></label></li> |
|---|
| 209 | </ul> |
|---|
| 210 | </fieldset> |
|---|
| 211 | <roundcube:endif /> |
|---|
| 212 | <roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" /> |
|---|
| 213 | <fieldset><legend><roundcube:label name="listorder" /></legend> |
|---|
| 214 | <ul class="toolbarmenu"> |
|---|
| 215 | <li><input type="radio" name="sort_ord" value="ASC" id="sort_asc" /><label for="sort_asc"><roundcube:label name="asc" /></label></li> |
|---|
| 216 | <li><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /><label for="sort_desc"><roundcube:label name="desc" /></label></li> |
|---|
| 217 | </ul> |
|---|
| 218 | </fieldset> |
|---|
| 219 | <roundcube:endif /> |
|---|
| 220 | <div> |
|---|
| 221 | <roundcube:button command="menu-open" id="listmenucancel" type="input" class="button" label="cancel" /> |
|---|
| 222 | <roundcube:button command="menu-save" id="listmenusave" type="input" class="button mainaction" label="save" /> |
|---|
| 223 | </div> |
|---|
| 224 | </div> |
|---|
| 225 | |
|---|
| 226 | </body> |
|---|
| 227 | </html> |
|---|