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