CategoriesPage/default-templates/mustek/categories.html

43 lines
1.6 KiB
HTML
Raw Normal View History

2015-07-19 23:17:10 +00:00
{{tpl:extends parent="__layout.html"}}
2013-10-28 15:39:42 +00:00
2015-07-19 23:17:10 +00:00
<tpl:Block name="head-title">
2013-11-02 11:43:11 +00:00
<title>{{tpl:lang Categories Page}} - {{tpl:BlogName encode_html="1"}}</title>
2015-07-19 23:17:10 +00:00
</tpl:Block>
<tpl:Block name="meta-robots">
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
</tpl:Block>
2014-12-14 14:11:06 +00:00
2015-07-19 23:17:10 +00:00
<tpl:Block name="head-linkrel">
2014-12-14 14:11:06 +00:00
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
2013-10-28 15:39:42 +00:00
<tpl:Categories>
<link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
</tpl:Categories>
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
2015-07-19 23:17:10 +00:00
</tpl:Block>
2014-12-14 14:11:06 +00:00
2015-07-19 23:17:10 +00:00
<tpl:Block name="body-tag"><body class="dc-categories"></tpl:Block>
2013-10-28 15:39:42 +00:00
2015-07-19 23:17:10 +00:00
<tpl:Block name="main-content">
2013-10-28 15:39:42 +00:00
<div id="content-info">
2013-11-02 11:43:11 +00:00
<h2>{{tpl:lang Categories}}</h2>
2015-03-15 23:05:18 +00:00
</div>
2013-11-01 10:55:10 +00:00
2015-07-19 23:17:10 +00:00
<div class="content-inner">
2013-10-28 15:39:42 +00:00
<tpl:Categories>
2015-07-19 23:17:10 +00:00
<div class="category post">
2013-10-28 15:39:42 +00:00
<h3><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> ({{tpl:CategoryCount}})</h3>
<div>{{tpl:CategoryDescription}}</div>
<p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
<tpl:SysIf operator="or" comments_active="1" pings_active="1">
- <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
</tpl:SysIf>
2015-07-19 23:17:10 +00:00
</p>
</div>
2015-03-15 23:05:18 +00:00
</tpl:Categories>
2013-10-28 15:39:42 +00:00
</div>
2015-07-19 23:17:10 +00:00
</tpl:Block>