master
Gnieark 6 years ago
parent 22c933ed58
commit ef45db4943

@ -2,6 +2,6 @@
$this->registerModule( $this->registerModule(
/* Name */ "Ventres mous", /* Name */ "Ventres mous",
/* Description*/ "Thème Ventres mous", /* Description*/ "Thème Ventres mous",
/* Author */ "Zigazou", /* Author */ "Zigazou & Gnieark",
/* Version */ '1.0' /* Version */ '1.2'
); );

@ -18,39 +18,32 @@
</tpl:Block> </tpl:Block>
<tpl:Block name="head-linkrel"> <tpl:Block name="head-linkrel">
<tpl:Entries no_content="1">
<tpl:EntriesHeader>
<tpl:Pagination>
<tpl:PaginationIf end="0">
<link rel="prev" 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="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" />
</tpl:Block> </tpl:Block>
<tpl:Block name="page-top"> <tpl:Block name="page-top">
<div id="top" role="banner"> <header>
<h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:CategoryTitle}}</h1> <h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:BlogName encode_html="1"}}</h1>
</div> </header>
</tpl:Block> </tpl:Block>
<tpl:Block name="body-tag"><body class="dc-category"></tpl:Block>
<tpl:Block name="main-content"> <tpl:Block name="main-content">
<div id="content-info"> <section>
<h3>{{tpl:lang Categorie}}: {{tpl:CategoryTitle}}</h3>
{{tpl:CategoryDescription}} {{tpl:CategoryDescription}}
<tpl:CategoryFirstChildren>
<tpl:CategoriesHeader>
<p>{{tpl:lang Subcategories}}:</p>
<ul>
</tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
<tpl:CategoriesFooter>
</ul>
</tpl:CategoriesFooter>
</tpl:CategoryFirstChildren>
<tpl:CategoryIf has_entries="1"> <tpl:CategoryIf has_entries="1">
<p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
@ -61,32 +54,55 @@
</tpl:SysIf> </tpl:SysIf>
</p> </p>
</tpl:CategoryIf> </tpl:CategoryIf>
</div>
<tpl:CategoryFirstChildren> <tpl:Entries>
<tpl:CategoriesHeader> <a href="{{tpl:EntryURL}}" class="wholearticlelink">
<div id="subcategories"> <article>
<h3>{{tpl:lang Subcategories}}</h3> <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
{{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}}
<p>
{{tpl:EntryExcerpt remove_html="1" encode_html="1"}}
</p>
<p class="readmore-ellipsis">Lire la suite...</p>
</tpl:EntryIf>
<!-- # Entry without excerpt -->
<tpl:EntryIf extended="0">
{{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}}
<p>
{{tpl:EntryContent remove_html="1" encode_html="1" cut_string="300"}}
</p>
<p class="readmore-ellipsis">Lire la suite...</p>
</tpl:EntryIf>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
</article>
</a>
<nav>
<tpl:EntriesFooter>
<tpl:Pagination>
<ul> <ul>
</tpl:CategoriesHeader> <li><tpl:PaginationIf end="0">
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a>
<tpl:CategoriesFooter> </tpl:PaginationIf></li>
<li>{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}</li>
<li><tpl:PaginationIf start="0"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}</a></tpl:PaginationIf></li>
</ul> </ul>
</div> </tpl:Pagination>
</tpl:CategoriesFooter> </tpl:EntriesFooter>
</tpl:CategoryFirstChildren> </nav>
<ul>
<tpl:Entries lastn="100">
<li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a> <em>{{tpl:EntryDate}}</em></li>
<tpl:EntriesFooter>
<tpl:Pagination> </tpl:Entries>
<p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; </section>
{{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} </tpl:Block>
<tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} &#187;</a></tpl:PaginationIf></p>
</tpl:Pagination>
</tpl:EntriesFooter>
</tpl:Entries>
</ul>
</tpl:Block>

@ -1,36 +1,32 @@
{{tpl:extends parent="post.html"}} {{tpl:extends parent="post.html"}}
<tpl:Block name="head-linkrel"> <tpl:Block name="head-linkrel">
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf>
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
</tpl:Block> </tpl:Block>
<tpl:Block name="body-tag"><body class="dc-page"></tpl:Block> <body>
<tpl:Block name="main-content"> <tpl:Block name="main-content">
<div id="p{{tpl:EntryID}}" class="post" role="article"> <section>
<article>
<h2>{{tpl:EntryTitle}}</h2>
<!-- # --BEHAVIOR-- publicEntryBeforeContent --> <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}} {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<tpl:EntryIf extended="1"> <tpl:EntryIf extended="1">
<div class="post-excerpt">{{tpl:EntryExcerpt}}</div> <div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
</tpl:EntryIf> </tpl:EntryIf>
<div class="post-content">{{tpl:EntryContent}}</div> <div class="post-content">{{tpl:EntryContent}}</div>
<!-- # --BEHAVIOR-- publicEntryAfterContent --> <!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}} {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
</div> </article>
<!-- # Attachments --> <!-- # Attachments -->
<tpl:Attachments> <tpl:Attachments>
<tpl:AttachmentsHeader> <tpl:AttachmentsHeader>
<div id="attachments"> <article>
<h3>{{tpl:lang Attachments}}</h3> <h3>{{tpl:lang Attachments}}</h3>
<ul> <ul>
</tpl:AttachmentsHeader> </tpl:AttachmentsHeader>
@ -52,7 +48,7 @@
</li> </li>
<tpl:AttachmentsFooter> <tpl:AttachmentsFooter>
</ul> </ul>
</div> </article>
</tpl:AttachmentsFooter> </tpl:AttachmentsFooter>
</tpl:Attachments> </tpl:Attachments>
@ -60,7 +56,7 @@
<tpl:EntryIf show_comments="1"> <tpl:EntryIf show_comments="1">
<tpl:Comments> <tpl:Comments>
<tpl:CommentsHeader> <tpl:CommentsHeader>
<div id="comments"> <article>
<h3>{{tpl:lang Comments}}</h3> <h3>{{tpl:lang Comments}}</h3>
<dl> <dl>
</tpl:CommentsHeader> </tpl:CommentsHeader>
@ -80,7 +76,7 @@
</dd> </dd>
<tpl:CommentsFooter> <tpl:CommentsFooter>
</dl> </dl>
</div> </article>
</tpl:CommentsFooter> </tpl:CommentsFooter>
</tpl:Comments> </tpl:Comments>
</tpl:EntryIf> </tpl:EntryIf>
@ -191,4 +187,5 @@
<p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" <p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}"
title="{{tpl:lang This page's comments feed}}">{{tpl:lang This page's comments feed}}</a></p> title="{{tpl:lang This page's comments feed}}">{{tpl:lang This page's comments feed}}</a></p>
</tpl:EntryIf> </tpl:EntryIf>
</section>
</tpl:Block> </tpl:Block>

