Version 0.10
This commit is contained in:
parent
73645ccc1f
commit
b9c240c781
246 changed files with 10218 additions and 1598 deletions
22
templates/humain/ressources.tpl
Normal file
22
templates/humain/ressources.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto; width: 500px;">
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue