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

11 lines
684 B
HTML
Executable File

<figure class="gallery-image" property="image" content="{{tpl:GalleryItemThumbURL size="m" bestfit="yes"}}">
<a href="{{tpl:GalleryMediaURL}}" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}" ressource="#p{{tpl:EntryID}}"><img src="{{tpl:GalleryItemThumbURL size="m" bestfit="yes"}}" alt="{{tpl:EntryTitle}} {{tpl:lang (full size)}}" /></a>
</figure>
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<div class="post-excerpt" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryExcerpt}}</div>
</tpl:EntryIf>
<div class="post-content" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryContent pr="1"}}</div>