2012-11-12 22:42:43 +01:00
|
|
|
<% if isHidden != true %>
|
2012-08-27 05:07:01 +02:00
|
|
|
<div class="document $Extension">
|
2012-08-01 04:48:27 +02:00
|
|
|
<% if Title %>
|
2012-08-27 05:07:01 +02:00
|
|
|
<h4><a href="$Link" title="Download $Title">$Title</a></h4>
|
2012-08-01 04:48:27 +02:00
|
|
|
<% else %>
|
2012-08-27 05:07:01 +02:00
|
|
|
<h4><a href="$Link" title="Download $FilenameWithoutID">$FilenameWithoutID</a></h4>
|
2012-08-01 04:45:19 +02:00
|
|
|
<% end_if %>
|
2012-08-01 04:48:27 +02:00
|
|
|
|
|
|
|
<p class='details'>
|
|
|
|
<strong>$FilenameWithoutID</strong>
|
2012-08-27 05:07:01 +02:00
|
|
|
| $Extension
|
2012-08-01 04:48:27 +02:00
|
|
|
| $FileSizeFormatted
|
|
|
|
| Last Changed: $LastChanged.Nice
|
|
|
|
</p>
|
|
|
|
<% if Description %>
|
2012-11-12 22:51:42 +01:00
|
|
|
<p>$DescriptionWithLineBreak</p>
|
2012-08-01 04:45:19 +02:00
|
|
|
<% end_if %>
|
2012-11-12 22:42:43 +01:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|