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

89 lines
3.6 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" />
<title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
<meta property="dc:title" content="{{tpl:EntryTitle encode_html="1"}}" />
<meta property="dc:creator" content="{{tpl:EntryAuthorDisplayName}}" />
<meta property="dc:language" content="{{tpl:EntryLang}}" />
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
<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-post">
<div id="page">
{{tpl:EntryPingData}}
{{tpl:include src="_top.html"}}
<div id="wrapper">
<div id="main">
<div id="content">
<div class="post">
<h2 id="p{{tpl:EntryID}}" class="post-title">Images</h2>
</div>
<div class="gallery-thumbnails">
<tpl:GalleryItemEntries>
<tpl:EntriesHeader>
<tpl:GalleryPagination>
<nav class="pagination">
<tpl:PaginationIf start="0"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">&#171; {{tpl:lang previous images}}
</a> - </tpl:PaginationIf>
{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
<tpl:PaginationIf end="0"> - <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">
{{tpl:lang next images}} &#187;</a></tpl:PaginationIf>
</nav>
</tpl:GalleryPagination>
</tpl:EntriesHeader>
<figure class="gallery-thumbnail">
<!--<div class="gallery-thumbnail-img">-->
<div class="gallery-thumbnail-img" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">
<a href="{{tpl:GalleryItemURL}}">
<img src="{{tpl:GalleryItemThumbURL size="t"}}" alt="{{tpl:EntryTitle}}"/>
</a>
</div>
<div class="gallery-thumbnail-desc">
<span class="gallery-nb-comment">{{tpl:EntryCommentCount none="Pas de réaction" one="1 réaction" more="%s réactions"}}</span>
</div>
</figure>
</tpl:GalleryItemEntries>
<div style="clear:both;"></div>
</div>
<tpl:EntryIf operator="or" comments_active="1" pings_active="1">
<p id="comments-feed"><a class="feed" href="{{tpl:GalleryFeedURL}}/{{tpl:EntryID}}"
title="{{tpl:lang This gallery's comments feed}}">{{tpl:lang This gallery's images feed}}</a></p>
<p id="comments-feed"><a class="feed" href="{{tpl:GalleryFeedURL}}/comments/{{tpl:EntryID}}"
title="{{tpl:lang This gallery's comments feed}}">{{tpl:lang This gallery's comments feed}}</a></p>
</tpl:EntryIf>
</div>
</div> <!-- End #main -->
{{tpl:include src="_complementary.html"}}
</div> <!-- End #wrapper -->
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>