game/templates/forerunner/batiments.tpl

22 lines
965 B
Smarty

{ERREUR}
<div class="cadre">
<div class="titre_cadre">
<div class="titre"><span class="hightlight">File d'attente</span><br /><br />
<!-- BEGIN file -->
{file.NOM} - {file.RESTANT}<i><a href="annul_bat.php?bat={file.NUM}">Annuler</a></i>{CHAINE}<br />
<!-- END file -->
{FILETXT}
</div>
</div>
<div class="contour">
<table style="margin-left: auto; margin-right: auto; text-align: center; width: 620px;">
<tbody>
<tr><td>
<!-- BEGIN batiment -->
<div class="constructionD" onclick="view_info(this,'{batiment.NOME}','{batiment.NEC_METAL}','{batiment.NEC_CRISTAL}','{batiment.NEC_HYDROGENE}','{batiment.TEMPS}','{batiment.DESCRIPTIONE}','{batiment.LIEN}','{batiment.ACT}',false)"><img src="images/batiments/{batiment.IMAGE}" width="130" height="132" alt="{batiment.NOM}" /></div><div class="constructionI"></div>
<!-- END batiment -->
</td></tr>
</tbody>
</table>
</div>
</div>