CategoriesPage/default-templates/mustek/categories.html

76 lines
2.6 KiB
HTML
Raw Normal View History

2014-12-14 14:11:06 +00:00
<!DOCTYPE html>
<html lang="{{tpl:BlogLanguage}}">
2013-10-28 15:39:42 +00:00
<head>
2014-12-14 14:11:06 +00:00
<meta charset="UTF-8" />
2013-10-28 15:39:42 +00:00
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
2013-11-02 11:43:11 +00:00
<title>{{tpl:lang Categories Page}} - {{tpl:BlogName encode_html="1"}}</title>
2013-10-28 15:39:42 +00:00
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
2014-12-14 14:11:06 +00:00
2015-06-19 11:10:38 +00:00
<meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Categories page}} - {{tpl:BlogName encode_html="1"}}" />
<meta property="dc.language" content="{{tpl:BlogLanguage}}" />
<meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta property="dc.type" content="text" />
<meta property="dc.format" content="text/html" />
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>
2014-12-14 14:11:06 +00:00
2013-10-28 15:39:42 +00:00
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
2014-12-14 14:11:06 +00:00
2013-10-28 15:39:42 +00:00
{{tpl:include src="_head.html"}}
</head>
<body class="dc-categories">
<div id="page">
{{tpl:include src="_top.html"}}
<div id="wrapper">
2015-02-02 18:41:33 +00:00
<div id="main" role="main">
2013-10-28 15:39:42 +00:00
<div id="content">
<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
2013-10-28 15:39:42 +00:00
<tpl:Categories>
2015-03-15 23:05:18 +00:00
<div class="category">
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>
</p>
</div>
2015-03-15 23:05:18 +00:00
</tpl:Categories>
2013-10-28 15:39:42 +00:00
</div>
</div> <!-- End #main -->
2015-03-09 15:37:19 +00:00
<div id="sidebar" role="complementary">
2013-10-28 15:39:42 +00:00
<div id="blognav">
{{tpl:Widgets type="nav"}}
</div> <!-- End #blognav -->
<div id="blogextra">
{{tpl:Widgets type="extra"}}
</div> <!-- End #blogextra -->
</div>
</div> <!-- End #wrapper -->
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
2013-11-02 11:43:11 +00:00
</html>