Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1649 florian 1
<?php if ($loggue) : ?>
2
	<p id="identification_info">
3
		<span id="identification_message"><?=IDEN_LG_MESSAGE;?></span>
4
		<?php if ($url_page_inscription) : ?>
5
			<a href="<?=$url_page_inscription;?>" id="voir_inscription" title="Voir mon inscription">
6
				<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
7
			</a>
8
		<?php else : ?>
9
			<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
10
		<?php endif; ?>
11
    </p>
12
    <p id="iden_action">
13
        <?php if ($url_page_modif_inscription) : ?>
14
            <a id="lien_inscription_modif" href="<?=$url_page_modif_inscription; ?>">
15
            	<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
16
            </a>
17
        <?php endif; ?>
18
        <a id="deconnexion" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
19
    </p>
20
<?php else : ?>
21
	<form id="form_connexion" class="form_identification" action="<?=$url;?>" method="post">
1727 jp_milcent 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 ;?>
1649 florian 25
	  <fieldset>
26
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
27
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
28
	  <input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
29
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
30
	  <input type="password" id="password" name="password" maxlength="80" tabindex="2" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
31
 
32
	  <input type="submit" id="connexion" name="connexion" tabindex="4" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
33
	  <?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
34
	  <input type="checkbox" id="persistant" name="persistant" tabindex="3" value="o" />
35
	  <label id="persistant_label" for="persistant">Mémoriser mon compte</label>
36
	  <?php endif ;?>
37
	  <?php if ($url_page_inscription || $url_inscription_aide) : ?>
38
	  <p id="inscription_info">
39
	    <?php if ($url_page_inscription) : ?>
40
	    <a id="lien_inscription" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
41
	    <?php endif ;?>
42
	    <?php if ($url_inscription_aide) : ?>
43
		<a id="inscription_aide" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a></p>
44
	    <?php endif; ?>
45
	  </p>
46
	  <?php endif; ?>
47
	  </fieldset>
48
	</form>
49
<?php endif; ?>