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

16 lines
390 B
HTML
Raw Normal View History

2014-04-09 19:46:05 +02:00
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<link rel="stylesheet" type="text/css" href="/this/print.css" />
2014-04-09 19:46:05 +02:00
</head>
<body class="notesprint">
<div id="notedetailstitle">
<roundcube:object name="noteheader" />
</div>
<div id="notebody">
<roundcube:object name="notebody" />
</div>
2014-04-09 19:46:05 +02:00
</body>
</html>