Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
5 |
aurelien |
1 |
<p class="zone_alert">Identifiez-vous</p>
|
80 |
jpm |
2 |
<form id="form_connexion" style="clear: both;" class="form_identification" action="<?=$base_url ?>" method="post">
|
|
|
3 |
<fieldset>
|
|
|
4 |
<legend>Identifiez vous</legend>
|
|
|
5 |
<label for="username">Courriel :</label>
|
|
|
6 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
|
|
|
7 |
<label for="password">Mot de passe : </label>
|
|
|
8 |
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
|
|
|
9 |
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
|
|
|
10 |
</fieldset>
|
5 |
aurelien |
11 |
</form>
|