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,11 +1,12 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>Navigation</h2>
|
||||
<form action="{$menu.carte}" method="get"><fieldset id="navigation">
|
||||
<input type="hidden" value="carte" name="p" />
|
||||
<label for="amas">Amas : <input type="text" class="text" name="amas" id="amas" value="{$position.0}" /></label>
|
||||
<label for="systeme">Système solaire : <input type="text" class="text" name="systeme" id="systeme" value="{$position.1}" /></label>
|
||||
<input type="hidden" value="carte" name="p" /><input type="submit" class="submit" value="GO" /><br />
|
||||
<a href="{$menu.carte}&galaxie={$position.4}&ss={$position.5}" class="button" title="système solaire précédent">précédent</a>
|
||||
<a href="{$menu.carte}&galaxie={$position.2}&ss={$position.3}" class="button" title="système solaire suivant">suivant</a>
|
||||
<input type="submit" class="submit" value="GO" /><br />
|
||||
<a href="{$menu.carte}&amas={$position.4}&systeme={$position.5}" class="button" title="système solaire précédent">précédent</a>
|
||||
<a href="{$menu.carte}&amas={$position.2}&systeme={$position.3}" class="button" title="système solaire suivant">suivant</a>
|
||||
</fieldset></form>
|
||||
|
||||
<h2>Système Solaire</h2>
|
||||
|
|
@ -20,7 +21,7 @@
|
|||
<th>Nom planète<br />Alliance<br />Joueur</th>
|
||||
<th>Race</th>
|
||||
<th>Gouvernement</th>
|
||||
<th>Débris {$LANG.$race.ressources.noms.metal} | {$LANG.$race.ressources.noms.cristal}</th>
|
||||
<th>Débris {$LANG[$race].ressources.noms.metal} | {$LANG[$race].ressources.noms.cristal}</th>
|
||||
<th>Fonctions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue