HB/templates/batiments.tpl

70 lines
2.5 KiB
Smarty
Raw Normal View History

2007-11-21 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 - B&acirc;timents</title>
</head>
<body>
{HEADER}
{RESSOURCES}<br /><br /><br /><br />{ERREUR}
<div class="centre">
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
<a href="arbre_bat_{RACE}.php">Arbre des technologies</a>
</td>
</tr>
</table>
</div>
<br />
<div class="centre">{PUB}<br />
<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>
<div style="overflow: auto; width: 250px; height: 55px;">
<!-- BEGIN file -->
{file.NOM} - <i><a href="annul_bat.php?bat={file.NUM}">Annuler</a></i>{CHAINE}<br />
<!-- END file -->
{FILETXT}
</div>
</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 batiment -->
<tr style="border:none; background: transparent;">
<td class="bla" style="background-image: url(images/batiments/{batiment.IMAGE});"></td>
<td class="blb">
<a href="descriptions.php?bat={batiment.NUM}">{batiment.NOM}</a> {batiment.NIVEAU}
<br /><span class="description">{batiment.DESCRIPTION}</span><br />
Besoin de : {batiment.BESOIN}<br />Temps de construction : {batiment.TEMPS}
</td>
<td class="blc">
{batiment.ACTION}
</td>
</tr>
<!-- END batiment -->
</table>
</td>
</tr>
</table>
</div>
</body>
</html>