Subversion Repositories Applications.papyrus

Rev

Rev 1830 | Rev 2082 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1841
Line 23... Line 23...
23
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
23
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
24
	<?php endif ;?>
24
	<?php endif ;?>
25
	  <fieldset>
25
	  <fieldset>
26
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
26
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
27
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
27
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
28
	  <input type="text"  id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
28
	  <input type="text"  id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="<?= (4*$compteur+1); ?>" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
29
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
29
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
30
	  <input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="2" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
30
	  <input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="<?= (4*$compteur+2); ?>" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
Line 31... Line 31...
31
	
31
	
32
	  <input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="4" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
32
	  <input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="<?= (4*$compteur+4); ?>" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
33
	  <?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
33
	  <?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
34
	  <input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="3" value="o" />
34
	  <input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
35
	  <label id="persistant_label<?=$id_xhtml;?>" for="persistant">Mémoriser mon compte</label>
35
	  <label id="persistant_label<?=$id_xhtml;?>" for="persistant">Mémoriser mon compte</label>
36
	  <?php endif ;?>
36
	  <?php endif ;?>
37
	  <?php if ($url_page_inscription || $url_inscription_aide) : ?>
37
	  <?php if ($url_page_inscription || $url_inscription_aide) : ?>
38
	  <p id="inscription_info<?=$id_xhtml;?>">
38
	  <p id="inscription_info<?=$id_xhtml;?>">