game/templates/forerunner/ressources.tpl

22 lines
803 B
Smarty

<div class="centre">
<table style="margin-left: auto; margin-right: auto; width: 500px; border: #3C3C3C solid 1px;">
<tr>
<th colspan="2"></th>
<th>Coefficient</th>
<th>{NOM_METAL}</th>
<th>{NOM_CRISTAL}</th>
<th>{NOM_HYDROGENE}</th>
<th>{NOM_ENERGIE}</th>
</tr>
<!-- BEGIN batiment -->
<tr>
<td colspan="2">{batiment.NIVEAU} {batiment.NOM}</td>
<td>{batiment.COEFF}</td>
<td><span style="color: {batiment.CMETAL}">{batiment.PMETAL}</span></td>
<td><span style="color: {batiment.CCRISTAL}">{batiment.PCRISTAL}</span></td>
<td><span style="color: {batiment.CHYDROGENE}">{batiment.PHYDROGENE}</span></td>
<td><span style="color: {batiment.CENERGIE}">{batiment.PENERGIE}</span></td>
</tr>
<!-- END batiment -->
</table>
</div>