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

13 lines
No EOL
279 B
HTML

<h1>Hello to Filemure</h1>
<p>Files in <a href="/limbo">limbo: {$limboFileCount}</a>.</p>
<table>
{for $document}
<tr>
<td>{*$referenceDate}</td>
<td>{*$title}</td>
<td><a href="/document/{*$extId}">details</a></td>
</tr>
{/for}
</table>