Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
39 |
aurelien |
1 |
<form id="form_connexion" class="form_identification" action="<?=$url_identifiation?>" method="post">
|
|
|
2 |
<fieldset>
|
|
|
3 |
<legend>Identifiez vous</legend>
|
|
|
4 |
<label for="champ_mail">Courriel : </label>
|
|
|
5 |
<input type="text" size="12" id="champ_mail" name="champ_mail" maxlength="80" tabindex="1" value="" />
|
|
|
6 |
<label for="champ_password">Mot de passe : </label>
|
|
|
7 |
<input type="password" size="12" id="champ_password" name="champ_password" maxlength="80" tabindex="2" value="" />
|
|
|
8 |
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
|
|
|
9 |
<p><a id="lien_inscription" href="/page:inscription">S\'inscrire...</a></p>
|
|
|
10 |
</fieldset>
|
|
|
11 |
</form>'
|