76 lines
No EOL
2.6 KiB
HTML
76 lines
No EOL
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{{tpl:BlogLanguage}}">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
|
|
|
|
<title>{{tpl:lang Categories Page}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
|
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
|
|
<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" />
|
|
|
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
<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"}}" />
|
|
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
|
|
|
|
{{tpl:include src="_head.html"}}
|
|
</head>
|
|
|
|
<body class="dc-categories">
|
|
<div id="page">
|
|
{{tpl:include src="_top.html"}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="main" role="main">
|
|
<div id="content">
|
|
|
|
<div id="content-info">
|
|
<h2>{{tpl:lang Categories}}</h2>
|
|
</div>
|
|
|
|
<tpl:Categories>
|
|
<div class="category">
|
|
<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>
|
|
</tpl:Categories>
|
|
|
|
</div>
|
|
</div> <!-- End #main -->
|
|
|
|
<div id="sidebar" role="complementary">
|
|
<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>
|
|
</html> |