@ -16,109 +16,75 @@
</tpl:Block> </tpl:Block>
<tpl:Block name="head-linkrel"> <tpl:Block name="head-linkrel">
<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="prev" 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="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" />
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
</tpl:Block> </tpl:Block>
<tpl:Block name="body-tag"><body class="dc-tag"></tpl:Block> <body>
<tpl:Block name="main-content"> <tpl:Block name="main-content">
<div id="content-info"> <section>
<h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> <h3>{{tpl:lang Tag}} - {{tpl:TagID}}</h3>
<p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}"
title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
<nav>
<ul>
<li><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}"
title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></li>
<tpl:SysIf operator="or" comments_active="1" pings_active="1"> <tpl:SysIf operator="or" comments_active="1" pings_active="1">
- <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" <li><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments"
title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></li>
</tpl:SysIf> </tpl:SysIf>
</p> </nav>
</div>
<tpl:Entries> <tpl:Entries>
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article"> <a href="{{tpl:EntryURL}}" class="wholearticlelink">
<!-- # New day date --> <article>
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
<h2 class="post-title"><a {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> <!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} {{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}}
{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}} <p>
<tpl:EntryIf has_category="1">
- <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> {{tpl:EntryExcerpt remove_html="1" encode_html="1"}}
</tpl:EntryIf> </p>
</p> <p class="readmore-ellipsis">Lire la suite...</p>
</tpl:EntryIf>
<tpl:EntryTags>
<tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> <!-- # Entry without excerpt -->
<li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> <tpl:EntryIf extended="0">
<tpl:TagsFooter></ul></tpl:TagsFooter> {{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}}
</tpl:EntryTags> <p>
<!-- # --BEHAVIOR-- publicEntryBeforeContent --> {{tpl:EntryContent remove_html="1" encode_html="1" cut_string="300"}}
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
</p>
<!-- # Entry with an excerpt --> <p class="readmore-ellipsis">Lire la suite...</p>
<tpl:EntryIf extended="1"> </tpl:EntryIf>
<div class="post-content">{{tpl:EntryExcerpt}}</div>
<p class="read-it"><a href="{{tpl:EntryURL}}" <!-- # --BEHAVIOR-- publicEntryAfterContent -->
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
reading}}</a><span class="readmore-ellipsis">...</span></p>
</tpl:EntryIf> </article>
</a>
<!-- # Entry without excerpt --> <nav>
<tpl:EntryIf extended="0"> <tpl:EntriesFooter>
<div class="post-content">{{tpl:EntryContent}}</div> <tpl:Pagination>
</tpl:EntryIf> <ul>
<li><tpl:PaginationIf end="0">
<!-- # --BEHAVIOR-- publicEntryAfterContent --> <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a>
{{tpl:SysBehavior behavior="publicEntryAfterContent"}} </tpl:PaginationIf></li>
<li>{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}</li>
<!-- # Number of comments, trackbacks and attachments --> <li><tpl:PaginationIf start="0"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}</a></tpl:PaginationIf></li>
<tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> </ul>
<p class="post-info-co"> </tpl:Pagination>
</tpl:EntryIf> </tpl:EntriesFooter>
<tpl:EntryIf show_comments="1"> </nav>
<a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a>
</tpl:EntryIf>
<tpl:EntryIf show_pings="1">
<a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> </tpl:Entries>
<tpl:EntryIf has_attachment="1"> </section>
<a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
<tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
</p>
</tpl:EntryIf>
</div>
<tpl:EntriesFooter>
<tpl:Pagination>
<p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
{{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
<tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}
&#187;</a></tpl:PaginationIf></p>
</tpl:Pagination>
</tpl:EntriesFooter>
</tpl:Entries>
</tpl:Block> </tpl:Block>

@ -14,24 +14,18 @@
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block> </tpl:Block>
<tpl:Block name="head-linkrel"> <body>
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-tags"></tpl:Block>
<tpl:Block name="main-content"> <tpl:Block name="main-content">
<div id="content-info"> <section>
<h2>{{tpl:lang Tags}}</h2> <h2>{{tpl:lang Tags}}</h2>
</div>
<div class="content-inner">
<ul class="tags"> <ul class="tags">
<tpl:Tags> <tpl:Tags>
<li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li>
</tpl:Tags> </tpl:Tags>
</ul> </ul>
</div>
</section>
</tpl:Block> </tpl:Block>

Loading…
Cancel
Save