Subversion Repositories Applications.annuaire

Rev

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

Rev 158 Rev 184
Line 62... Line 62...
62
			$methode = $_POST['m'];
62
			$methode = $_POST['m'];
63
			//unset($_POST['m']);
63
			//unset($_POST['m']);
64
		} else {
64
		} else {
65
				// Gestion des paramêtres définis dans Papyrus
65
				// Gestion des paramêtres définis dans Papyrus
66
			if (isset($GLOBALS['_GEN_commun']['info_application']->m)) {
66
			if (isset($GLOBALS['_GEN_commun']['info_application']->m)) {
-
 
67
				
-
 
68
				if($methode != 'annuaire_afficher_formulaire_oubli_mdp' && $methode != 'annuaire_oubli_mdp') {
67
					       $methode = $GLOBALS['_GEN_commun']['info_application']->m;
69
					       $methode = $GLOBALS['_GEN_commun']['info_application']->m;
-
 
70
				}
68
			}
71
			}
Line 69... Line 72...
69
 
72
 
70
			// Gestion des paramêtres définis dans Papyrus
73
			// Gestion des paramêtres définis dans Papyrus
71
			if (isset($GLOBALS['_GEN_commun']['info_application']->id_annuaire)) {
74
			if (isset($GLOBALS['_GEN_commun']['info_application']->id_annuaire)) {
Line 166... Line 169...
166
				$numero_page = 1;
169
				$numero_page = 1;
167
			}
170
			}
168
			$retour = $controleur->afficherFormulaireRecherche($id);
171
			$retour = $controleur->afficherFormulaireRecherche($id);
169
			$retour .= $controleur->chargerAnnuaireListeInscrits($id, $numero_page, $taille_page);
172
			$retour .= $controleur->chargerAnnuaireListeInscrits($id, $numero_page, $taille_page);
170
			break;
173
			break;
-
 
174
			
-
 
175
		case 'annuaire_afficher_page':
-
 
176
			$id_annuaire = $_GET['id_annuaire'];
-
 
177
			$page = $_GET['page'];
-
 
178
			
-
 
179
			$controleur = new AnnuaireControleur();
-
 
180
			$retour = $controleur->afficherPage($id_annuaire, $GLOBALS['id_utilisateur'], $page);
-
 
181
			break;
Line 171... Line 182...
171
 
182
 
172
		case 'annuaire_fiche_utilisateur_consultation':
183
		case 'annuaire_fiche_utilisateur_consultation':
173
			$identifiant_annuaire = $_GET['id_annuaire'];
184
			$identifiant_annuaire = $_GET['id_annuaire'];
174
			$controleur = new AnnuaireControleur();
185
			$controleur = new AnnuaireControleur();