forked from halo-battle/game
Update templates
This commit is contained in:
parent
2be9fcd5c3
commit
c8cfbb1d49
10 changed files with 48 additions and 44 deletions
|
|
@ -9,7 +9,8 @@
|
|||
<div class="header">Formulaire d'inscription</div>
|
||||
<div class="corpsi">
|
||||
<form action="{$menu.inscription}" method="post">
|
||||
<span><label for="pseudo">Pseudo :</label> <input class="text" name="HB_pseudo" id="pseudo" type="text" maxlength="16" value="{$smarty.post.HB_pseudo}" />
|
||||
<span><label for="codeact">Code d'activation :</label> <input class="text" name="codeact" id="codeact" type="text" maxlength="16" value="{$smarty.post.codeact}" /><br />
|
||||
<br /><span><label for="pseudo">Pseudo :</label> <input class="text" name="HB_pseudo" id="pseudo" type="text" maxlength="16" value="{$smarty.post.HB_pseudo}" />
|
||||
<br /><label for="mdp">Mot de passe :</label> <input class="text" name="HB_mdp" id="mdp" type="password" maxlength="32" />
|
||||
<br /><label for="conf">Confirmation :</label> <input class="text" name="HB_conf" id="conf" type="password" maxlength="32" />
|
||||
<br /><label for="mail">Adresse électronique :</label> <input class="text" name="HB_mail" id="mail" type="text" value="{$smarty.post.HB_mail}" maxlength="64" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue