HB/templates/ressources.tpl

26 lines
957 B
Smarty

<div style="position: fixed; top: 1px; right: 1px; border: none;">
<table id="ressource">
<tr>
<td rowspan="2" class="xyz"><img src="descriptions/diz/planete/{RES_IMAGE}.jpg" height="50" width="50" alt="Planète actuelle" /></td>
<td rowspan="2" class="xyz">
<form action="ndepart.php" method="post" id="change_planete">
<select size="1" onchange="document.getElementById('change_planete').submit();" name="Pid">
<!-- BEGIN planetes -->
<option value="{planetes.RES_VALUE}"{planetes.RES_MORE}>{planetes.RES_REF}</option>
<!-- END planetes -->
</select>
</form>
</td>
<td class="xyz">{NOM_METAL}</td>
<td class="xyz">{NOM_CRISTAL}</td>
<td class="xyz">{NOM_HYDROGENE}</td>
<td class="xyz">{NOM_ENERGIE}</td>
</tr>
<tr>
<td class="xyz">{RES_METAL}</td>
<td class="xyz">{RES_CRISTAL}</td>
<td class="xyz">{RES_HYDROGENE}</td>
<td class="xyz">{RES_ENERGIE}</td>
</tr>
</table>
</div>