2017-05-08 05:30:24 +02:00
|
|
|
<% if not $isHidden %>
|
2017-05-01 06:29:04 +02:00
|
|
|
<div class="document $Extension">
|
2017-05-15 07:17:10 +02:00
|
|
|
<h4><a href="$Link" title="<%t DMSDocument.DOWNLOAD "Download {title}" title=$getTitle %>">$getTitle</a></h4>
|
|
|
|
|
|
|
|
<% if $CoverImage %>
|
|
|
|
<div class="article-thumbnail">
|
|
|
|
$CoverImage.FitMax(100, 100)
|
|
|
|
</div>
|
2017-05-01 06:29:04 +02:00
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<p class="details"><% include DocumentDetails %></p>
|
|
|
|
<% if $Description %>
|
|
|
|
<p>$DescriptionWithLineBreak</p>
|
|
|
|
<% end_if %>
|
|
|
|
|
2017-05-02 02:32:49 +02:00
|
|
|
<% if $getRelatedDocuments %>
|
2017-05-01 06:29:04 +02:00
|
|
|
<% include RelatedDocuments %>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|