Subversion Repositories Applications.annuaire

Rev

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

Rev 159 Rev 166
Line 46... Line 46...
46
				
46
				
Line 47... Line 47...
47
		<div class="element_profil">Ville : <span class="valeur_profil"><?=$champs['ville']['amv_valeur_affichage'] ?></span> </div>
47
		<div class="element_profil">Ville : <span class="valeur_profil"><?=$champs['ville']['amv_valeur_affichage'] ?></span> </div>
Line -... Line 48...
-
 
48
				
-
 
49
		<div class="element_profil">Code Postal : <span class="valeur_profil"><?=$champs['code_postal']['amv_valeur_affichage'] ?></span> </div>
48
				
50
 
49
		<div class="element_profil">Code Postal : <span class="valeur_profil"><?=$champs['code_postal']['amv_valeur_affichage'] ?></span> </div>
51
<?php $profil_prive = (isset($champs['profil_prive']) && ($champs['profil_prive']['amv_valeur'] == 1)); ?>
Line 50... Line 52...
50
 
52
 
Line 51... Line 53...
51
<?php if (isset($champs['visibilite_profil']) && ($champs['visibilite_profil']['amv_valeur'] == 1) || ($identification_id === $id_utilisateur || $est_admin)) { ?>								
53
<?php if (!$profil_prive || ($identification_id === $id_utilisateur || $est_admin)) { ?>