roundcubemail-plugins-kolab/plugins/kolab_notes/skins/larry/templates/print.html
2018-01-03 14:02:56 +01:00

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>