forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
28
onyx2/tpl/game/destinsrapid.tpl
Normal file
28
onyx2/tpl/game/destinsrapid.tpl
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>Destinations rapides existantes</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom de la planète</th>
|
||||
<th>Coordonnées de la planète</th>
|
||||
<th>Supprimer</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$destins item=destin}
|
||||
<tr>
|
||||
<td>{$destin.1|escape}</td>
|
||||
<td>{$destin.2}</td>
|
||||
<td><a href="?p=destinationsrapides&d={$destin.0}&a={$destin.3}">Supprimer</a></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Ajouter une destination rapide</h2>
|
||||
<form action="?p=destinationsrapides" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="amas">Coordonnées de la planète à ajouter :</label><input class="dest" type="text" id="amas" name="amas" maxlength="2" />:<input class="dest" type="text" id="ss" name="ss" maxlength="2" />:<input class="dest" type="text" id="plan" name="pos" maxlength="2" /><br />
|
||||
<input class="submit" type="submit" value="Ajouter" />
|
||||
</fieldset>
|
||||
</form>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue