Subversion Repositories Applications.framework

Rev

Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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