20 lines
638 B
HTML
20 lines
638 B
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<roundcube:object name="meta" />
|
|
<roundcube:object name="links" />
|
|
<link rel="stylesheet" type="text/css" href="/print.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" logo-type="print" logo-match="all" /></div>
|
|
|
|
<div id="printmessageframe">
|
|
<roundcube:object name="messageHeaders" class="headers-table" max="10" />
|
|
<roundcube:object name="messageAttachments" id="attachment-list" />
|
|
<roundcube:object name="messageBody" id="messagebody" showImages="false" />
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|