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