Version 1.13a

This commit is contained in:
nemunaire 2020-11-15 16:12:30 +01:00
commit ba8f323879
1634 changed files with 10080 additions and 213021 deletions

View file

@ -18,9 +18,9 @@
</table>
<h2>Ajouter un ami</h2>
<form action="?p=amis" method="post">
<fieldset class="options">
<label for="nom">Nom du joueur</label><input class="text" type="text" id="nom" name="nom" maxlength="32" /><br />
<input class="submit" type="submit" value="Ajouter" />
<fieldset class="form">
<label for="nom">Nom du joueur : <input class="text" type="text" id="nom" name="nom" maxlength="32" /></label><br />
<input class="submit" type="submit" value="Ok" />
</fieldset>
</form>
{include file='game/footer.tpl'}