HB/templates/humain/batiments.tpl

52 lines
1.5 KiB
Smarty

{ERREUR}
<div class="centre">
<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 />
<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 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>