View file dlemarket/attachments.tpl

File size: 783B
[file]
[attachments]
<div class="col-md-4 p-1">
<div class="card border border-light" style="height: 100%; width: 100%;">
	<div class="card-body px-4" style="padding: 15px;font-size: 90%;">
   [count]Скачали: <b>{file_dcount}</b><br />[/count]
   Размер: <b>{file_size}</b><br />
   Дата: <b>{file_date}</b><br />
   Формат файла: <b>{file_format}</b><br />
	</div>
	<div class="card-footer">
		<a class="btn btn-outline-primary btn-sm btn-block" href="{file_link}"><b>{file_name}</b></a>
	</div>
</div>
</div>
[/attachments]
[not-attachments]У вас нет доступа к скачиванию файлов с нашего сервера[/not-attachments]
[/file]
[not-file]
<style>
#files{display: none;}
</style>
[/not-file]