HB/templates/humain/laboratoire.tpl

50 lines
1.6 KiB
Smarty
Raw Normal View History

2008-11-19 11:00:00 +00:00
{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_tec.php?tec={file.NUM}">Annuler</a></i>{CHAINE}<br />
<!-- END file -->
{FILETXT}
</div>
</td>
</tr>
</table>
<br />
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
<a href="arbre_techno_{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 technologie -->
<tr style="border:none; background: transparent;">
<td class="bla" style="background-image: url(images/technologies/{technologie.IMAGE});"></td>
<td class="blb">
<a href="descriptions.php?tec={technologie.NUM}">{technologie.NOM}</a> {technologie.NIVEAU}
<br /><span class="description">{technologie.DESCRIPTION}</span><br />
Besoin de : {technologie.BESOIN}<br />Temps de construction : {technologie.TEMPS}
</td>
<td class="blc">
{technologie.ACTION}
</td>
</tr>
<!-- END technologie -->
</table>
</td>
</tr>
</table>
</div>