You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
4.3 KiB
HTML
107 lines
4.3 KiB
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
<roundcube:include file="/includes/links.html" />
|
|
</head>
|
|
<roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
<div id="mainscreen">
|
|
|
|
<!-- toolbar -->
|
|
<div id="messagetoolbar" class="toolbar fullwidth">
|
|
<roundcube:if condition="!env:extwin" />
|
|
<roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
|
|
<roundcube:endif />
|
|
<roundcube:include file="/includes/mailtoolbar.html" />
|
|
</div>
|
|
|
|
<roundcube:if condition="!env:extwin" />
|
|
|
|
<div id="mainscreencontent">
|
|
|
|
<div id="mailview-left">
|
|
|
|
<!-- folders list -->
|
|
<div id="mailboxcontainer" class="uibox listbox">
|
|
<div class="scroller">
|
|
<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="mailview-right" class="uibox">
|
|
<roundcube:else />
|
|
<roundcube:object name="mailboxlist" folder_filter="mail" type="js" />
|
|
|
|
<div id="mailview-right" class="offset fullwidth uibox">
|
|
<roundcube:endif />
|
|
|
|
<div id="messageheader">
|
|
<span class="moreheaderstoggle"></span>
|
|
|
|
<h2 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h2>
|
|
<div class="message-headers">
|
|
<roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" max="20" />
|
|
</div>
|
|
<roundcube:object name="messageFullHeaders" id="full-headers" />
|
|
|
|
<!-- record navigation -->
|
|
<div id="countcontrols" class="pagenav">
|
|
<roundcube:object name="messageCountDisplay" class="countdisplay" />
|
|
<roundcube:button command="previousmessage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previousmessage" content="&lt;" />
|
|
<roundcube:button command="nextmessage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextmessage" content="&gt;" />
|
|
</div>
|
|
|
|
<roundcube:if condition="env:optional_format=='text'" />
|
|
<div id="formatcontrols">
|
|
<span class="buttongroup">
|
|
<roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button last changeformat text pressed" innerClass="icon" title="changeformattext" />
|
|
</span>
|
|
</div>
|
|
<roundcube:elseif condition="env:optional_format=='html'" />
|
|
<div id="formatcontrols">
|
|
<span class="buttongroup">
|
|
<roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html" classSel="button first changeformat html pressed" innerClass="icon" title="changeformathtml" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text selected" innerClass="icon" title="changeformattext" />
|
|
</span>
|
|
</div>
|
|
<roundcube:endif />
|
|
|
|
|
|
<div id="contactphoto"><roundcube:object name="contactphoto" /></div>
|
|
</div>
|
|
|
|
<div id="messagecontent">
|
|
<div class="rightcol">
|
|
<roundcube:object name="messageAttachments" id="attachment-list" class="attachmentslist" />
|
|
</div>
|
|
<div class="leftcol">
|
|
<roundcube:object name="messageObjects" id="message-objects" />
|
|
<roundcube:object name="messageBody" id="messagebody" headertableclass="message-partheaders headers-table" />
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- end mailview-right -->
|
|
|
|
<roundcube:if condition="!env:extwin" />
|
|
</div><!-- end mainscreencontent -->
|
|
<roundcube:endif />
|
|
|
|
</div><!-- end mainscreen -->
|
|
|
|
<div id="attachmentmenu" class="popupmenu">
|
|
<ul class="toolbarmenu">
|
|
<li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
|
|
<li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>
|
|
<roundcube:container name="attachmentmenu" id="attachmentmenu" />
|
|
</ul>
|
|
</div>
|
|
|
|
<roundcube:include file="/includes/footer.html" />
|
|
|
|
</body>
|
|
</html>
|