2007-09-06 22:33:58 +00:00
|
|
|
<% include BlogSideBar %>
|
|
|
|
<div id="BlogContent" class="typography">
|
|
|
|
<% include BreadCrumbs %>
|
|
|
|
|
|
|
|
<div class="blogEntry">
|
2009-04-21 23:06:12 +00:00
|
|
|
<h2 class="postTitle">$Title</h2>
|
2008-11-27 01:43:22 +00: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 04:32:36 +00:00
|
|
|
$ParsedContent
|
2008-11-27 01:43:22 +00:00
|
|
|
<% end_if %>
|
|
|
|
<br />
|
2007-09-06 22:33:58 +00:00
|
|
|
</div>
|
2008-08-21 01:37:50 +00:00
|
|
|
|
2009-02-07 02:19:27 +00: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 02:09:13 +00:00
|
|
|
|
2008-12-16 22:35:32 +00:00
|
|
|
<% if TrackBacksEnabled %>
|
|
|
|
<% include TrackBacks %>
|
|
|
|
<% end_if %>
|
2007-09-06 22:33:58 +00:00
|
|
|
$PageComments
|
2007-11-23 08:38:14 +00:00
|
|
|
</div>
|