24 lines
No EOL
624 B
HTML
24 lines
No EOL
624 B
HTML
<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> |