Rev 54 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<form id="form_connexion" class="form_identification" action="<?=$url_identifiation?>" method="post">
<fieldset>
<legend>Identifiez vous</legend>
<label for="champ_mail">Courriel : </label>
<input type="text" size="12" id="champ_mail" name="champ_mail" maxlength="80" tabindex="1" value="" />
<label for="champ_password">Mot de passe : </label>
<input type="password" size="12" id="champ_password" name="champ_password" maxlength="80" tabindex="2" value="" />
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
<p><a id="lien_inscription" href="/page:inscription">S\'inscrire...</a></p>
</fieldset>
</form>'