roundcubemail-plugins-kolab/plugins/kolab_notes/skins/larry/templates/print.html

24 lines
624 B
HTML
Raw Normal View History

2014-04-09 19:46:05 +02:00
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title>Print</title>
<link rel="stylesheet" type="text/css" href="/this/print.css" />
</head>
<body class="notesprint">
<div id="notedetailstitle">
<h1 id="notetitle">#Title</h1>
<div id="notetags" class="tagline">#Tags</div>
<div class="dates">
<label><roundcube:label name="kolab_notes.created" /></label>
<span id="notecreated">#Created</span>
<label><roundcube:label name="kolab_notes.changed" /></label>
<span id="notechanged">#Changed</span>
</div>
</div>
<div id="notebody">
#Body
</div>
</body>
</html>