view themes/siimple/pages/image.html @ 32:5527a0b4573b

themes: update siimple to 4.x
author David Demelier <markand@malikania.fr>
date Thu, 23 Jun 2022 14:37:41 +0200
parents fa3c61c375ce
children
line wrap: on
line source

	<h1>@@title@@</h1>

	<a class="button" href="/download/@@id@@">Download</a>

	<div class="divider"></div>

	<div><strong>Identifier</strong></div>
	<div>@@id@@</div>
	<div><strong>Author</strong></div>
	<div>@@author@@</div>
	<div><strong>File name</strong></div>
	<div>@@filename@@</div>
	<div><strong>Date</strong></div>
	<div>@@date@@</div>
	<div><strong>Public</strong></div>
	<div>@@public@@</div>
	<div><strong>Expires in</strong></div>
	<div>@@expiration@@</div>

	<img class="has-mt-2" alt="@@id@@" src="/download/@@id@@">