Merge branch 'dev' of VentresMous/ventresMousDotclearTheme into master

master
gnieark 6 years ago committed by Gogs
commit 2cb9fefce9

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

@ -65,14 +65,14 @@
font-style: normal;
}
body {
nav, body {
font-family: sans-serif;
margin: 0;
padding: 0;
line-height: 130%;
font-size: 110%;
}
nav{width: 100%;}
input { font-family: sans-serif; }
@media (min-width: 40em) {
@ -112,40 +112,70 @@ img, audio {
height: auto;
margin: 0 auto;
}
#page {
img.EntryFirstImage{
max-width: 100%;
display: inline;
border-radius: 8px;
left: 50%;
transform: translate(50%, 0%);
}
section, aside {
background-color: #fff9fb;
overflow-x: hidden;
padding: 1.5em 1.5em 0 1.5em;
}
#top p {
header p {
padding: 1.5em 1.5em 0 1.5em;
color: rgba(0,0,0,.4);
font-size: 1em;
}
article {background-color: #fff9fb;}
@media (min-width: 40em) {
#page {
section, aside {
max-width: 40em;
margin: 1em auto;
background-color: #fff9fb;
border-radius: 3em;
box-shadow: -0.1em 0.1em 1em 0.1em rgba(0, 0, 0, 0.3);
}
img.EntryFirstImage{
max-width: 15em;
float: right;
left: none;
transform: none;
}
article{
overflow: auto;
}
}
@media (min-width: 70em) {
/* mise en deux colonnes */
section{
float: left;
width: 40em;
margin: 0.5em 0.5em;
}
aside{
float: left;
width: 20em;
margin: 0.5em 0.5em;
}
#main { padding: 1.5em 1.5em 0 1.5em; }
#sidebar { padding: 1.5em; }
}
#footer { padding: 1em 2em; }
footer { clear: both; padding: 1em 2em; }
/* Prelude */
#prelude li::before { display: none; }
#prelude { margin: 0; padding-left: 1.5em; }
nav ul li::before { display: none; }
nav ul { margin: 0; padding-left: 1.5em; }
@media (min-width: 40em) {
#prelude { text-align: center; }
#prelude li { display: inline-block; }
#prelude li::after { content: ' | '; }
#prelude li:last-child::after { display: none; }
nav ul { text-align: center; }
nav ul li { display: inline-block; }
nav ul li::after { content: ' | '; }
nav ul li:last-child::after { display: none; }
}
/* Titles */
@ -171,7 +201,7 @@ h1, h2 {
top: 0;
left: 0;
width: 3.7em;
height:100%;
height: 100%;
overflow: hidden;
color: transparent;
}
@ -189,12 +219,11 @@ h1, h2 {
@media (min-width: 40em) {
h1, h2 {
padding: 1.3em 0.7em 1.3em 4.2em;
border-radius: 4em;
}
h2 {border-radius: 4em;}
}
h1 a, h2 a { color: #fff9fb; text-decoration: none; }
/* Post info */
p.post-info, p.post-info-co {
text-align: center;
@ -237,16 +266,17 @@ ul.post-tags li a, #blognav .tags li a {
#sidebar { background-color: #d3d4d9; }
/* Footer */
#footer {
footer {
background-color: #bb0a21;
color: #d3d4d9;
}
@media (min-width: 40em) {
#footer { border-radius: 0 0 3em 3em; }
footer { border-radius: 0 0 3em 3em; }
}
#footer a { color: #fff9fb; }
footer a { color: #fff9fb; }
/* Forms */
fieldset {
@ -274,7 +304,7 @@ input[type="text"], textarea {
/*Search form */
#search input[type="text"] { width: 10em; }
/* Pager */
/*sectionr */
div.pagination-wrapper {
background-color: #4b88a2;
@ -325,4 +355,5 @@ p.pagination>a, p.pagination>span {
text-align: right;
right: -1.5em;
}
}
}
.wholearticlelink{text-decoration: none;}

@ -22,7 +22,6 @@
</tpl:Block> <!-- head-meta -->
<tpl:Block name="head-dc">
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta property="dc.type" content="text" />
@ -34,144 +33,95 @@
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block> <!-- dc-entry -->
</tpl:Block> <!-- head-dc -->
<tpl:Block name="head-linkrel">
<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>
<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:BlogFeedURL type="atom"}}" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
</tpl:Block> <!-- head-linkrel -->
{{tpl:include src="_head.html"}}
</tpl:Block> <!-- html-head -->
</head>
<tpl:Block name="body-tag">
<body class="dc-home">
</tpl:Block>
<tpl:Block name="html-body">
<div id="page">
<tpl:Block name="body-page">
<tpl:Block name="body-page">
<body>
<tpl:Block name="page-top">
{{tpl:include src="_top.html"}}
</tpl:Block> <!-- page-top -->
<div id="wrapper">
<tpl:Block name="page-wrapper">
<div id="main" role="main">
<tpl:Block name="wrapper-main">
<tpl:Block name="main-breadcrumb">
{{tpl:Breadcrumb}}
</tpl:Block>
<div id="content">
<tpl:Block name="main-content">
<tpl:Entries>
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article">
<h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}
<tpl:EntryIf has_category="1">
- <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>
</tpl:EntryIf>
</p>
<tpl:EntryTags>
<tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
<li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
<tpl:TagsFooter></ul></tpl:TagsFooter>
</tpl:EntryTags>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<div class="post-content">{{tpl:EntryExcerpt}}</div>
<p class="read-it"><a href="{{tpl:EntryURL}}"
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
reading}}</a><span class="readmore-ellipsis">...</span></p>
</tpl:EntryIf>
<!-- # Entry without excerpt -->
<tpl:EntryIf extended="0">
<div class="post-content">{{tpl:EntryContent}}</div>
</tpl:EntryIf>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
<!-- # Number of comments, trackbacks and attachments -->
<tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
<p class="post-info-co">
</tpl:EntryIf>
<tpl:EntryIf show_comments="1">
<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:EntryIf has_attachment="1">
<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>
<div class="pagination-wrapper">
<p class="pagination"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
{{tpl:lang previous entries}}</a>
<span class="pagination-info">{{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}</span>
<a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}
&#187;</a></p>
</div>
</tpl:Pagination>
</tpl:EntriesFooter>
</tpl:Entries>
</tpl:Block> <!-- main-content -->
</div> <!-- End #content -->
</tpl:Block> <!-- wrapper-main -->
</div> <!-- End #main -->
<tpl:Block name="wrapper-sidebar">
<div id="sidebar" role="complementary">
<div id="blognav">
{{tpl:Widgets type="nav"}}
</div> <!-- End #blognav -->
<div id="blogextra">
{{tpl:Widgets type="extra"}}
</div> <!-- End #blogextra -->
</div>
</tpl:Block> <!-- wrapper-sidebar -->
</tpl:Block> <!-- page-wrapper -->
</div> <!-- End #wrapper -->
</tpl:Block>
<tpl:Block name="main-content">
<section>
<h3>main(){</h3>
<tpl:Entries>
<a href="{{tpl:EntryURL}}" class="wholearticlelink">
<article>
<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>
<li><tpl:PaginationIf end="0">
<a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a>
</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>
</tpl:Pagination>
</tpl:EntriesFooter>
</nav>
</tpl:Entries>
</section>
</tpl:Block> <!-- main-content -->
<tpl:Block name="wrapper-sidebar">
<aside>
<h3>aside(){</h3>
{{tpl:Widgets type="nav"}}
{{tpl:Widgets type="extra"}}
</aside>
</tpl:Block> <!-- wrapper-sidebar -->
<tpl:Block name="page-footer">
{{tpl:include src="_footer.html"}}
</tpl:Block> <!-- page-footer -->
<tpl:Block name="page-footer">
{{tpl:include src="_footer.html"}}
</tpl:Block> <!-- page-footer -->
</tpl:Block> <!-- body-page -->
</div> <!-- End #page -->
</tpl:Block> <!-- html-body -->
</body>
</tpl:Block> <!-- body-page -->
</html>

@ -21,7 +21,6 @@
</tpl:Block> <!-- head-meta -->
<tpl:Block name="head-dc">
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta property="dc.type" content="text" />

@ -1,5 +1,5 @@
<div id="footer" role="contentinfo">
<footer>
<p>{{tpl:SysPoweredBy}}</p>
</div>
{{tpl:SysBehavior behavior="publicFooterContent"}}
</footer>
{{tpl:SysBehavior behavior="publicFooterContent"}}

@ -4,7 +4,7 @@
{{tpl:include src="user_head.html"}}
{{tpl:SysBehavior behavior="publicHeadContent"}}
<!-- Piwik -->
<script type="text/javascript">
<script>
var _paq = _paq || [];
// tracker methods like "setCustomDimension" should be called before "trackPageView"
_paq.push(['trackPageView']);

@ -1,6 +1,6 @@
<div id="top" role="banner">
<header>
<h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1>
<!-- # --BEHAVIOR-- publicTopAfterContent -->
{{tpl:SysBehavior behavior="publicTopAfterContent"}}
</div>
</header>

@ -18,17 +18,14 @@
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-archive"></tpl:Block>
<body>
<tpl:Block name="main-content">
<div id="content-info">
<h2>{{tpl:lang Archives}}</h2>
</div>
<div class="content-inner">
<tpl:Archives>
<tpl:ArchivesYearHeader>
<h3>{{tpl:ArchiveDate format="%Y"}}</h3>
<section>
<h2>{{tpl:lang Archives}}</h2>
<tpl:Archives>
<tpl:ArchivesYearHeader>
<h3>{{tpl:ArchiveDate format="%Y"}}</h3>
<ul>
</tpl:ArchivesYearHeader>
<li><a href="{{tpl:ArchiveURL}}"
@ -38,5 +35,5 @@
</ul>
</tpl:ArchivesYearFooter>
</tpl:Archives>
</div>
</section>
</tpl:Block>

@ -14,52 +14,65 @@
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block>
<tpl:Block name="head-linkrel">
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}"
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
<tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}"
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
<tpl:Entries no_content="1">
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
</tpl:Entries>
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
<body>
<tpl:Block name="main-content">
<p id="navlinks">
<tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a>
- </tpl:ArchivePrevious>
<a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
<tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
</p>
<nav>
<ul>
<tpl:ArchivePrevious>
<li>
<a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a>
</li>
</tpl:ArchivePrevious>
<div id="content-info">
<h2>{{tpl:ArchiveDate}}</h2>
</div>
<li><a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a></li>
<tpl:ArchiveNext>
<li><a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></li>
</tpl:ArchiveNext>
</ul>
</nav>
<section>
<h2>{{tpl:ArchiveDate}}</h2>
<div class="content-inner">
<tpl:Entries no_content="1">
<tpl:Entries>
<!-- # New day date -->
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
<h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}"><a
href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
<a href="{{tpl:EntryURL}}" class="wholearticlelink">
<article>
<h3 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h3>
<!-- # --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"}}
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
<tpl:EntryIf show_comments="1">
- <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a>
</tpl:EntryIf>
<tpl:EntryIf show_pings="1">
- <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
<tpl:EntryIf has_attachment="1">
- <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
</p>
</article>
</a>
</tpl:Entries>
</div>
</section>
</tpl:Block>

@ -15,48 +15,35 @@
</tpl:Block>
<tpl:Block name="dc-entry">
<meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />
<meta property="dc.language" content="{{tpl:BlogLanguage}}" />
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block>
<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:CategoryFeedURL type="atom"}}" />
</tpl:Block>
<tpl:Block name="page-top">
<div id="top" role="banner">
<h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:CategoryTitle}}</h1>
</div>
<header>
<h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:BlogName encode_html="1"}}</h1>
</header>
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-category"></tpl:Block>
<tpl:Block name="main-content">
<div id="content-info">
<section>
<h3>{{tpl:lang Categorie}}: {{tpl:CategoryTitle}}</h3>
{{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">
<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>
@ -67,35 +54,55 @@
</tpl:SysIf>
</p>
</tpl:CategoryIf>
</div>
<tpl:CategoryFirstChildren>
<tpl:CategoriesHeader>
<div id="subcategories">
<h3>{{tpl:lang Subcategories}}</h3>
<tpl:Entries>
<a href="{{tpl:EntryURL}}" class="wholearticlelink">
<article>
<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>
</tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
<tpl:CategoriesFooter>
<li><tpl:PaginationIf end="0">
<a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a>
</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>
</div>
</tpl:CategoriesFooter>
</tpl:CategoryFirstChildren>
</tpl:Pagination>
</tpl:EntriesFooter>
</nav>
<tpl:Entries>
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article">
<h2 class="post-title"><a
href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a><br/><em>{{tpl:EntryDate}}</em></h2>
</div>
</tpl:Entries>
</section>
<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>

@ -0,0 +1,101 @@
{{tpl:extends parent="__layout.html"}}
<tpl:Block name="head-title">
<title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
</tpl:Block>
<tpl:Block name="meta-robots">
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
</tpl:Block>
<tpl:Block name="meta-entry">
<meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription encode_html="1" cut_string="180" remove_html="1"}}" />
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block>
<tpl:Block name="dc-entry">
<meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />
<meta property="dc.language" content="{{tpl:BlogLanguage}}" />
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block>
<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:CategoryFeedURL type="atom"}}" />
</tpl:Block>
<tpl:Block name="page-top">
<div id="top" role="banner">
<h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:CategoryTitle}}</h1>
</div>
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-category"></tpl:Block>
<tpl:Block name="main-content">
<div id="content-info">
{{tpl:CategoryDescription}}
<tpl:CategoryIf has_entries="1">
<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>
<tpl:SysIf operator="or" comments_active="1" pings_active="1">
- <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
</tpl:SysIf>
</p>
</tpl:CategoryIf>
</div>
<tpl:CategoryFirstChildren>
<tpl:CategoriesHeader>
<div id="subcategories">
<h3>{{tpl:lang Subcategories}}</h3>
<ul>
</tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
<tpl:CategoriesFooter>
</ul>
</div>
</tpl:CategoriesFooter>
</tpl:CategoryFirstChildren>
<tpl:Entries>
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article">
<h2 class="post-title"><a
href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a><br/><em>{{tpl:EntryDate}}</em></h2>
</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>

