forked from halo-battle/game
Version 1.14a
This commit is contained in:
parent
ba8f323879
commit
dc48225dc9
1094 changed files with 189052 additions and 13889 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{include file='game/header.tpl'}
|
||||
{if SURFACE == 'planete'}
|
||||
{if $smarty.const.SURFACE == 'planete'}
|
||||
<h2>Politique</h2>
|
||||
<form action="{$menu.gestion}" method="post">
|
||||
<fieldset class="form">
|
||||
|
|
@ -29,28 +29,28 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{$LANG.$race.ressources.noms.metal|ucfirst}</th>
|
||||
<th>{$LANG[$race].ressources.noms.metal|ucfirst}</th>
|
||||
{foreach from=$planetes item=plan}
|
||||
{if $plan.id == $planeteEC.id}{assign var='plan' value=$planeteEC}{/if}
|
||||
<td>{$plan.metal|separerNombres}</td>
|
||||
{/foreach}
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$LANG.$race.ressources.noms.cristal|ucfirst}</th>
|
||||
<th>{$LANG[$race].ressources.noms.cristal|ucfirst}</th>
|
||||
{foreach from=$planetes item=plan}
|
||||
{if $plan.id == $planeteEC.id}{assign var='plan' value=$planeteEC}{/if}
|
||||
<td>{$plan.cristal|separerNombres}</td>
|
||||
{/foreach}
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$LANG.$race.ressources.noms.hydrogene|ucfirst}</th>
|
||||
<th>{$LANG[$race].ressources.noms.hydrogene|ucfirst}</th>
|
||||
{foreach from=$planetes item=plan}
|
||||
{if $plan.id == $planeteEC.id}{assign var='plan' value=$planeteEC}{/if}
|
||||
<td>{$plan.hydrogene|separerNombres}</td>
|
||||
{/foreach}
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$LANG.$race.ressources.noms.energie|ucfirst}</th>
|
||||
<th>{$LANG[$race].ressources.noms.energie|ucfirst}</th>
|
||||
{foreach from=$planetes item=plan}
|
||||
{if $plan.id == $planeteEC.id}{assign var='plan' value=$planeteEC}{/if}
|
||||
<td>{$plan.energie|separerNombres}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue