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>
|
2082 |
aurelien |
12 |
|
|
|
13 |
<?php $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; ?>
|
|
|
14 |
|
1830 |
jp_milcent |
15 |
<p id="iden_action<?=$id_xhtml;?>">
|
1649 |
florian |
16 |
<?php if ($url_page_modif_inscription) : ?>
|
1830 |
jp_milcent |
17 |
<a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
|
1649 |
florian |
18 |
<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
|
|
|
19 |
</a>
|
|
|
20 |
<?php endif; ?>
|
1830 |
jp_milcent |
21 |
<a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
|
1649 |
florian |
22 |
</p>
|
2082 |
aurelien |
23 |
|
1649 |
florian |
24 |
<?php else : ?>
|
2082 |
aurelien |
25 |
<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>#form_connexion<?=$id_xhtml;?>" method="post">
|
1728 |
jp_milcent |
26 |
<?php if ($url_erreur) : ?>
|
1830 |
jp_milcent |
27 |
<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
|
1728 |
jp_milcent |
28 |
<?php endif ;?>
|
1649 |
florian |
29 |
<fieldset>
|
|
|
30 |
<legend><?=IDEN_LG_FORM_LEGEND;?></legend>
|
|
|
31 |
<label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
|
1841 |
alexandre_ |
32 |
<input type="text" id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="<?= (4*$compteur+1); ?>" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
|
1649 |
florian |
33 |
<label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
|
1841 |
alexandre_ |
34 |
<input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="<?= (4*$compteur+2); ?>" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
|
1649 |
florian |
35 |
|
1841 |
alexandre_ |
36 |
<input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="<?= (4*$compteur+4); ?>" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
|
1649 |
florian |
37 |
<?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
|
1841 |
alexandre_ |
38 |
<input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
|
1830 |
jp_milcent |
39 |
<label id="persistant_label<?=$id_xhtml;?>" for="persistant">Mémoriser mon compte</label>
|
1649 |
florian |
40 |
<?php endif ;?>
|
|
|
41 |
<?php if ($url_page_inscription || $url_inscription_aide) : ?>
|
1830 |
jp_milcent |
42 |
<p id="inscription_info<?=$id_xhtml;?>">
|
1649 |
florian |
43 |
<?php if ($url_page_inscription) : ?>
|
1830 |
jp_milcent |
44 |
<a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
|
1649 |
florian |
45 |
<?php endif ;?>
|
|
|
46 |
<?php if ($url_inscription_aide) : ?>
|
1830 |
jp_milcent |
47 |
<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
|
1649 |
florian |
48 |
<?php endif; ?>
|
|
|
49 |
</p>
|
2082 |
aurelien |
50 |
<?php endif; ?>
|
1649 |
florian |
51 |
</fieldset>
|
2082 |
aurelien |
52 |
</form>
|
|
|
53 |
<?php endif; ?>
|