HB/templates/Tabressources.tpl

49 lines
1.7 KiB
Smarty
Raw Normal View History

2007-11-13 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 - Ressources</title>
<style TYPE=text/css>
TH {
background-color: #00024A;
border: 1px solid #02058A;
}
</style>
</head>
<body>
{HEADER}
{RESSOURCES}<br /><br /><br />
<br />
<div class="centre">
{PUB}<br />
<table style="margin-left: auto; margin-right: auto; width: 500px;">
<tr>
<th colspan="2"></th>
<th>Coefficient</th>
<th>M<>tal</th>
<th>Cristal</th>
<th>Hydrog<6F>ne</th>
<th>Energie</th>
</tr>
<!-- BEGIN batiment -->
<tr>
<td colspan="2">{batiment.NIVEAU} {batiment.NOM}</td>
<td>{batiment.COEFF}</td>
<td><font color="{batiment.CMETAL}">{batiment.PMETAL}</font></td>
<td><font color="{batiment.CCRISTAL}">{batiment.PCRISTAL}</font></td>
<td><font color="{batiment.CHYDROGENE}">{batiment.PHYDROGENE}</font></td>
<td><font color="{batiment.CENERGIE}">{batiment.PENERGIE}</font></td>
</tr>
<!-- END batiment -->
</table>
</div>
</body>
</html>