Subversion Repositories Applications.papyrus

Rev

Rev 1841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1841 Rev 2082
Line 7... Line 7...
7
			</a>
7
			</a>
8
		<?php else : ?>
8
		<?php else : ?>
9
			<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
9
			<?=$chp_personne_prenom; ?>&nbsp;<?=$chp_personne_nom; ?>&nbsp;<?=$chp_structure; ?>
10
		<?php endif; ?>
10
		<?php endif; ?>
11
    </p>
11
    </p>
-
 
12
    
-
 
13
    	<?php $contribuer = GEN_lireContenuMenu($_GEN_commun['pear_db'],ID_MENU_INCLUSION); echo $contribuer->gmc_contenu; ?>
-
 
14
    
12
    <p id="iden_action<?=$id_xhtml;?>">
15
    <p id="iden_action<?=$id_xhtml;?>">
13
        <?php if ($url_page_modif_inscription) : ?>
16
        <?php if ($url_page_modif_inscription) : ?>
14
            <a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
17
            <a id="lien_inscription_modif<?=$id_xhtml;?>" href="<?=$url_page_modif_inscription; ?>">
15
            	<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
18
            	<?=IDEN_LG_INSCRIPTION_URL_MODIF;?>
16
            </a>
19
            </a>
17
        <?php endif; ?>
20
        <?php endif; ?>
18
        <a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
21
        <a id="deconnexion<?=$id_xhtml;?>" href="<?=$url_deconnect;?>"><?=IDEN_LG_DECONNEXION;?></a>
19
    </p>
22
    </p>
-
 
23
    
20
<?php else : ?>
24
<?php else : ?>
21
	<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>" method="post">
25
	<form id="form_connexion<?=$id_xhtml;?>" class="form_identification" action="<?=$url;?>#form_connexion<?=$id_xhtml;?>" method="post">
22
	<?php if ($url_erreur) : ?>
26
	<?php if ($url_erreur) : ?>
23
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
27
		<span class="erreur"><?=IDEN_ECHEC_AUTH;?><a id="lien_inscription<?=$id_xhtml;?>" href="<?=$url_erreur;?>"><?=IDEN_ICI;?></a></span>
24
	<?php endif ;?>
28
	<?php endif ;?>
25
	  <fieldset>
29
	  <fieldset>
26
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
30
	  <legend><?=IDEN_LG_FORM_LEGEND;?></legend>
Line 41... Line 45...
41
	    <?php endif ;?>
45
	    <?php endif ;?>
42
	    <?php if ($url_inscription_aide) : ?>
46
	    <?php if ($url_inscription_aide) : ?>
43
		<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
47
		<a id="inscription_aide<?=$id_xhtml;?>" href="<?=$url_inscription_aide;?>"><?=IDEN_LG_INSCRIPTION_AIDE;?></a>
44
	    <?php endif; ?>
48
	    <?php endif; ?>
45
	  </p>
49
	  </p>
46
	  <?php endif; ?>    
50
	  <?php endif; ?>
47
	  </fieldset>
51
	  </fieldset>
48
	</form>
-
 
49
<?php endif; ?>
-
 
50
52
	</form> 
-
 
53
<?php endif; ?>  
-
 
54
51
55