View file upload/templates/Green/attachment.tpl

File size: 476B
[allow-download]
	<div class="attachment">
		[allow-online]<a href="{online-view-link}" target="_blank">See the file online: {name}</a>[/allow-online]
		<a href="{link}" title="{name}"><svg class="icon icon-file"><use xlink:href="#icon-file"></use></svg><b>{name}</b> [count] [{size}] (downloads: {count})[/count]</a>
	</div>
[/allow-download]
[not-allow-download]
	<span class="attachment">You do not have access to download files from our server</span>
[/not-allow-download]