Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 153 → Rev 154

/trunk/squelettes/formulaires/identification.tpl.html
1,4 → 1,5
<p class="zone_alert">Identifiez-vous</p>
<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>
7,7 → 8,7
<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"> Mémoriser mon compte </label>
<label for="persistant" id="label_memoriser"> Mémoriser mon compte </label>
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
</fieldset>
</form>