commit | author | age
|
c7dcb3
|
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> |
071c78
|
7 |
<body class="noscroll"> |
c7dcb3
|
8 |
|
T |
9 |
<roundcube:include file="/includes/header.html" /> |
|
10 |
|
|
11 |
<div id="mainscreen"> |
|
12 |
|
1c079c
|
13 |
<!-- toolbar --> |
TB |
14 |
<div id="messagetoolbar" class="toolbar fullwidth"> |
|
15 |
<roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> |
|
16 |
<span class="spacer"></span> |
|
17 |
<roundcube:include file="/includes/mailtoolbar.html" /> |
|
18 |
<div class="toolbarselect"> |
|
19 |
<roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> |
|
20 |
</div> |
|
21 |
</div> |
|
22 |
|
c7dcb3
|
23 |
<div id="mailview-left"> |
T |
24 |
|
|
25 |
<!-- folders list --> |
|
26 |
<div id="mailboxcontainer" class="uibox listbox"> |
|
27 |
<div class="scroller"> |
9912cd
|
28 |
<roundcube:object name="mailboxlist" id="mailboxlist" class="listing" folder_filter="mail" unreadwrap="%s" /> |
c7dcb3
|
29 |
</div> |
T |
30 |
</div> |
|
31 |
|
|
32 |
</div> |
|
33 |
|
|
34 |
<div id="mailview-right"> |
|
35 |
|
|
36 |
<div id="mailview-top"> |
|
37 |
<div id="messageheader" class="uibox"> |
a4be51
|
38 |
<h2 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h2> |
T |
39 |
<roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" /> |
c7dcb3
|
40 |
<roundcube:object name="messageFullHeaders" id="full-headers" /> |
a4be51
|
41 |
|
T |
42 |
<!-- record navigation --> |
|
43 |
<div id="countcontrols" class="pagenav"> |
|
44 |
<roundcube:object name="messageCountDisplay" class="countdisplay" /> |
|
45 |
<roundcube:button command="previousmessage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previousmessage" content="&lt;" /> |
|
46 |
<roundcube:button command="nextmessage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextmessage" content="&gt;" /> |
|
47 |
</div> |
|
48 |
|
793831
|
49 |
<div id="contactphoto"><roundcube:object name="contactphoto" /></div> |
c7dcb3
|
50 |
</div> |
T |
51 |
|
|
52 |
<div id="messagecontent" class="uibox"> |
|
53 |
<div class="rightcol"> |
d1c909
|
54 |
<roundcube:object name="messageAttachments" id="attachment-list" class="attachmentslist" /> |
c7dcb3
|
55 |
</div> |
T |
56 |
<div class="leftcol"> |
|
57 |
<roundcube:object name="messageObjects" id="message-objects" /> |
|
58 |
<roundcube:object name="messageBody" id="messagebody" /> |
|
59 |
</div> |
|
60 |
</div> |
|
61 |
|
|
62 |
</div><!-- end mailview-top --> |
|
63 |
|
|
64 |
<div id="mailview-bottom" class="uibox"> |
|
65 |
<roundcube:object name="message" id="message" class="statusbar" /> |
|
66 |
</div> |
|
67 |
|
|
68 |
</div><!-- end mailview-right --> |
|
69 |
|
|
70 |
</div><!-- end mainscreen --> |
|
71 |
|
|
72 |
<roundcube:include file="/includes/footer.html" /> |
|
73 |
|
|
74 |
</body> |
|
75 |
</html> |