17 lines
545 B
HTML
17 lines
545 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
|
|
<div class="print-content" role="main">
|
|
<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>
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|