Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 208 → Rev 209

/tags/v1.1-andromede/squelettes/formulaires/identification.tpl.html
New file
0,0 → 1,14
<p class="zone_alert">
Bonjour, l'accès à ces informations nécessite d'être inscrit au site</p>
<form id="form_connexion" style="clear: both;" class="form_identification" action="" method="post">
<fieldset>
<legend>Identifiez vous</legend>
<label for="username">Courriel :</label>
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
<label for="password">Mot de passe : </label>
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" /><br />
<input type="checkbox" value="o" tabindex="3" name="persistant" id="persistant" />
<label for="persistant" id="label_memoriser"> Mémoriser mon compte </label>
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
</fieldset>
</form>