commit | author | age
|
b540ed
|
1 |
<roundcube:object name="doctype" value="html5" /> |
T |
2 |
<html> |
|
3 |
<head> |
|
4 |
<title><roundcube:object name="pagetitle" /></title> |
|
5 |
<roundcube:include file="/includes/links.html" /> |
|
6 |
</head> |
|
7 |
<body class="iframe fullheight"> |
|
8 |
|
|
9 |
<div id="messagepreviewheader"> |
|
10 |
<h3 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h3> |
f4aaf8
|
11 |
|
be72a0
|
12 |
<a href="#details" id="previewheaderstoggle"><span class="iconlink"></span></a> |
793831
|
13 |
<div id="contactphoto"><roundcube:object name="contactphoto" /></div> |
9bd97c
|
14 |
|
f4aaf8
|
15 |
<table class="headers-table" id="preview-shortheaders"><tbody><tr> |
T |
16 |
<roundcube:if condition="env:mailbox == config:drafts_mbox || env:mailbox == config:sent_mbox"> |
|
17 |
<td class="header-title"><roundcube:label name="to" /></td> |
|
18 |
<td class="header from"><roundcube:object name="messageHeaders" valueOf="to" addicon="/images/addcontact.png" /></td> |
|
19 |
<roundcube:else /> |
|
20 |
<td class="header-title"><roundcube:label name="from" /></td> |
|
21 |
<td class="header from"><roundcube:object name="messageHeaders" valueOf="from" addicon="/images/addcontact.png" /></td> |
|
22 |
<roundcube:endif /> |
|
23 |
<td class="header-title"><roundcube:label name="date" /></td> |
|
24 |
<td class="header from"><roundcube:object name="messageHeaders" valueOf="date" /></td> |
|
25 |
</tr></tbody></table> |
|
26 |
|
|
27 |
<roundcube:object name="messageHeaders" id="preview-allheaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject,replyto" /> |
b540ed
|
28 |
|
T |
29 |
<!-- record navigation --> |
|
30 |
<div id="countcontrols" class="pagenav"> |
188634
|
31 |
<roundcube:if condition="env:mailbox != config:drafts_mbox"> |
af05fe
|
32 |
<roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="inner" title="replytomessage" content="<-" /> |
635722
|
33 |
<roundcube:button command="reply-all" type="link" class="button replyall" classSel="button replyall pressed" innerClass="inner" title="replytoallmessage" content="<<-" /> |
af05fe
|
34 |
<roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="inner" title="forwardmessage" content="->" /> |
T |
35 |
|
188634
|
36 |
<roundcube:endif /> |
b540ed
|
37 |
<roundcube:button command="permaurl" type="link" class="button extwin" classSel="button extwin pressed" innerClass="inner" title="openinextwin" content="[]" target="_blank" /> |
T |
38 |
</div> |
|
39 |
|
|
40 |
</div> |
|
41 |
|
|
42 |
<div id="messagepreview"> |
|
43 |
<div class="rightcol"> |
d1c909
|
44 |
<roundcube:object name="messageAttachments" id="attachment-list" class="attachmentslist" /> |
b540ed
|
45 |
</div> |
T |
46 |
<div class="leftcol"> |
|
47 |
<roundcube:object name="messageObjects" id="message-objects" /> |
|
48 |
<roundcube:object name="messageBody" id="messagebody" /> |
|
49 |
</div> |
|
50 |
</div> |
|
51 |
|
|
52 |
<roundcube:include file="/includes/footer.html" /> |
|
53 |
|
|
54 |
</body> |
|
55 |
</html> |