Subversion Repositories Applications.papyrus

Rev

Rev 2082 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2082 Rev 2095
Line 1... Line -...
1
<?php if ($loggue) : ?>
-
 
2
	<p id="identification_info<?=$id_xhtml;?>">
-
 
3
		<span id="identification_message<?=$id_xhtml;?>"><?=IDEN_LG_MESSAGE;?></span>
-
 
4
		<?php if ($url_page_inscription) : ?>
-
 
5
			<a href="<?=$url_page_inscription;?>" id="voir_inscription<?=$id_xhtml;?>" 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
    
-
 
13
    	<?php $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; ?>
-
 
14
    
-
 
15
    <p id="iden_action<?=$id_xhtml;?>">
-
 
16
        <?php if ($url_page_modif_inscription) : ?>
-
 
17
            <a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
-
 
18
            	<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
-
 
19
            </a>
-
 
20
        <?php endif; ?>
-
 
21
        <a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
-
 
22
    </p>
-
 
23
    
-
 
24
<?php else : ?>
-
 
25
	<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>#form_connexion<?=$id_xhtml;?>" method="post">
-
 
26
	<?php if ($url_erreur) : ?>
-
 
27
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
-
 
28
	<?php endif ;?>
-
 
29
	  <fieldset>
-
 
30
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
-
 
31
	  <label for="username"><?=IDEN_LG_FORM_LABEL_COURRIEL;?></label>
-
 
32
	  <input type="text"  id="username<?=$id_xhtml;?>" name="username" maxlength="80" tabindex="<?= (4*$compteur+1); ?>" value="<?=IDEN_LG_FORM_VALUE_COURRIEL;?>" />
-
 
33
	  <label for="password"><?=IDEN_LG_FORM_LABEL_MDP;?></label>
-
 
34
	  <input type="password" id="password<?=$id_xhtml;?>" name="password" maxlength="80" tabindex="<?= (4*$compteur+2); ?>" value="<?=IDEN_LG_FORM_VALUE_MDP;?>" />
-
 
35
	
-
 
36
	  <input type="submit" id="connexion<?=$id_xhtml;?>" name="connexion" tabindex="<?= (4*$compteur+4); ?>" value="<?=IDEN_LG_FORM_VALUE_SUBMIT;?>" />
-
 
37
	  <?php if (IDEN_AUTH_SESSION_DUREE != 0) : ?>
-
 
38
	  <input type="checkbox" id="persistant<?=$id_xhtml;?>" name="persistant" tabindex="<?= (4*$compteur+3); ?>" value="o" />
-
 
39
	  <label id="persistant_label<?=$id_xhtml;?>" for="persistant">Mémoriser mon compte</label>
-
 
40
	  <?php endif ;?>
-
 
41
	  <?php if ($url_page_inscription || $url_inscription_aide) : ?>
-
 
42
	  <p id="inscription_info<?=$id_xhtml;?>">
-
 
43
	    <?php if ($url_page_inscription) : ?>
-
 
44
	    <a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
-
 
45
	    <?php endif ;?>
-
 
46
	    <?php if ($url_inscription_aide) : ?>
-
 
47
		<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
-
 
48
	    <?php endif; ?>
-
 
49
	  </p>
-
 
50
	  <?php endif; ?>
-
 
51
	  </fieldset>
-
 
52
	</form> 
-
 
53
<?php endif; ?>  
-
 
54
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
 
-
 
15
    <?php if(function_exists('GEN_lireContenuMenu')) { $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; } ?>
-
 
16
 
-
 
17
    <p id="iden_action<?=$id_xhtml;?>">
-
 
18
        <?php if ($url_page_modif_inscription) : ?>
-
 
19
            <a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
-
 
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;?>#form_connexion<?=$id_xhtml;?>" method="post">
-
 
28
	<fieldset <?php if ($url_erreur) { echo 'class="erreur_connexion"'; }  ?> >
-
 
29
	<h3><?=IDEN_LG_FORM_LEGEND;?></h3>
-
 
30
	<?php if ($url_erreur) : ?>
-
 
31
		<div class="erreur"><?php echo IDEN_LOG_MDP_NOK ?></div>
-
 
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) : ?>
-
 
50
			<a href="<?=$url_page_inscription;?>"><?=IDEN_LG_INSCRIPTION_URL;?></a>
-
 
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>
-
 
57
		<p> <a id="lien_inscription<?=$id_xhtml;?>" href="http://www.tela-botanica.org/page:inscription?m=f_oubli_mdp"><?=IDEN_ECHEC_AUTH;?></a></p>
-
 
58
		
-
 
59
	</div>
-
 
60
	</fieldset>
-
 
61
	</form>
-
 
62
<?php endif; ?>
-
 
63