HB/templates/defenses.tpl

73 lines
2.6 KiB
Smarty

<!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 - D&eacute;fenses</title>
</head>
<body>
{HEADER}
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
<div class="centre">
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
<tr>
<td style="height: 20px;"><b>File d'attente</b></td>
</tr>
<tr>
<td style="height: 20px;"><b>Prochaine d&eacute;fense :</b> <span id="axion"></span>{RESTE}</td>
</tr>
<tr>
<td>
<div style="overflow: auto; width: 250px; height: 55px;">
<!-- BEGIN file -->
{file.NOM} - <i><a href="annul_def.php?vai={file.NUM}&depart={file.I}">Annuler</a></i>{CHAINE}<br />
<!-- END file -->
{FILETXT}
</div>
</td>
</tr>
</table>
</div>
<br />
<div class="centre">
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
<a href="arbre_vehicules_{RACE}.php">Arbre des technologies</a>
</td>
</tr>
</table>
</div>
<br class="a" />
<div class="centre">
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td style="border:none; background: transparent;">
<table style="border:none; background: transparent; width: 679px;" cellspacing="3">
<!-- BEGIN defense -->
<tr style="border:none; background: transparent;">
<td class="bla" style="background-image: url(images/terrestre/{defense.IMAGE});"></td>
<td class="blb">
<a href="descriptions.php?def={defense.NUM}">{defense.NOM}</a> {defense.NIVEAU}
<br /><span class="description">{defense.DESCRIPTION}</span><br />
Besoin de : {defense.BESOIN}<br />Temps de construction : {defense.TEMPS}
</td>
<td class="blc">
{defense.ACTION}
</td>
</tr>
<!-- END defense -->
</table>
</td>
</tr>
</table>
</div>
</body>
</html>