Line 1... |
Line 1... |
1 |
<p class="zone_alert">Identifiez-vous</p>
|
1 |
<p class="zone_alert">Identifiez-vous</p>
|
2 |
<form id="form_connexion" style="clear:both;" class="form_identification" action="<?=$base_url ?>" method="post">
|
2 |
<form id="form_connexion" style="clear:both;" class="form_identification" action="<?=$base_url ?>" method="post">
|
3 |
<fieldset>
|
3 |
<fieldset>
|
4 |
<legend>Identifiez vous</legend>
|
4 |
<legend>Identifiez vous</legend>
|
5 |
<label for="username">Courriel : </label>
|
5 |
<label for="username">Courriel : </label>
|
6 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
|
6 |
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
|
7 |
<label for="password">Mot de passe : </label>
|
7 |
<label for="password">Mot de passe : </label>
|
8 |
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
|
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" />
|
9 |
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
|
10 |
</fieldset>
|
10 |
</fieldset>
|
11 |
</form>
|
11 |
</form>
|
12 |
|
12 |
|