]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/messagepreview.html
Imported Upstream version 0.7
[roundcube.git] / skins / default / templates / messagepreview.html
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 <roundcube:include file="/includes/links.html" />
6 </head>
7 <body class="iframe">
8
9 <div class="messageheaderbox">
10 <roundcube:button command="permaurl" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" />
11 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
12 <roundcube:object name="messageFullHeaders" id="full-headers" />
13 <roundcube:object name="messageAttachments" id="attachment-list" />
14 </div>
15
16 <roundcube:object name="messageObjects" id="message-objects" />
17 <roundcube:object name="messageBody" id="messagebody" />
18
19 </body>
20 </html>