@ -1,14 +1,16 @@
{{tpl:extends parent="__layout.html"}}
<tpl:Block name="page-top">
<div id="top" role="banner">
<h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1>
<header>
<h1>{{tpl:BlogName encode_html="1"}}</h1>
<p>{{tpl:BlogDescription}}</p>
<!-- # --BEHAVIOR-- publicTopAfterContent -->
{{tpl:SysBehavior behavior="publicTopAfterContent"}}
</div>
<ul id="prelude" role="navigation">
<tpl:Entries type="page">
<li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle}}</a></li>
</tpl:Entries>
</ul>
</tpl:Block> <!-- page-top -->
</header>
<nav>
<ul>
<tpl:Entries type="page">
<li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle}}</a></li>
</tpl:Entries>
</ul>
</nav>
</tpl:Block>

@ -1,36 +1,32 @@
{{tpl:extends parent="post.html"}}
<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"}}" />
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-page"></tpl:Block>
<body>
<tpl:Block name="main-content">
<div id="p{{tpl:EntryID}}" class="post" role="article">
<section>
<article>
<h2>{{tpl:EntryTitle}}</h2>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<tpl:EntryIf extended="1">
<div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
</tpl:EntryIf>
<div class="post-content">{{tpl:EntryContent}}</div>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
</div>
</article>
<!-- # Attachments -->
<tpl:Attachments>
<tpl:AttachmentsHeader>
<div id="attachments">
<article>
<h3>{{tpl:lang Attachments}}</h3>
<ul>
</tpl:AttachmentsHeader>
@ -52,7 +48,7 @@
</li>
<tpl:AttachmentsFooter>
</ul>
</div>
</article>
</tpl:AttachmentsFooter>
</tpl:Attachments>
@ -60,7 +56,7 @@
<tpl:EntryIf show_comments="1">
<tpl:Comments>
<tpl:CommentsHeader>
<div id="comments">
<article>
<h3>{{tpl:lang Comments}}</h3>
<dl>
</tpl:CommentsHeader>
@ -80,7 +76,7 @@
</dd>
<tpl:CommentsFooter>
</dl>
</div>
</article>
</tpl:CommentsFooter>
</tpl:Comments>
</tpl:EntryIf>
@ -191,4 +187,5 @@
<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>
</tpl:EntryIf>
</section>
</tpl:Block>

