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