Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2020 → Rev 2021

/trunk/papyrus/applications/admin_administrateur/squelettes/ident_admin.tpl.html
New file
0,0 → 1,11
<p class="zone_alert">Identifiez-vous</p>
<form id="form_connexion" style="clear:both;" class="form_identification" action="<?=$base_url ?>" 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" />
<input type="submit" id="connexion" name="connexion" tabindex="3" value="ok" />
</fieldset>
</form>