Subversion Repositories Sites.tela-botanica.org

Rev

Rev 864 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
9
			</a>
10
		<?php else : ?>
11
			<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
12
		<?php endif; ?>
13
    </p>
14
    <p id="iden_action<?=$id_xhtml;?>">
15
        <?php if ($url_page_modif_inscription) : ?>
16
            <a class="orange" id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
17
            	<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
18
            </a>
19
        <?php endif; ?>
20
        <a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
21
    </p>
22
    </fieldset>
23
<?php else : ?>
24
	<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>" method="post">
25
	<fieldset>
26
	<h3><?=IDEN_LG_FORM_LEGEND;?></h3>
27
	<?php if ($url_erreur) : ?>
28
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><br /><?=IDEN_ICI;?></a></span>
29
		<br />
30
	<?php endif ;?>
31
 
32
 
33
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
34
	  <input type="text"  id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="<?= (4*$compteur+1); ?>" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
35
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
36
	  <input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="<?= (4*$compteur+2); ?>" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
37
 
38
	  <input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="<?= (4*$compteur+4); ?>" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
39
	  <?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
40
	  <p class="connectvertpetit"><input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
41
	  <label id="persistant_label<?=$id_xhtml;?>" for="persistant">Se souvenir de moi</label></p>
42
	  <?php endif ;?>
43
	  <?php if ($url_page_inscription || $url_inscription_aide) : ?>
44
	  <?php endif; ?>
45
	<div id="colonneDroite"><br />
46
		<?php if ($url_page_inscription) : ?>
47
			<a href="<?=$url_page_inscription;?>" class="orange"><?=IDEN_LG_INSCRIPTION_URL;?></a>
48
	    <?php endif ;?>
49
	    <?php if ($url_inscription_aide) : ?>
50
		<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
51
	    <?php endif; ?>
52
 
53
		<p class="connectgris">Devenez telabotaniste et partagez votre passion pour le végétal !</p>
54
		<p> <a class="connectvert" id="lien_inscription<?=$id_xhtml;?>" href="http://www.tela-botanica.org/page:inscription?m=f_oubli_mdp"><?=IDEN_ECHEC_AUTH;?></a></p>
55
 
56
	</div>
57
	</fieldset>
58
	</form>
59
<?php endif; ?>