700 |
gduche |
1 |
<?php if ($loggue) : ?>
|
|
|
2 |
<fieldset>
|
|
|
3 |
<h3>Bienvenue</h3>
|
|
|
4 |
<p id="identification_info<?=$id_xhtml;?>">
|
|
|
5 |
<span id="identification_message<?=$id_xhtml;?>"><?=IDEN_LG_MESSAGE;?></span>
|
|
|
6 |
<?php if ($url_page_inscription) : ?>
|
|
|
7 |
<a href="<?=$url_page_inscription;?>" id="voir_inscription<?=$id_xhtml;?>" title="Voir mon inscription">
|
|
|
8 |
<?=$chp_personne_prenom; ?> <?=$chp_personne_nom; ?> <?=$chp_structure; ?>
|
|
|
9 |
</a>
|
|
|
10 |
<?php else : ?>
|
|
|
11 |
<?=$chp_personne_prenom; ?> <?=$chp_personne_nom; ?> <?=$chp_structure; ?>
|
|
|
12 |
<?php endif; ?>
|
|
|
13 |
</p>
|
1023 |
aurelien |
14 |
|
|
|
15 |
<?php $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; ?>
|
|
|
16 |
|
700 |
gduche |
17 |
<p id="iden_action<?=$id_xhtml;?>">
|
|
|
18 |
<?php if ($url_page_modif_inscription) : ?>
|
864 |
gduche |
19 |
<a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
|
700 |
gduche |
20 |
<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
|
|
|
21 |
</a>
|
|
|
22 |
<?php endif; ?>
|
|
|
23 |
<a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
|
|
|
24 |
</p>
|
|
|
25 |
</fieldset>
|
|
|
26 |
<?php else : ?>
|
|
|
27 |
<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>" method="post">
|
|
|
28 |
<fieldset>
|
|
|
29 |
<h3><?=IDEN_LG_FORM_LEGEND;?></h3>
|
|
|
30 |
<?php if ($url_erreur) : ?>
|
|
|
31 |
<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><br /><?=IDEN_ICI;?></a></span>
|
|
|
32 |
<br />
|
|
|
33 |
<?php endif ;?>
|
|
|
34 |
|
|
|
35 |
|
|
|
36 |
<label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
|
|
|
37 |
<input type="text" id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="<?= (4*$compteur+1); ?>" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
|
|
|
38 |
<label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
|
|
|
39 |
<input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="<?= (4*$compteur+2); ?>" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
|
|
|
40 |
|
|
|
41 |
<input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="<?= (4*$compteur+4); ?>" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
|
|
|
42 |
<?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
|
|
|
43 |
<p class="connectvertpetit"><input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
|
|
|
44 |
<label id="persistant_label<?=$id_xhtml;?>" for="persistant">Se souvenir de moi</label></p>
|
|
|
45 |
<?php endif ;?>
|
|
|
46 |
<?php if ($url_page_inscription || $url_inscription_aide) : ?>
|
|
|
47 |
<?php endif; ?>
|
|
|
48 |
<div id="colonneDroite"><br />
|
|
|
49 |
<?php if ($url_page_inscription) : ?>
|
864 |
gduche |
50 |
<a href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
|
700 |
gduche |
51 |
<?php endif ;?>
|
|
|
52 |
<?php if ($url_inscription_aide) : ?>
|
|
|
53 |
<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
|
|
|
54 |
<?php endif; ?>
|
|
|
55 |
|
|
|
56 |
<p class="connectgris">Devenez telabotaniste et partagez votre passion pour le végétal !</p>
|
1101 |
raphael |
57 |
<p> <a id="lien_inscription<?=$id_xhtml;?>" href="/page:inscription?m=f_oubli_mdp"><?=IDEN_ECHEC_AUTH;?></a></p>
|
700 |
gduche |
58 |
|
|
|
59 |
</div>
|
|
|
60 |
</fieldset>
|
|
|
61 |
</form>
|
|
|
62 |
<?php endif; ?>
|