@ -35,34 +35,29 @@
<tpl:Block name="html-head">
{{tpl:parent}}
<script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
<script type="text/javascript">
<script src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
<script>
//<![CDATA[
var post_remember_str = '{{tpl:lang Remember me on this blog}}';
//]]>
</script>
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-post"></tpl:Block>
<tpl:Block name="page-top">
<div id="top" role="banner">
<h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:EntryTitle encode_html="1"}}</h1>
</div>
<header>
<h1><a href="/" class="homelink" title="Revenir à l'accueil">Retour à la page d'accueil</a>{{tpl:BlogName encode_html="1"}}</h1>
<!-- # --BEHAVIOR-- publicTopAfterContent -->
{{tpl:SysBehavior behavior="publicTopAfterContent"}}
</header>
</tpl:Block>
<tpl:Block name="main-content">
<p id="navlinks">
<tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
cut_string="50"}}</a></tpl:EntryPrevious>
<tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
cut_string="50"}} &#187;</a></tpl:EntryNext>
</p>
<div id="p{{tpl:EntryID}}" class="post" role="article">
<section>
<h3>main(){</h3>
<article>
<h2>{{tpl:EntryTitle encode_html="1"}}</h2>
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
{{tpl:lang on}} {{tpl:EntryDate}}
@ -82,49 +77,49 @@
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
{{tpl:EntryExcerpt}}
</tpl:EntryIf>
<div class="post-content">{{tpl:EntryContent}}</div>
{{tpl:EntryContent}}
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
</div>
<!-- # Attachments -->
<tpl:Attachments>
<tpl:AttachmentsHeader>
<div id="attachments">
<h3>{{tpl:lang Attachments}}</h3>
<ul>
</tpl:AttachmentsHeader>
<li class="{{tpl:AttachmentType}}">
<tpl:AttachmentIf is_audio="1">
{{tpl:include src="_audio_player.html"}}
</tpl:AttachmentIf>
<tpl:AttachmentIf is_video="1">
<tpl:AttachmentIf is_flv="0">
{{tpl:include src="_video_player.html"}}
{{tpl:else}}
{{tpl:include src="_flv_player.html"}}
<tpl:Attachments>
<tpl:AttachmentsHeader>
<h3>{{tpl:lang Attachments}}</h3>
<ul>
</tpl:AttachmentsHeader>
<li class="{{tpl:AttachmentType}}">
<tpl:AttachmentIf is_audio="1">
{{tpl:include src="_audio_player.html"}}
</tpl:AttachmentIf>
<tpl:AttachmentIf is_video="1">
<tpl:AttachmentIf is_flv="0">
{{tpl:include src="_video_player.html"}}
{{tpl:else}}
{{tpl:include src="_flv_player.html"}}
</tpl:AttachmentIf>
</tpl:AttachmentIf>
</tpl:AttachmentIf>
<tpl:AttachmentIf is_audio="0" is_video="0">
<a href="{{tpl:AttachmentURL}}"
title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
</tpl:AttachmentIf>
</li>
<tpl:AttachmentsFooter>
</ul>
</div>
</tpl:AttachmentsFooter>
</tpl:Attachments>
<tpl:AttachmentIf is_audio="0" is_video="0">
<a href="{{tpl:AttachmentURL}}"
title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
</tpl:AttachmentIf>
</li>
<tpl:AttachmentsFooter>
</ul>
</tpl:AttachmentsFooter>
</tpl:Attachments>
</article>
<!-- # Comments -->
<tpl:EntryIf show_comments="1">
<tpl:Comments>
<article>
<tpl:CommentsHeader>
<div id="comments">
<h3>{{tpl:lang Comments}}</h3>
<dl>
</tpl:CommentsHeader>
@ -144,8 +139,8 @@
</dd>
<tpl:CommentsFooter>
</dl>
</div>
</tpl:CommentsFooter>
</article>
</tpl:Comments>
</tpl:EntryIf>
@ -164,7 +159,7 @@
</tpl:SysIfCommentPending>
<!-- # Comment form -->
<form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form">
<form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form">
<tpl:IfCommentPreview>
<div id="pr">
<h3>{{tpl:lang Your comment}}</h3>
@ -176,38 +171,35 @@
</tpl:IfCommentPreview>
<h3>{{tpl:lang Add a comment}}</h3>
<fieldset>
<!-- # --BEHAVIOR-- publicCommentFormBeforeContent -->
{{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
<p class="field">
<input name="c_name" id="c_name" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewName encode_html="1"}}" placeholder="{{tpl:lang Name or nickname}}"/>
</p>
<p class="field">
<input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewEmail encode_html="1"}}" placeholder="{{tpl:lang Email address }}" />
</p>
<p class="field">
<input name="c_site" id="c_site" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewSite encode_html="1"}}" placeholder="{{tpl:lang Website}} ({{tpl:lang optional}}"/>
</p>
<p style="display:none"><input name="f_mail" type="text" size="30"
maxlength="255" value="" /></p>
<p class="field">
<textarea name="c_content" id="c_content" cols="35"
rows="7" placeholder="{{tpl:lang Comment}}">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
</p>
<p class="form-help">{{tpl:CommentHelp}}</p>
<!-- # --BEHAVIOR-- publicCommentFormAfterContent -->
{{tpl:SysBehavior behavior="publicCommentFormAfterContent"}}
</fieldset>
<fieldset>
{{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
<p class="field">
<input name="c_name" id="c_name" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewName encode_html="1"}}" placeholder="{{tpl:lang Name or nickname}}"/>
</p>
<p class="field">
<input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewEmail encode_html="1"}}" placeholder="{{tpl:lang Email address }}" />
</p>
<p class="field">
<input name="c_site" id="c_site" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewSite encode_html="1"}}" placeholder="{{tpl:lang Website}} ({{tpl:lang optional}}"/>
</p>
<p style="display:none"><input name="f_mail" type="text" size="30"
maxlength="255" value="" /></p>
<p class="field">
<textarea name="c_content" id="c_content" cols="35"
rows="7" placeholder="{{tpl:lang Comment}}">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
</p>
<p class="form-help">{{tpl:CommentHelp}}</p>
{{tpl:SysBehavior behavior="publicCommentFormAfterContent"}}
</fieldset>
<fieldset>
<p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
<tpl:IfCommentPreviewOptional><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreviewOptional></p>
</fieldset>
@ -216,7 +208,7 @@
<!-- # Trackbacks -->
<tpl:EntryIf show_pings="1">
<div id="pings">
<article>
<h3>{{tpl:lang They posted on the same topic}}</h3>
<tpl:Pings>
<tpl:PingsHeader>
@ -231,8 +223,7 @@
<!-- # --BEHAVIOR-- publicPingBeforeContent -->
{{tpl:SysBehavior behavior="publicPingBeforeContent"}}
<p><a href="{{tpl:PingAuthorURL}}"
{{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a></p>
<p><a href="{{tpl:PingAuthorURL}}" {{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a></p>
{{tpl:PingContent}}
<!-- # --BEHAVIOR-- publicPingAfterContent -->
@ -242,7 +233,7 @@
</dl>
</tpl:PingsFooter>
</tpl:Pings>
</div>
</article>
</tpl:EntryIf>
<tpl:EntryIf pings_active="1">
@ -253,4 +244,18 @@
<p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}"
title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></p>
</tpl:EntryIf>
<nav>
<ul>
<li><tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
cut_string="50"}}</a></tpl:EntryPrevious></li>
<li><tpl:EntryNext><a href="{{tpl:EntryURL}}"
title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
cut_string="50"}} &#187;</a></tpl:EntryNext></li>
</ul>
</nav>
</section>
</tpl:Block>

