Version 1.14a

This commit is contained in:
nemunaire 2020-11-15 16:12:32 +01:00
commit dc48225dc9
1094 changed files with 189052 additions and 13889 deletions

View file

@ -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>