|
|
|
<roundcube:object name="doctype" value="html5" />
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
|
|
<roundcube:include file="/includes/links.html" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
|
|
|
|
<div id="mainscreen">
|
|
|
|
|
|
|
|
<div id="mailview-left">
|
|
|
|
|
|
|
|
<!-- search box -->
|
|
|
|
<div id="quicksearchbar">
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<!-- folders list -->
|
|
|
|
<div id="mailboxcontainer" class="uibox listbox">
|
|
|
|
<div class="scroller wfooter">
|
|
|
|
<roundcube:object name="mailboxlist" id="mailboxlist"class="listing" folder_filter="mail" unreadwrap="%s" />
|
|
|
|
</div>
|
|
|
|
<div 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="⚙" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="mailview-right">
|
|
|
|
|
|
|
|
<!-- search filter -->
|
|
|
|
<div id="searchfilter">
|
|
|
|
<roundcube:object name="searchfilter" class="searchfilter" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- toolbar -->
|
|
|
|
<div id="messagetoolbar">
|
|
|
|
<roundcube:include file="/includes/mailtoolbar.html" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="mailview-top">
|
|
|
|
|
|
|
|
<!-- messagelist -->
|
|
|
|
<div id="messagelistcontainer" class="uibox boxlistcontent">
|
|
|
|
<roundcube:object name="messages"
|
|
|
|
id="messagelist"
|
|
|
|
columns=""
|
|
|
|
optionsmenuIcon="true" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 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>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="countcontrols" class="pagenav dark">
|
|
|
|
<roundcube:object name="messageCountDisplay" class="countdisplay" />
|
|
|
|
<roundcube:button command="firstpage" type="link" class="button firstpage disabled" classAct="button firstpage" classSel="button firstpage pressed" innerClass="inner" title="firstpage" content="|&lt;" />
|
|
|
|
<roundcube:button command="previouspage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previouspage" content="&lt;" />
|
|
|
|
<roundcube:button command="nextpage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextpage" content="&gt;" />
|
|
|
|
<roundcube:button command="lastpage" type="link" class="button lastpage disabled" classAct="button lastpage" classSel="button lastpage pressed" innerClass="inner" title="lastpage" content="&gt;|" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div><!-- end mailview-top -->
|
|
|
|
|
|
|
|
<div id="mailview-bottom" class="uibox">
|
|
|
|
<div id="mailpreviewframe">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<roundcube:object name="message" id="message" class="statusbar" />
|
|
|
|
|
|
|
|
</div><!-- end mailview-bottom -->
|
|
|
|
|
|
|
|
</div><!-- end mailview-right -->
|
|
|
|
|
|
|
|
</div><!-- end mainscreen -->
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<li><label><input type="checkbox" name="s_mods[]" value="from" id="s_mod_from" onclick="UI.set_searchmod(this)" /> <roundcube:label name="from" /></label></li>
|
|
|
|
<li><label><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="UI.set_searchmod(this)" /> <roundcube:label name="to" /></label></li>
|
|
|
|
<li><label><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="UI.set_searchmod(this)" /> <roundcube:label name="cc" /></label></li>
|
|
|
|
<li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="UI.set_searchmod(this)" /> <roundcube:label name="bcc" /></label></li>
|
|
|
|
<li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="UI.set_searchmod(this)" /> <roundcube:label name="msgtext" /></label></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="dragmessagemenu" class="popupmenu">
|
|
|
|
<ul class="toolbarmenu">
|
|
|
|
<li><roundcube:button command="moveto" onclick="return rcmail.drag_menu_action('moveto')" label="move" classAct="active" /></li>
|
|
|
|
<li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="mailboxmenu" class="popupmenu">
|
|
|
|
<ul class="toolbarmenu">
|
|
|
|
<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>
|
|
|
|
<roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="listoptions" class="popupdialog">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<roundcube:include file="/includes/footer.html" />
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|