mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
17 lines
441 B
Scheme
17 lines
441 B
Scheme
<div class="document $FileExt">
|
|
<% if Title %>
|
|
<h4><a href="$DownloadLink" title="Download $Title">$Title</a></h4>
|
|
<% else %>
|
|
<h4><a href="$DownloadLink" title="Download $FilenameWithoutID">$FilenameWithoutID</a></h4>
|
|
<% end_if %>
|
|
|
|
<p class='details'>
|
|
<strong>$FilenameWithoutID</strong>
|
|
| $FileExt
|
|
| $FileSizeFormatted
|
|
| Last Changed: $LastChanged.Nice
|
|
</p>
|
|
<% if Description %>
|
|
<p>$Description</p>
|
|
<% end_if %>
|
|
</div> |