Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 85 Rev 112
Line 70... Line 70...
70
			}
70
			}
71
		}
71
		}
72
	}
72
	}
Line 73... Line 73...
73
	
73
	
74
	private function chargerZonesUrls(&$zones) {
-
 
75
		$this->url->setVariableRequete('module', 'Recherche');
-
 
76
		$this->url->setVariableRequete('action', 'rechercher');
74
	private function chargerZonesUrls(&$zones) {
77
		$this->url->setVariableRequete('recherche', 'str-d:%s');
-
 
78
		$url = $this->url->getURL();
75
		$url = $this->obtenirUrlRecherche('str-d:%s');
79
		foreach ($zones as $id => &$infos) {
76
		foreach ($zones as $id => &$infos) {
80
			$infos['url'] = sprintf($url, $id);
77
			$infos['url'] = sprintf($url, $id);
81
		}
-
 
82
		$this->url->unsetVariablesRequete(array('module', 'action', 'recherche'));
78
		}
83
	}
79
	}
84
}
80
}
85
?>
81
?>