2007-09-07 00:33:58 +02:00
|
|
|
<% include BlogSideBar %>
|
|
|
|
<div id="BlogContent" class="typography">
|
|
|
|
<% include BreadCrumbs %>
|
|
|
|
|
|
|
|
<div class="blogEntry">
|
2009-04-22 01:06:12 +02:00
|
|
|
<h2 class="postTitle">$Title</h2>
|
2008-11-27 02:43:22 +01:00
|
|
|
<p class="authorDate"><% _t('POSTEDBY', 'Posted by') %> $Author.XML <% _t('POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('COMMENTS', 'Comments') %></p>
|
|
|
|
<% if TagsCollection %>
|
|
|
|
<p class="tags">
|
|
|
|
<% _t('TAGS', 'Tags:') %>
|
|
|
|
<% control TagsCollection %>
|
|
|
|
<a href="$Link" title="<% _t('VIEWALLPOSTTAGGED', 'View all posts tagged') %> '$Tag'" rel="tag">$Tag</a><% if Last %><% else %>,<% end_if %>
|
|
|
|
<% end_control %>
|
|
|
|
</p>
|
|
|
|
<% end_if %>
|
|
|
|
<% if IsWYSIWYGEnabled %>
|
|
|
|
$Content
|
|
|
|
<% else %>
|
2008-08-29 06:32:36 +02:00
|
|
|
$ParsedContent
|
2008-11-27 02:43:22 +01:00
|
|
|
<% end_if %>
|
|
|
|
<br />
|
2007-09-07 00:33:58 +02:00
|
|
|
</div>
|
2008-08-21 03:37:50 +02:00
|
|
|
|
2009-02-07 03:19:27 +01:00
|
|
|
<% if IsOwner %><p><a href="$EditURL" id="editpost" title="<% _t('EDITTHIS', 'Edit this post') %>"><% _t('EDITTHIS', 'Edit this post') %></a> | <a href="$Link(unpublishPost)" id="unpublishpost"><% _t('UNPUBLISHTHIS', 'Unpublish this post') %></a></p><% end_if %>
|
2008-09-12 04:09:13 +02:00
|
|
|
|
2008-12-16 23:35:32 +01:00
|
|
|
<% if TrackBacksEnabled %>
|
|
|
|
<% include TrackBacks %>
|
|
|
|
<% end_if %>
|
2007-09-07 00:33:58 +02:00
|
|
|
$PageComments
|
2007-11-23 09:38:14 +01:00
|
|
|
</div>
|