source: github/skins/larry/templates/messagepreview.html @ af05fec

HEADcourier-fixdev-browser-capabilitiespdorelease-0.8
Last change on this file since af05fec was af05fec, checked in by thomascube <thomas@…>, 17 months ago

Iconized some menus

  • Property mode set to 100644
File size: 2.0 KB
Line 
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 class="iframe fullheight">
8
9<div id="messagepreviewheader">
10<h3 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h3>
11<roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject,replyto" />
12<roundcube:object name="messageFullHeaders" id="full-headers" />
13
14<!-- record navigation -->
15<div id="countcontrols" class="pagenav">
16        <roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="inner" title="replytomessage" content="&lt;-" />
17        <roundcube:button command="replyall" type="link" class="button replyall" classSel="button replyall pressed" innerClass="inner" title="replytoallmessage" content="&lt;&lt;-" />
18        <roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="inner" title="forwardmessage" content="-&gt;" />
19        &nbsp;
20        <roundcube:button command="permaurl" type="link" class="button extwin" classSel="button extwin pressed" innerClass="inner" title="openinextwin" content="[]" target="_blank" />
21<!--
22        &nbsp;
23        <roundcube:button command="previousmessage" type="link" class="button pageup disabled" classAct="button pageup" classSel="button pageup pressed" innerClass="inner" title="previousmessage" content="&amp;lt;" />
24        <roundcube:button command="nextmessage" type="link" class="button pagedown disabled" classAct="button pagedown" classSel="button pagedown pressed" innerClass="inner" title="nextmessage" content="&amp;gt;" />
25-->
26</div>
27
28</div>
29
30<div id="messagepreview">
31<div class="rightcol">
32<roundcube:object name="messageAttachments" id="attachment-list" />
33</div>
34<div class="leftcol">
35<roundcube:object name="messageObjects" id="message-objects" />
36<roundcube:object name="messageBody" id="messagebody" />
37</div>
38</div>
39
40<roundcube:include file="/includes/footer.html" />
41
42</body>
43</html>
Note: See TracBrowser for help on using the repository browser.