Update templates

This commit is contained in:
nemunaire 2020-11-15 17:23:53 +01:00
commit c8cfbb1d49
10 changed files with 48 additions and 44 deletions

View file

@ -25,4 +25,4 @@
<div class="bannerleft"{if $info.color} style="color: {$info.color};"{/if}>{$info.texte}</div>
{/foreach}
<span id="bannerright">{$LANG.cntRaces|sprintf:$header.count.1:$header.count.0:$header.count.2}</span></div>
<div id="corps">
<div id="corps">

View file

@ -9,7 +9,8 @@
<div class="header">Formulaire d&#39;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 &eacute;lectronique :</label> <input class="text" name="HB_mail" id="mail" type="text" value="{$smarty.post.HB_mail}" maxlength="64" />