inclusion d'un word of the day + style lego plus abouti + nouveaux mots-clefs
This commit is contained in:
parent
6d6620c9f1
commit
e21409a5e0
6 changed files with 158 additions and 63 deletions
|
|
@ -15,64 +15,78 @@
|
|||
|
||||
<body>
|
||||
|
||||
|
||||
<!-- HEAD -->
|
||||
<div id="head">
|
||||
<span id="title_block" class="head_block">
|
||||
<h1 id="site_title">{general.title}</h1>
|
||||
<p id="site_desc">{general.description}</p>
|
||||
<span id="site_wotd">
|
||||
<p id="wotd_title">{lang.wotd}:</p>
|
||||
<ul id="wotd_text">{general.wotd:h}</ul>
|
||||
</span>
|
||||
</span>
|
||||
<span id="site_block" class="head_block">
|
||||
<ul id="site_map">
|
||||
<li><a href="..">{lang.accueil}</a></li>
|
||||
<li><a href="{general.forum}">{lang.forum}</a></li>
|
||||
<li><a href="{geenral.shop}">{lang.boutique}</a></li>
|
||||
<li><a href="mailto:{general.email}">{general.webmaster}</a></li>
|
||||
<li><a href="mailto:{general.email}">{lang.contact}</a></li>
|
||||
</ul>
|
||||
</span>
|
||||
<span id="feed_block" class="head_block">
|
||||
<a id="feed" href="rss.php">{lang.rss}</a>
|
||||
<a id="feed" href="rss.php?limit=10">10</a>
|
||||
</span>
|
||||
<div id="feed_block" class="head_block">
|
||||
<ul id="feed_list">
|
||||
<li><a class="feed" id="feed_main" href="rss.php">{lang.rss}</a></li>
|
||||
<li><a class="feed" href="rss.php?limit=10">10</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="nav_block">
|
||||
<ul id="nav_bar">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- NAV -->
|
||||
<ul id="nav_bar">
|
||||
<li><a id="navfirst" href="{nav_first}">{lang.premier}</a></li>
|
||||
<li><a id="navprev" href="{nav_prev}">{lang.precedent}</a></li>
|
||||
<li><a id="navnext" href="{nav_next}">{lang.suivant}</a></li>
|
||||
<li><a id="navlast" href="{nav_last}">{lang.dernier}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- STRIP -->
|
||||
<div id="strip_block">
|
||||
<img id="strip" class="content" src="{img_src}" alt="{text}" />
|
||||
|
||||
<div id="meta_block">
|
||||
<div id="info_block" class="sub_block">
|
||||
<h2 id="title">« {title} »</h2>
|
||||
<p id="description">{description:h}</p>
|
||||
</div>
|
||||
<table id="meta_block" cellpadding="0" cellspacing="20">
|
||||
<tr>
|
||||
<td id="info_block" class="sub_block">
|
||||
<h2 id="title">« {title} »</h2>
|
||||
<p id="description">{description:h}</p>
|
||||
</td>
|
||||
|
||||
<td rowspan="2" id="comments_block" class="sub_block" valign="top">
|
||||
{lang.comments} :
|
||||
<ul id="comments">
|
||||
{comments:h}
|
||||
</ul>
|
||||
<a href="{forum_post_url}">{lang.forum_new}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<div id="info_plus_block" class="sub_block">
|
||||
<p id="author">© {author}</p>
|
||||
<p id="date">{date}</p>
|
||||
<p id="source"><a href="{source}">{lang.source}</a></p>
|
||||
<p id="license">{lang.licence} : <a href="{license}">{license}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<tr>
|
||||
<td id="info_plus_block" class="sub_block">
|
||||
<p id="author">© {author}</p>
|
||||
<p id="date">{date}</p>
|
||||
<p id="source"><a href="{source}">{lang.source}</a></p>
|
||||
<p id="license">{lang.licence} : <a href="{license}">{license}</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<div id="comments_block" class="sub_block">
|
||||
{lang.comments} :
|
||||
<ul id="comments">
|
||||
{comments:h}
|
||||
</ul>
|
||||
<a href="{forum_post_url}">{lang.forum_new}</a>
|
||||
</div>
|
||||
</table>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
<!-- FOOT -->
|
||||
<div id="foot">
|
||||
<p>{lang.see_also}
|
||||
<ul id="link_bar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue