2012-05-21 04:58:26 +02:00
|
|
|
<div class="blogSummary">
|
2013-07-08 11:58:15 +02:00
|
|
|
<h2 class="postTitle"><a href="$Link" title="<% _t('BlogSummary_ss.VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h2>
|
|
|
|
<p class="authorDate"><% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | <a href="$Link#PageComments_holder" title="View Comments Posted">$Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %></a></p>
|
2012-05-21 04:58:26 +02:00
|
|
|
<% if TagsCollection %>
|
|
|
|
<p class="tags">
|
2013-07-12 08:02:02 +02:00
|
|
|
<% _t('BlogSummary_ss.TAGS','Tags') %>:
|
2012-08-17 05:55:08 +02:00
|
|
|
<% loop TagsCollection %>
|
|
|
|
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if not Last %>,<% end_if %>
|
|
|
|
<% end_loop %>
|
2012-05-21 04:58:26 +02:00
|
|
|
</p>
|
|
|
|
<% end_if %>
|
2012-10-17 23:10:16 +02:00
|
|
|
|
|
|
|
<% if BlogHolder.ShowFullEntry %>
|
|
|
|
$Content
|
|
|
|
<% else %>
|
|
|
|
<p>$Content.FirstParagraph(html)</p>
|
|
|
|
<% end_if %>
|
2012-05-21 04:58:26 +02:00
|
|
|
|
2013-07-08 12:58:45 +02:00
|
|
|
<p class="blogVitals">
|
|
|
|
<a href="$Link#PageComments_holder" class="comments" title="View Comments for this post">
|
2013-07-12 08:02:02 +02:00
|
|
|
$Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)') %>
|
2013-07-08 12:58:45 +02:00
|
|
|
</a>
|
|
|
|
|
|
|
|
|
<a href="$Link" class="readmore" title="Read Full Post">
|
2013-07-12 08:02:02 +02:00
|
|
|
<% _t('BlogSummary_ss.READFULLPOST','Read the full post') %>
|
2013-07-08 12:58:45 +02:00
|
|
|
</a>
|
|
|
|
</p>
|
2012-05-21 04:58:26 +02:00
|
|
|
</div>
|