428 |
aurelien |
1 |
<p class="zone_alert">
|
|
|
2 |
Bonjour, l'accès à ces informations nécessite d'être inscrit au site</p>
|
|
|
3 |
<form id="form_connexion" style="clear: both;" class="form_identification" action="" method="post">
|
|
|
4 |
<fieldset>
|
|
|
5 |
<legend>Identifiez vous</legend>
|
|
|
6 |
<label for="username">Courriel :</label>
|
|
|
7 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
|
|
|
8 |
<label for="password">Mot de passe : </label>
|
|
|
9 |
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" /><br />
|
|
|
10 |
<input type="checkbox" value="o" tabindex="3" name="persistant" id="persistant" />
|
|
|
11 |
<label for="persistant" id="label_memoriser"> Mémoriser mon compte </label>
|
|
|
12 |
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
|
|
|
13 |
</fieldset>
|
|
|
14 |
</form>
|