15 lines
390 B
HTML
15 lines
390 B
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
<link rel="stylesheet" type="text/css" href="/this/print.css" />
|
|
</head>
|
|
<body class="notesprint">
|
|
<div id="notedetailstitle">
|
|
<roundcube:object name="noteheader" />
|
|
</div>
|
|
<div id="notebody">
|
|
<roundcube:object name="notebody" />
|
|
</div>
|
|
</body>
|
|
</html>
|