@ -16,109 +16,75 @@
</tpl:Block>
<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="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-tag"></tpl:Block>
<body>
<tpl:Block name="main-content">
<div id="content-info">
<h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2>
<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>
<section>
<h3>{{tpl:lang Tag}} - {{tpl:TagID}}</h3>
<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">
- <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>
<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></li>
</tpl:SysIf>
</p>
</div>
</nav>
<tpl:Entries>
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article">
<!-- # New day date -->
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
<h2 class="post-title"><a
href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}
<tpl:EntryIf has_category="1">
- <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>
</tpl:EntryIf>
</p>
<tpl:EntryTags>
<tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
<li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
<tpl:TagsFooter></ul></tpl:TagsFooter>
</tpl:EntryTags>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<div class="post-content">{{tpl:EntryExcerpt}}</div>
<p class="read-it"><a href="{{tpl:EntryURL}}"
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
reading}}</a><span class="readmore-ellipsis">...</span></p>
</tpl:EntryIf>
<!-- # Entry without excerpt -->
<tpl:EntryIf extended="0">
<div class="post-content">{{tpl:EntryContent}}</div>
</tpl:EntryIf>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
<!-- # Number of comments, trackbacks and attachments -->
<tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
<p class="post-info-co">
</tpl:EntryIf>
<tpl:EntryIf show_comments="1">
<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:EntryIf has_attachment="1">
<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>
<a href="{{tpl:EntryURL}}" class="wholearticlelink">
<article>
<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>
<li><tpl:PaginationIf end="0">
<a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a>
</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>
</tpl:Pagination>
</tpl:EntriesFooter>
</nav>
</tpl:Entries>
</section>
</tpl:Block>

@ -14,24 +14,18 @@
<meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:Block>
<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}}" />
<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>
<body>
<tpl:Block name="main-content">
<div id="content-info">
<section>
<h2>{{tpl:lang Tags}}</h2>
</div>
<div class="content-inner">
<ul class="tags">
<tpl:Tags>
<li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li>
</tpl:Tags>
</ul>
</div>
</section>
</tpl:Block>

Loading…
Cancel
Save