| | |
| | | <roundcube:endif /> |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <body class="minwidth"> |
| | | |
| | | <div class="minwidth"> |
| | | <roundcube:include file="/includes/header.html" /> |
| | | |
| | | <div id="mainscreen"> |
| | | |
| | | <!-- toolbar --> |
| | | <div id="messagetoolbar" class="toolbar"> |
| | | <div id="messagetoolbar" class="toolbar" role="toolbar"> |
| | | <roundcube:button command="checkmail" type="link" class="button checkmail disabled" classAct="button checkmail" classSel="button checkmail pressed" label="refresh" title="checkmail" /> |
| | | <roundcube:include file="/includes/mailtoolbar.html" /> |
| | | </div> |
| | | |
| | | <div id="messagesearchtools"> |
| | | |
| | | <!-- search filter --> |
| | | <div id="searchfilter"> |
| | | <roundcube:object name="searchfilter" class="searchfilter decorated" aria-controls="messagelist" /> |
| | | </div> |
| | | |
| | | <!-- search box --> |
| | | <div id="quicksearchbar" class="searchbox" role="search" aria-label="Email message search form"> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.toggle_popup('searchmenu',event);return false" title="searchmod" content=" " /> |
| | | <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <div id="mainscreencontent"> |
| | | <div id="mailview-left"> |
| | | |
| | | <!-- folders list --> |
| | | <div id="mailboxcontainer" class="uibox listbox"> |
| | | <div id="mailboxcontainer" class="uibox listbox" role="navigation" aria-label="Email folder selection"> |
| | | <div id="folderlist-content" class="scroller withfooter"> |
| | | <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" /> |
| | | </div> |
| | | <div id="folderlist-footer" class="boxfooter"> |
| | | <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.show_popup('mailboxmenu');return false" innerClass="inner" content="⚙" /> |
| | | <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.toggle_popup('mailboxmenu',event);return false" innerClass="inner" content="⚙" /> |
| | | <roundcube:if condition="env:quota" /> |
| | | <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" /> |
| | | <roundcube:endif /> |
| | |
| | | |
| | | </div> |
| | | |
| | | <div id="mailview-right"> |
| | | |
| | | <div id="messagesearchtools"> |
| | | |
| | | <!-- search filter --> |
| | | <div id="searchfilter"> |
| | | <roundcube:object name="searchfilter" class="searchfilter decorated" /> |
| | | </div> |
| | | |
| | | <!-- search box --> |
| | | <div id="quicksearchbar" class="searchbox"> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> |
| | | <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |
| | | </div> |
| | | |
| | | </div> |
| | | <div id="mailview-right" role="main"> |
| | | |
| | | <roundcube:if condition="config:preview_pane == true" /> |
| | | <div id="mailview-top" class="uibox"> |
| | |
| | | </div> |
| | | |
| | | <div id="listselectors"> |
| | | <a href="#select" id="listselectmenulink" class="menuselector" onclick="UI.show_popup('listselectmenu');return false"><span class="handle"><roundcube:label name="select" /></span></a> |
| | | <a href="#select" id="listselectmenulink" class="menuselector" onclick="UI.toggle_popup('listselectmenu', event);return false" aria-haspopup="true" aria-owns="listselectmenu"><span class="handle"><roundcube:label name="select" /></span></a> |
| | | <roundcube:if condition="env:threads" /> |
| | | <a href="#threads" id="threadselectmenulink" class="menuselector" onclick="UI.show_popup('threadselectmenu');return false"><span class="handle"><roundcube:label name="threads" /></span></a> |
| | | <a href="#threads" id="threadselectmenulink" class="menuselector" onclick="UI.toggle_popup('threadselectmenu', event);return false" aria-haspopup="true" aria-owns="threadselectmenu"><span class="handle"><roundcube:label name="threads" /></span></a> |
| | | <roundcube:endif /> |
| | | </div> |
| | | |
| | |
| | | |
| | | <roundcube:container name="listcontrols" id="listcontrols" /> |
| | | |
| | | <a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a> |
| | | <a href="#preview" id="mailpreviewtoggle" class="iconbutton" title="<roundcube:label name='previewpane' />" role="button" tabindex="0"></a> |
| | | </div> |
| | | |
| | | </div><!-- end mailview-top --> |
| | |
| | | |
| | | </div><!-- end mailview-right --> |
| | | |
| | | </div><!-- end mainscreen --> |
| | | </div><!-- end mainscreencontent --> |
| | | |
| | | </div><!-- end minwidth --> |
| | | </div><!-- end mainscreen --> |
| | | |
| | | <div id="searchmenu" class="popupmenu"> |
| | | <ul class="toolbarmenu"> |
| | |
| | | <li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="bcc" /></span></label></li> |
| | | <li><label><input type="checkbox" name="s_mods[]" value="body" id="s_mod_body" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="body" /></span></label></li> |
| | | <li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="UI.set_searchmod(this)" /> <span><roundcube:label name="msgtext" /></span></label></li> |
| | | <li class="separator" id=""><label><roundcube:label name="searchscope" /></label></li> |
| | | <li class="separator"><label><roundcube:label name="searchscope" /></label></li> |
| | | <li><label><input type="radio" name="s_scope" value="base" id="s_scope_base" onclick="UI.set_searchscope(this)" /> <span><roundcube:label name="currentfolder" /></span></label></li> |
| | | <li><label><input type="radio" name="s_scope" value="sub" id="s_scope_sub" onclick="UI.set_searchscope(this)" /> <span><roundcube:label name="subfolders" /></span></label></li> |
| | | <li><label><input type="radio" name="s_scope" value="all" id="s_scope_all" onclick="UI.set_searchscope(this)" /> <span><roundcube:label name="allfolders" /></span></label></li> |
| | |
| | | <ul class="toolbarmenu" id="mailboxoptionsmenu"> |
| | | <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> |
| | | <li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> |
| | | <li><roundcube:button name="messageimport" type="link" class="active" label="importmessages" onclick="UI.show_uploadform()" /></li> |
| | | <li><roundcube:button command="import-messages" name="messageimport" type="link" classAct="active" label="importmessages" onclick="if(rcmail.command_enabled('import-messages'))UI.show_uploadform();return false" /></li> |
| | | <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> |
| | | <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> |
| | | </ul> |