Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1607 → Rev 1608

/trunk/papyrus/applettes/identification/squelettes/identification.tpl.html
New file
0,0 → 1,25
<form id="form_connexion" class="form_identification" action="<?=$url;?>" method="post">
<fieldset>
<legend><?=IDEN_LG_FORM_LEGEND;?></legend>
<label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
<label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
 
<input type="submit" id="connexion" name="connexion" tabindex="4" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
<?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
<input type="checkbox" id="persistant" name="persistant" tabindex="3" value="o" />
<label id="persistant_label" for="persistant">Mémoriser mon compte</label>
<?php endif ;?>
<?php if ($url_page_inscription || $url_inscription_aide) : ?>
<p id="inscription_info">
<?php if ($url_page_inscription) : ?>
<a id="lien_inscription" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
<?php endif ;?>
<?php if ($url_inscription_aide) : ?>
<a id="inscription_aide" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a></p>
<?php endif; ?>
</p>
<?php endif; ?>
</fieldset>
</form>