HB/templates/depart.tpl

72 lines
2.1 KiB
Smarty
Raw Normal View History

2007-11-20 11:00:00 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
<meta name="Author" content="Halo-Battle" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script type="text/javascript" src="time.js"></script>
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
<title> ::Halo-Battle:: B<>ta</title>
<style type="text/css">
TD.c {
background-color: black;
}
TD.d {
background-color: #000043;
}
</style>
</head>
<body>
{HEADER}
{RESSOURCES}<br /><br /><br /><br /><br />
2007-11-21 11:00:00 +00:00
<div class="centre">{PUB}<br />
2007-11-20 11:00:00 +00:00
<table style="width: 500px; margin-left: auto; margin-right: auto;">
<tr>
<td colspan="2" align="left" class="c">Ev<45>nements</td>
</tr>
<tr>
<td style="width: 50%" class="d">Heure du serveur</td>
<td>{DATEHEURE}</td>
</tr>
<tr>
<td colspan="2">{MESSAGERIE}</td>
</tr>
<tr>
<td colspan="2" align="left" class="c">
<a href="rename.php">{NOM_PLANETE}</a> ({PSEUDO})
</td>
</tr>
<tr>
<td align="center" colspan="2" height="220">
<img src="images/planetes/{IMAGE}.jpg" alt="" />
</td>
</tr>
<tr>
<td style="width: 50%" class="d">Diam<61>tre</td>
<td>{DESC_DIAMETRE} km ({DESC_CASES}/{DESC_CASESMAX} cases)</td>
</tr>
<tr>
<td style="width: 50%" class="d">Race</td>
<td>{RACE}</td>
</tr>
<tr>
<td style="width: 50%" class="d">Position</td>
<td>
<a href="carte.php?galaxy={GALAXIE}&amp;ss={SYSTEME}">[{GALAXIE}:{SYSTEME}:{POSITION}]</a>
</td>
</tr>
<tr>
<td style="width: 50%" class="d">Classement</td>
<td>
<a href="voir_classement.php">{POINTS} points ({PLACE})</a>
</td>
</tr>
</table>
</div>
</body>
</html>