game/templates/forerunner/base.tpl

54 lines
3.5 KiB
Smarty

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="fr" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<title> ::Halo-Battle:: </title>
<link rel="stylesheet" href="../templates/forerunner/base.css" type="text/css" media="all" />
<script src="../templates/forerunner/menu.js" type="text/javascript"></script>
<script src="../js/prototype.js" type="text/javascript"></script>
<script src="flotte.js" type="text/javascript"></script>
</head>
<body>
{HEADER}
<div class="all">
<div class="header">
<div id="barre">
<div id="menu" onclick="menu()" onmousemove="menu()" onmouseout="hidemenu()">menu</div>
<div id="arbre" onmouseout="hidemenu()" onmousemove="menu()">
<a href="version.php">Version {VERSION}</a><div class="space"></div>
<a href="depart.php?pas=0">::Accueil::</a><a href="batiment.php">::Batiments::</a><a href="prochainement.php">::Caserne::</a><a href="chantier_spatial.php">::Chantier Spatial::</a><a href="prochainement.php">::Chantier terrestre::</a><a href="defense.php">::Défenses::</a><a href="laboratoire.php">::Laboratoire::</a><a href="#">::Arbre Technologique::</a><div class="space"></div>
<a href="ressources.php">::Ressources::</a><a href="prochainement.php">::Gestion::</a><a href="flotte.php">::Flotte::</a><a href="prochainement.php">::Armée:</a><a href="carte.php">::Carte Spatiale::</a><a href="options.php">::Options::</a><div class="space"></div>
<a href="messagerie.php">::Messages::</a><a href="prochainement.php">::Alliance::</a><a href="#">::Classement::</a><a href="http://halo-battle.s-fr.com/forum/index.php" onclick="window.open(this.href); return false;">::Forum::</a><a href="#">::Rapport de bug::</a><a href="prochainement.php">::FAQ::</a><div class="space"></div>
<a href="../logout.php">::Déconnexion::</a>
</div>
<span style="color:#B45B1A">{NOM_METAL}: {RES_METAL}</span><span style="color:#0A6862">{NOM_CRISTAL}: {RES_CRISTAL}</span><span style="color:#461AB4">{NOM_HYDROGENE}: {RES_HYDROGENE}</span><span style="color:#461AB4">{NOM_ENERGIE}: {RES_ENERGIE}</span>
<!-- BEGIN planetes -->
<a title="{planetes.RES_NOM}" class="planetes" href="ndepart.php?Pid={planetes.RES_VALUE}"><img alt="{planetes.RES_NOM}" src="images/planetes/{planetes.RES_IMG}.jpg" /></a>
<!-- END planetes -->
</div>
<div class="header_link"><a href="#">Téléchargement</a> | <a href="#">Dernier membre inscrit</a> | <a href="#">Dernière news</a> | <a href="#">Note</a> | <a href="#">Archive</a></div>
<img src="images/menu/f_header.jpg" alt="header" width="891" height="113" />
<div class="buttons"><a href="depart.php?pas=0">Accueil</a> <a href="http://halo-battle.s-fr.com/forum/index.php" onclick="window.open(this.href); return false;">Forum</a> <a href="batiment.php">Batiments</a> <a href="laboratoire.php">Laboratoire</a> <a href="carte.php">Galaxie</a> <a href="#">Statistiques</a></div>
<div style="clear: both;"></div>
</div>
<div class="pub">
{PUB}
</div>
<br />
<div class="corps">
{CONTENU}
</div>
<div class="footer">Halo-Battle, Tous droits réservés.<br />Coding By Master_Leon &amp; N&eacute;munaire<br />Design By O D S T &amp; Phantøm</div>
</div>
<!-- \\******* By Phantom & Némunaire *******// Halo-Battle, Tous droits réservés -->
</body>
</html>