|
|
@ -24,24 +24,19 @@
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
|
|
|
|
|
|
|
|
<div id="mainscreen">
|
|
|
|
<div id="mainscreen">
|
|
|
|
|
|
|
|
|
|
|
|
<div id="mailleftcontainer">
|
|
|
|
<div id="mailleftcontainer">
|
|
|
|
<div id="mailboxlist-container">
|
|
|
|
<div id="mailboxlist-container">
|
|
|
|
<h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3>
|
|
|
|
<h3 id="mailboxlist-header"><roundcube:label name="mailboxlist" /></h3>
|
|
|
|
<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" />
|
|
|
|
<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165});
|
|
|
|
var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailleftcontainer', p2: 'mailrightcontainer', orientation: 'v', relative: true, start: 165});
|
|
|
|
rcmail.add_onload('mailviewsplitv.init()');
|
|
|
|
rcmail.add_onload('mailviewsplitv.init()');
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="mailboxcontrols">
|
|
|
|
|
|
|
|
<roundcube:label name="folder" />:
|
|
|
|
|
|
|
|
<roundcube:button command="expunge" label="compact" classAct="active" />
|
|
|
|
|
|
|
|
<roundcube:button command="purge" label="empty" classAct="active" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="mailrightcontainer">
|
|
|
|
<div id="mailrightcontainer">
|
|
|
|
<div id="mailrightcontent">
|
|
|
|
<div id="mailrightcontent">
|
|
|
|
<div id="mailcontframe">
|
|
|
|
<div id="mailcontframe">
|
|
|
@ -73,36 +68,37 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<roundcube:endif />
|
|
|
|
<roundcube:endif />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="mailfooter">
|
|
|
|
<div id="mailfooter">
|
|
|
|
<table cellpadding="1" cellspacing="0" width="100%"><tr>
|
|
|
|
<span id="mailboxcontrols">
|
|
|
|
<td>
|
|
|
|
<roundcube:label name="folder" />:
|
|
|
|
<span id="listcontrols">
|
|
|
|
<roundcube:button command="expunge" label="compact" classAct="active" />
|
|
|
|
|
|
|
|
<roundcube:button command="purge" label="empty" classAct="active" />
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span id="listcontrols">
|
|
|
|
<roundcube:label name="select" />:
|
|
|
|
<roundcube:label name="select" />:
|
|
|
|
<roundcube:button command="select-all" label="all" classAct="active" />
|
|
|
|
<roundcube:button command="select-all" label="all" classAct="active" />
|
|
|
|
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />
|
|
|
|
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />
|
|
|
|
<roundcube:button command="select-all" prop="invert" label="invert" classAct="active" />
|
|
|
|
<roundcube:button command="select-all" prop="invert" label="invert" classAct="active" />
|
|
|
|
<roundcube:button command="select-none" label="none" classAct="active" />
|
|
|
|
<roundcube:button command="select-none" label="none" classAct="active" />
|
|
|
|
<roundcube:container name="listcontrols" id="listcontrols" />
|
|
|
|
<roundcube:container name="listcontrols" id="listcontrols" />
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<roundcube:if condition="env:quota" />
|
|
|
|
<roundcube:if condition="env:quota" />
|
|
|
|
<td style="text-align:center">
|
|
|
|
<span id="quotabox">
|
|
|
|
<span id="quotabox"><roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /></span>
|
|
|
|
<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" />
|
|
|
|
</td>
|
|
|
|
</span>
|
|
|
|
<roundcube:endif />
|
|
|
|
<roundcube:endif />
|
|
|
|
<td id="countcontrols" class="pagenav">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="countcontrols" class="pagenav">
|
|
|
|
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " />
|
|
|
|
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessages" content=" " />
|
|
|
|
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " />
|
|
|
|
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessages" content=" " />
|
|
|
|
<roundcube:object name="messageCountDisplay" style="padding:0 1em; float:right" />
|
|
|
|
<roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
|
|
|
|
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " />
|
|
|
|
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessages" content=" " />
|
|
|
|
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " />
|
|
|
|
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessages" content=" " />
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr></table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|