silverstripe-blog/templates/Includes/BlogSummary.ss

15 lines
872 B
Scheme
Raw Normal View History

2007-09-07 00:33:58 +02:00
<div class="blogSummary">
2009-04-22 01:06:12 +02:00
<h2 class="postTitle"><a href="$Link" title="<% _t('VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h2>
<p class="authorDate"><% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | <a href="$Link#PageComments_holder" title="View Comments Posted">$Comments.Count <% _t('COMMENTS', 'Comments') %></a></p>
<% if TagsCollection %>
2007-09-07 00:33:58 +02:00
<p class="tags">
Tags:
<% control TagsCollection %>
2007-11-23 09:38:14 +01:00
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if Last %><% else %>,<% end_if %>
2007-09-07 00:33:58 +02:00
<% end_control %>
</p>
<% end_if %>
2008-08-21 23:59:54 +02:00
$ParagraphSummary
2007-09-07 00:33:58 +02:00
<p class="blogVitals"><a href="$Link#PageComments_holder" class="comments" title="View Comments for this post">$Comments.Count comments</a> | <a href="$Link" class="readmore" title="Read Full Post">Read the full post</a></p>
2007-11-23 09:38:14 +01:00
</div>