Subversion Repositories Applications.papyrus

Rev

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

Rev 1688 Rev 1727
Line 17... Line 17...
17
        <?php endif; ?>
17
        <?php endif; ?>
18
        <a id="deconnexion" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
18
        <a id="deconnexion" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
19
    </p>
19
    </p>
20
<?php else : ?>
20
<?php else : ?>
21
	<form id="form_connexion" class="form_identification" action="<?=$url;?>" method="post">
21
	<form id="form_connexion" class="form_identification" action="<?=$url;?>" method="post">
-
 
22
	<?php if ($url_erreur) : ?>
-
 
23
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
-
 
24
	<?php endif ;?>
22
	  <fieldset>
25
	  <fieldset>
23
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
26
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
24
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
27
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
25
	  <input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
28
	  <input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
26
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
29
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>