Files
oav/dotclear._no/themes/hybrid/tpl/archive.html
2023-03-20 12:18:38 +01:00

69 lines
2.7 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
<title>{{tpl:lang Archives}} - {{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 name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" />
<meta name="dc.language" content="{{tpl:BlogLanguage}}" />
<meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
<meta name="dc.type" content="text" />
<meta name="dc.format" content="text/html" />
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<tpl:Archives>
<link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" />
</tpl:Archives>
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
{{tpl:include src="_head.html"}}
</head>
<body class="dc-archive">
<div class="container clearfix">
{{tpl:include src="header.html"}}
<div id="main">
<div id="maincontent">
<h2>{{tpl:lang Archives}}</h2>
<h3>{{tpl:lang Last 30 posts}}</h3>
<tpl:Entries no_content="1" lastn="30">
<tpl:EntriesHeader><ul id="list-archive-post"></tpl:EntriesHeader>
<li>
<a href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a>
{{tpl:lang by}} {{tpl:EntryAuthorLink}}
<tpl:EntryIf show_comments="1"> &middot; <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a></tpl:EntryIf>
</li>
<tpl:EntriesFooter></ul></tpl:EntriesFooter>
</tpl:Entries>
</div>
<!-- end #maincontent -->
{{tpl:include src="sidenav.html"}}
</div>
<!-- end #main -->
<div id="extra">
{{tpl:Widgets type="extra"}}
</div>
<!-- end #extra -->
{{tpl:include src="_footer.html"}}
</div>
<!-- end .container -->
</body>
</html>