74 lines
2.2 KiB
HTML
74 lines
2.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="stylesheet" type="text/css" href="style.css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="shadow_simple">
|
|
<div id="navbar">
|
|
<div id="site_title"><p id="site_head">{general.title}</p><p id="site_desc">{general.description}</p></div>
|
|
|
|
<div id="main"><a href="..">{lang.accueil}</a> <br/> <a id="feed" href="rss.php">{lang.rss}</a> <br/><a href="mailto:{general.email}">{general.webmaster}</a></div>
|
|
<a id="navfirst" href="{nav_first}">{lang.premier}</a>
|
|
<a id="navprev" href="{nav_prev}">{lang.precedent}</a>
|
|
<a id="navnext" href="{nav_next}">{lang.suivant}</a>
|
|
<a id="navlast" href="{nav_last}">{lang.dernier}</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="stripbar">
|
|
<div class="centering">
|
|
<div class="shadow">
|
|
<img id="strip" class="content" src="{img_src}" alt="{text}" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="infoblock">
|
|
<div class="centering">
|
|
<div class="shadow">
|
|
<div id="infobar" class="content">
|
|
<div id="title">« {title} »</div>
|
|
<div id="infos">
|
|
<p id="description">{description:h}</p>
|
|
<p id="author">© {author} : {date} : <a href="{source}">{lang.source}</a></p>
|
|
<p id="license">{lang.licence} : <a href="{license}">{license}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="footbar">
|
|
<p id="forum"><a href="{general.forum}">{lang.forum}</a></p>
|
|
<p id="forum_comments">{comments:h}</p>
|
|
<p id="forum_post"><a href="{forum_post_url}">{lang.forum_new}</a></p>
|
|
<p id="shop_infos"><a href="{general.shop}">{lang.boutique} {general.title}</a> {lang.teeshirt}.</p>
|
|
{lang.see_also}
|
|
<ul id="linkbar">
|
|
{foreach:general.see_also,name,url}
|
|
<li><a href="{url}">{name}</a></li>
|
|
{end:}
|
|
</ul>
|
|
<p>{lang.propulse} <a href="http://stripit.sourceforge.net/">Strip-It</a>, {lang.descstrip}.</p>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|