init commit
This commit is contained in:
19
skins/larry/templates/messageprint.html
Normal file
19
skins/larry/templates/messageprint.html
Normal file
@ -0,0 +1,19 @@
|
||||
<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>
|
Reference in New Issue
Block a user