114 lines
3.2 KiB
HTML
114 lines
3.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
|
|
|
<head>
|
|
|
|
<title>{general.title} - {title}</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
|
<meta name=" robot" content="follow, index, all" />
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
|
|
<link rel="alternate" type="application/rss+xml" title="RSS: 10 items" href="rss.php?limit=10" />
|
|
<link rel="stylesheet" type="text/css" href="{general.template_folder}/{general.template_name}/style.css" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
|
|
</head>
|
|
|
|
<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}">{lang.contact}</a></li>
|
|
</ul>
|
|
</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>
|
|
|
|
|
|
<!-- NAV -->
|
|
<ul class="nav_bar" id="nav_top">
|
|
<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}" />
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<!-- NAV -->
|
|
<ul class="nav_bar" id="nav_bottom">
|
|
<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>
|
|
|
|
|
|
<!-- FOOT -->
|
|
<div id="foot">
|
|
<p>{lang.see_also}
|
|
<ul id="link_bar">
|
|
{foreach:general.see_also,name,url}
|
|
<li><a href="{url}">{name}</a></li>
|
|
{end:}
|
|
</ul>
|
|
</p>
|
|
<p>{lang.propulse} <a href="http://stripit.sourceforge.net/">Strip-it</a>, {lang.descstrip} ({general.version}).</p>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|