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