forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
|
|
@ -6,9 +6,15 @@
|
|||
<div><table><thead>
|
||||
<tr><th>Batiments (niveau)</th><th>Technologies nécessaires (niveau actuel)</th></tr>
|
||||
</thead><tbody>
|
||||
{if SURFACE == "planete"}
|
||||
{foreach from=$batiments key=key item=batiment}
|
||||
<tr><td><a href="?p=description&b={$key}&r={$raceAff}#menu">{$LANG.$raceAff.batiments.noms_sing.$key|ucfirst}</a> ({$batiment.niveau}) :</td><td>{$batiment.etat}</td></tr>
|
||||
{/foreach}
|
||||
{else}
|
||||
{foreach from=$batiments key=key item=batiment}
|
||||
<tr><td><a href="?p=description&a={$key}&r={$raceAff}#menu">{$LANG.$raceAff.alli_batiments.noms_sing.$key|ucfirst}</a> ({$batiment.niveau}) :</td><td>{$batiment.etat}</td></tr>
|
||||
{/foreach}
|
||||
{/if}
|
||||
</tbody></table></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue