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
|
|
@ -25,7 +25,7 @@
|
|||
{/if}
|
||||
</tbody>
|
||||
</table>
|
||||
{if $flottesEP}
|
||||
{if $flottesEP && $planete->options& 32}
|
||||
<h2>Flottes en préparation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
{foreach from=$planete->vaisseaux key=key item=vaisseau}
|
||||
{if $vaisseau > 0}
|
||||
<tr>
|
||||
<td>{if $vaisseau > 1}{$LANG.$race.vaisseaux.noms_pluriel[$key]|ucfirst}{else}{$LANG.$race.vaisseaux.noms_sing[$key]|ucfirst}{/if}</td>
|
||||
<td>{if $vaisseau > 1}{$LANG[$race].vaisseaux.noms_pluriel[$key]|ucfirst}{else}{$LANG[$race].vaisseaux.noms_sing[$key]|ucfirst}{/if}</td>
|
||||
<td>{$vaisseau|separerNombres}<span id="v_{$key}" style="display: none;">{$vaisseau}</span></td>
|
||||
<td><input class="button" type="button" value="Max" onclick="max('{$key}')" /></td>
|
||||
<td><input class="text" type="text" name="v{$key}" value="0" /></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue