game/templates/forerunner/laboratoire.tpl

22 lines
1004 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_tec.php?tec={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 technologie -->
<div class="constructionD" onclick="view_info(this,'{technologie.NOME}','{technologie.NEC_METAL}','{technologie.NEC_CRISTAL}','{technologie.NEC_HYDROGENE}','{technologie.TEMPS}','{technologie.DESCRIPTIONE}','{technologie.LIEN}','{technologie.ACT}',false)"><img src="images/technologies/{technologie.IMAGE}" width="130" height="132" alt="{technologie.NOM}" /></div><div class="constructionI"></div>
<!-- END technologie -->
</td></tr>
</tbody>
</table>
</div>
</div>