source: github/skins/default/templates/message.html @ 7902df4

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 7902df4 was 702f291, checked in by thomascube <thomas@…>, 8 years ago

Improved folder display

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<link rel="stylesheet" type="text/css" href="/common.css" />
6<link rel="stylesheet" type="text/css" href="/mail.css" />
7</head>
8<body>
9
10<roundcube:include file="/includes/header.html" />
11
12<div id="messagetoolbar">
13<roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />
14<roundcube:button command="reply" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" />
15<roundcube:button command="forward" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />
16<roundcube:button command="delete" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
17<roundcube:button command="print" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" />
18<roundcube:button command="viewsource" imageAct="/images/buttons/source_act.png" imagePas="/images/buttons/source_pas.png" width="32" height="32" title="viewsource" />
19<roundcube:object name="mailboxlist" type="select" noSelection="moveto" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" />
20</div>
21
22<div id="messagecountbar">
23<roundcube:button command="previousmessage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" />
24&nbsp;<roundcube:object name="messageCountDisplay" />&nbsp;
25<roundcube:button command="nextmessage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" />
26</div>
27
28<div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
29<div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" /></div>
30
31<div id="messageframe">
32<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" />
33<roundcube:object name="messageAttachments" id="attachment-list" />
34<roundcube:object name="blockedObjects" id="remote-objects-message" />
35<roundcube:object name="messageBody" id="messagebody" showImages="true" />
36</div>
37
38<roundcube:include file="/includes/taskbar.html" />
39
40</body>
41</html>
Note: See TracBrowser for help on using the repository browser.