| | |
| | | <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-45 : 300" />px; } |
| | | #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 320" />px; height: auto; } |
| | | #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-48 : 276" />px; } |
| | | #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+6 : 330" />px; height: auto; } |
| | | #mailpreviewframe { display: block; } |
| | | <roundcube:endif /> |
| | | </style> |
| | | </head> |
| | | <body class="noscroll"> |
| | | <body> |
| | | |
| | | <div class="minwidth"> |
| | | <roundcube:include file="/includes/header.html" /> |
| | | |
| | | <div id="mainscreen"> |
| | | |
| | | <div id="mailview-left"> |
| | | |
| | | <!-- toolbar --> |
| | | <div id="mailboxtoolbar" class="toolbar"> |
| | | <div id="messagetoolbar" class="toolbar"> |
| | | <roundcube:button command="checkmail" type="link" class="button checkmail disabled" classAct="button checkmail" classSel="button checkmail pressed" label="refresh" title="checkmail" /> |
| | | <roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> |
| | | <roundcube:include file="/includes/mailtoolbar.html" /> |
| | | </div> |
| | | |
| | | <div id="mailview-left"> |
| | | |
| | | <!-- folders list --> |
| | | <div id="folderlist-header"></div> |
| | |
| | | </div> |
| | | |
| | | <div id="mailview-right"> |
| | | |
| | | <!-- toolbar --> |
| | | <div id="messagetoolbar"> |
| | | <roundcube:include file="/includes/mailtoolbar.html" /> |
| | | </div> |
| | | |
| | | <div id="messagesearchtools"> |
| | | |
| | |
| | | |
| | | </div><!-- end mainscreen --> |
| | | |
| | | <div><!-- end minwidth --> |
| | | |
| | | <div id="searchmenu" class="popupmenu"> |
| | | <ul class="toolbarmenu"> |
| | | <li><label><input type="checkbox" name="s_mods[]" value="subject" id="s_mod_subject" onclick="UI.set_searchmod(this)" /> <roundcube:label name="subject" /></label></li> |
| | |
| | | <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="fromto" /> <roundcube:label name="fromto" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="from" /> <roundcube:label name="from" /></label></li> |
| | | <li><label><input type="checkbox" name="list_col[]" value="to" /> <roundcube:label name="to" /></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="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="fromto" /> <roundcube:label name="fromto" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="from" /> <roundcube:label name="from" /></label></li> |
| | | <li><label><input type="radio" name="sort_col" value="to" /> <roundcube:label name="to" /></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> |