filemure/app/src/main/tpl/net.h34t.filemure.tpl/Document.tpl.html
Stefan Schallerl 68cbb94977 * Improves document display
* Adds Roles
* Adds Role based auth
2025-02-03 11:47:55 +01:00

15 lines
286 B
HTML

<h1>{*$title}</h1>
<p>Date: {*$referenceDate}</p>
<p>Tags: <span id="tags">{for $tags}<span>{*$tag}</span>{/for}</span></p>
<p>Description:<br>
{*$description}
</p>
<ul>
{for $files}
<li><a href="/file/{*$extId}">{*$filename}</a> ({*$contentType})</li>
{/for}
</ul>