| | |
| | | <head> |
| | | <title><roundcube:object name="pagetitle" /></title> |
| | | <roundcube:include file="/includes/links.html" /> |
| | | <style type="text/css"> |
| | | <roundcube:if condition="config:preview_pane == true" /> |
| | | #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-38 : 300" />px; } |
| | | #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 320" />px; height: auto; } |
| | | #mailpreviewframe { display: block; } |
| | | <roundcube:endif /> |
| | | </style> |
| | | |
| | | </head> |
| | | <body> |
| | | |
| | |
| | | |
| | | <!-- folders list --> |
| | | <div id="mailboxcontainer" class="uibox listbox"> |
| | | <div class="scroller wfooter"> |
| | | <div class="scroller withfooter"> |
| | | <roundcube:object name="mailboxlist" id="mailboxlist"class="listing" folder_filter="mail" unreadwrap="%s" /> |
| | | </div> |
| | | <div class="boxfooter"> |
| | |
| | | <!-- list footer --> |
| | | <div id="messagelistfooter"> |
| | | <div id="listcontrols"> |
| | | <a href="#list" class="iconbutton listmode" id="maillistmode" title="<roundcube:label name='list' />">List</a> |
| | | <a href="#threads" class="iconbutton threadmode" id="mailthreadmode" title="<roundcube:label name='threads' />">Threads</a> |
| | | <roundcube:if condition="env:threads" /> |
| | | <a href="#list" class="iconbutton listmode" id="maillistmode" title="<roundcube:label name='list' />">List</a> |
| | | <a href="#threads" class="iconbutton threadmode" id="mailthreadmode" title="<roundcube:label name='threads' />">Threads</a> |
| | | <roundcube:else /> |
| | | <a href="#list" class="iconbutton listmode selected" title="<roundcube:label name='list' />" onclick="return false">List</a> |
| | | <a href="#threads" class="iconbutton threadmode disabled" title="<roundcube:label name='threads' />" onclick="return false">Threads</a> |
| | | <roundcube:endif /> |
| | | </div> |
| | | |
| | | <div id="countcontrols" class="pagenav dark"> |
| | |
| | | </div><!-- end mailview-top --> |
| | | |
| | | <div id="mailview-bottom" class="uibox"> |
| | | <div id="mailpreviewframe"> |
| | | |
| | | <div id="mailpreviewframe"> |
| | | <roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" src="/watermark.html" /> |
| | | </div> |
| | | |
| | | <roundcube:object name="message" id="message" class="statusbar" /> |
| | |
| | | </div> |
| | | |
| | | <div id="mailboxmenu" class="popupmenu"> |
| | | <ul class="toolbarmenu"> |
| | | <ul class="toolbarmenu" id="mailboxoptionsmenu"> |
| | | <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> |
| | | <li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
| | | <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> |
| | |
| | | </ul> |
| | | </div> |
| | | |
| | | |
| | | <div id="listoptions" class="popupdialog"> |
| | | |
| | | <div id="listoptions" class="propform popupdialog"> |
| | | <roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" /> |
| | | <fieldset class="floating"> |
| | | <legend><roundcube:label name="listcolumns" /></legend> |
| | | <ul class="proplist"> |
| | | <li><label class="disabled"><input type="checkbox" name="list_col[]" value="threads" checked="checked" disabled="disabled" /> <roundcube:label name="threads" /></label></li> |
| | | <li><label class="disabled"><input type="checkbox" name="list_col[]" value="subject" checked="checked" disabled="disabled" /> <roundcube:label name="subject" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="from" /> <roundcube:label name="fromto" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="replyto" /> <roundcube:label name="replyto" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="cc" /> <roundcube:label name="cc" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="date" /> <roundcube:label name="date" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="size" /> <roundcube:label name="size" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="status" /> <roundcube:label name="readstatus" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="attachment" /> <roundcube:label name="attachment" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="flag" /> <roundcube:label name="flag" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="priority" /> <roundcube:label name="priority" /></label></li> |
| | | </ul> |
| | | </fieldset> |
| | | <roundcube:endif /> |
| | | <roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" /> |
| | | <fieldset class="floating"> |
| | | <legend><roundcube:label name="listsorting" /></legend> |
| | | <ul class="proplist"> |
| | | <li><label><input type="radio" name="sort_col" value="" /> <roundcube:label name="nonesort" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="arrival" /> <roundcube:label name="arrival" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="date" /> <roundcube:label name="sentdate" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="subject" /> <roundcube:label name="subject" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="from" /> <roundcube:label name="fromto" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="cc" /> <roundcube:label name="cc" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="size" /> <roundcube:label name="size" /></label></li> |
| | | </ul> |
| | | </fieldset> |
| | | <roundcube:endif /> |
| | | <roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" /> |
| | | <fieldset class="floating"> |
| | | <legend><roundcube:label name="listorder" /></legend> |
| | | <ul class="proplist"> |
| | | <li><label><input type="radio" name="sort_ord" value="ASC" /> <roundcube:label name="asc" /></label></li> |
| | | <li><label><input type="radio" name="sort_ord" value="DESC" /> <roundcube:label name="desc" /></label></li> |
| | | </ul> |
| | | </fieldset> |
| | | <roundcube:endif /> |
| | | <br style="clear:both" /> |
| | | <div class="formbuttons"> |
| | | <roundcube:button command="menu-save" id="listmenusave" type="input" class="button mainaction" label="save" /> |
| | | <roundcube:button command="menu-open" id="listmenucancel" type="input" class="button" label="cancel" /> |
| | | </div> |
| | | </div> |
| | | |
| | | <roundcube:include file="/includes/footer.html" /> |