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

72 lines
3.9 KiB
HTML
Executable File

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}" prefix="dc: http://purl.org/dc/terms/ schema: http://schema.org/ og: http://ogp.me/ns# article: http://ogp.me/ns/article#"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
<title>{{tpl:lang Authors}} — {{tpl:BlogName encode_html="1"}}</title>
<meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Authors}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:title" content="{{tpl:lang Authors}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:creator" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta property="dc:language" content="{{tpl:BlogLanguage}}" />
<meta property="dc:description" content="{{tpl:lang Links}} <tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
<meta property="dc:rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta property="dc:publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<tpl:IfOgp>
<meta property="og:title" content="{{tpl:lang Authors}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="og:type" content="article" />
<meta property="og:description" content="{{tpl:lang Authors}} <tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="og:site_name" content="{{tpl:BlogName encode_html="1"}}" />
<meta property="article:published_time" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:IfOgp>
<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-authors">
<div id="page">
{{tpl:include src="_top.html"}}
<div id="wrapper">
<div id="main">
<div id="content" role="main">
<article class="post" role="article">
<h2 class="post-title">{{tpl:lang Authors}}</h2>
<tpl:Authors>
<section class="author-info">
<h3><a href="{{tpl:AuthorPostsURL}}">{{tpl:AuthorCommonName encode_html="1"}}</a></h3>
{{tpl:AuthorDesc}}
<p><a type="application/atom+xml" href="{{tpl:AuthorFeedURL type="atom"}}"
title="{{tpl:lang This author's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
- <a type="application/atom+xml" href="{{tpl:AuthorFeedURL type="atom"}}/comments"
title="{{tpl:lang This authors's entries comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></p>
</section>
</tpl:Authors>
</article>
</div>
</div> <!-- End #main -->
{{tpl:include src="_complementary.html"}}
</div> <!-- End #wrapper -->
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>