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

87 lines
4.1 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 robots="NOINDEX,NOARCHIVE"}}" />
<title>{{tpl:lang Links}} - {{tpl:BlogName encode_html="1"}}</title>
<meta name="description" content="{{tpl:lang Links}} <tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:title" content="{{tpl:lang Links}} - {{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 Links}}- {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="og:type" content="article" />
<meta property="og:description" content="{{tpl:lang Links}} <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="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<tpl:Entries no_content="1">
<tpl:EntriesHeader>
<tpl:Pagination>
<tpl:PaginationIf end="0">
<link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
</tpl:PaginationIf>
<tpl:PaginationIf start="0">
<link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
</tpl:PaginationIf>
</tpl:Pagination>
</tpl:EntriesHeader>
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
</tpl:Entries>
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
{{tpl:include src="_head.html"}}
</head>
<body class="dc-blogroll">
<div id="page">
{{tpl:include src="_top.html"}}
<div id="wrapper">
<div id="main">
<div id="content">
<article class="post">
<header id="content-info">
<h2 class="post-title">{{tpl:lang Links}}</h2>
</header>
<tpl:BlogrollPage>
<tpl:BlogrollPageIfCategoryTitle><h3>{{tpl:BlogrollPageCategoryTitle}}</h3></tpl:BlogrollPageIfCategoryTitle>
<dl>
<tpl:BlogrollPageLinks>
<dt>{{tpl:BlogrollPageLink}}</dt>
<tpl:BlogrollPageIfLinkDesc><dd>{{tpl:BlogrollPageLinkDesc}}</dd></tpl:BlogrollPageIfLinkDesc>
</tpl:BlogrollPageLinks>
</dl>
</tpl:BlogrollPage>
</article>
</div>
</div> <!-- End #main -->
{{tpl:include src="_complementary.html"}}
</div> <!-- End #wrapper -->
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>