mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Reverted previous commit by fskroski
This commit is contained in:
parent
d38dc82be5
commit
aebe342ddd
@ -1,4 +1,3 @@
|
|||||||
<h3>Dates</h3>
|
|
||||||
<% if DisplayMode == month %>
|
<% if DisplayMode == month %>
|
||||||
<ul class="archiveMonths">
|
<ul class="archiveMonths">
|
||||||
<% control Dates %>
|
<% control Dates %>
|
||||||
|
@ -1,28 +1,14 @@
|
|||||||
<div class="section clearfix blogSummary">
|
<div class="blogSummary">
|
||||||
<div class="col6 pink-border first left">
|
<h2 class="postTitle"><a href="$Link" title="<% _t('VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h2>
|
||||||
<div class="col1 first left"></div>
|
<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>
|
||||||
<div class="col5 first left">
|
<% if TagsCollection %>
|
||||||
<h3 class="postTitle"><a href="$Link" title="<% _t('VIEWFULL', 'View full post titled -') %> '$Title'">$MenuTitle</a></h3>
|
<p class="tags">
|
||||||
|
Tags:
|
||||||
<div class="left icon icon-s16 icon-employee"></div><p class="authorDate"> by: $Author.XML</p>
|
<% control TagsCollection %>
|
||||||
<p>$Date.Long</p>
|
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if Last %><% else %>,<% end_if %>
|
||||||
<p><a href="$Link#PageComments_holder" title="View Comments Posted">$Comments.Count <% _t('COMMENTS', 'Comments') %></a></p>
|
<% end_control %>
|
||||||
<p>
|
</p>
|
||||||
<% if TagsCollection %>
|
<% end_if %>
|
||||||
<p class="tags">
|
$ParagraphSummary
|
||||||
Tags:
|
<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>
|
||||||
<% control TagsCollection %>
|
</div>
|
||||||
<a href="$Link" title="View all posts tagged '$Tag'" rel="tag">$Tag</a><% if Last %><% else %>,<% end_if %>
|
|
||||||
<% end_control %>
|
|
||||||
</p>
|
|
||||||
<% end_if %>
|
|
||||||
</p>
|
|
||||||
<p class="top-anchor"><a href="contact/#ContactPageClass">↑ top</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col10 left">
|
|
||||||
$ParagraphSummary
|
|
||||||
<p class="blogVitals"><a href="$Link" class="readmore" title="Read Full Post">Read the full post</a></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
@ -1,39 +1,21 @@
|
|||||||
<div id="banner">
|
<% include BlogSideBar %>
|
||||||
<div class="standard"><!-- --></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="BlogContent" class="blogcontent typography">
|
||||||
|
|
||||||
<div class="container typography">
|
<% include BreadCrumbs %>
|
||||||
<% include PageTitle %>
|
|
||||||
|
<% if Tag %>
|
||||||
<div class="clear"><!-- --></div>
|
<h3><% _t('VIEWINGTAGGED', 'Viewing entries tagged with') %> '$Tag'</h3>
|
||||||
|
<% end_if %>
|
||||||
<% if Tag %>
|
|
||||||
<h3><% _t('VIEWINGTAGGED', 'Viewing entries tagged with') %> '$Tag'</h3>
|
<% if BlogEntries %>
|
||||||
<% end_if %>
|
<% control BlogEntries %>
|
||||||
|
<% include BlogSummary %>
|
||||||
<% if BlogEntries %>
|
|
||||||
<% control BlogEntries %>
|
|
||||||
<% include BlogSummary %>
|
|
||||||
<% end_control %>
|
|
||||||
<% else %>
|
|
||||||
<h3><% _t('NOENTRIES', 'There are no blog entries') %></h3>
|
|
||||||
<% end_if %>
|
|
||||||
<% include BlogPagination %>
|
|
||||||
<% include BlogSideBar %>
|
|
||||||
<% include BreadCrumbs %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<% control ContentElements %>
|
|
||||||
<div class="section clearfix" id="$Anchor">
|
|
||||||
$ContentReplaceIcon
|
|
||||||
</div>
|
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
|
<% else %>
|
||||||
|
<h3><% _t('NOENTRIES', 'There are no blog entries') %></h3>
|
||||||
|
<% end_if %>
|
||||||
|
|
||||||
<div class="section faint-border">
|
<% include BlogPagination %>
|
||||||
<div class="col10 right">
|
|
||||||
$BottomText
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user