| Line 170... |
Line 170... |
| 170 |
$donnees_total = $this->collectionDao->getNbreParIdStructure($id_structure);
|
170 |
$donnees_total = $this->collectionDao->getNbreParIdStructure($id_structure);
|
| Line 171... |
Line 171... |
| 171 |
|
171 |
|
| 172 |
// Gestion du fragmenteur
|
172 |
// Gestion du fragmenteur
|
| 173 |
$urlFiche = $this->obtenirObjetUrlFicheStructure($id_structure);
|
173 |
$urlFiche = $this->obtenirObjetUrlFicheStructure($id_structure);
|
| 174 |
$options = array(
|
174 |
$options = array(
|
| - |
|
175 |
'url' => $urlFiche,
|
| 175 |
'url' => $urlFiche,
|
176 |
'url_var' => Config::get('parametre_url_page'),
|
| 176 |
'donnees_total' => $donnees_total,
|
177 |
'donnees_total' => $donnees_total,
|
| 177 |
'donnees_par_page' => Config::get('resultat_par_page_defaut'),
|
178 |
'donnees_par_page' => Config::get('resultat_par_page_defaut'),
|
| 178 |
'donnees_par_page_choix' => Config::get('resultat_par_page_choix'),
|
179 |
'donnees_par_page_choix' => Config::get('resultat_par_page_choix'),
|
| 179 |
);
|
180 |
);
|
| Line 200... |
Line 201... |
| 200 |
$donnees_total = $this->structureDao->getNbrePersonnel($id_structure);
|
201 |
$donnees_total = $this->structureDao->getNbrePersonnel($id_structure);
|
| Line 201... |
Line 202... |
| 201 |
|
202 |
|
| 202 |
// Gestion du fragmenteur
|
203 |
// Gestion du fragmenteur
|
| 203 |
$urlFiche = $this->obtenirObjetUrlFicheStructure($id_structure);
|
204 |
$urlFiche = $this->obtenirObjetUrlFicheStructure($id_structure);
|
| 204 |
$options = array(
|
205 |
$options = array(
|
| - |
|
206 |
'url' => $urlFiche,
|
| 205 |
'url' => $urlFiche,
|
207 |
'url_var' => Config::get('parametre_url_page'),
|
| 206 |
'donnees_total' => $donnees_total,
|
208 |
'donnees_total' => $donnees_total,
|
| 207 |
'donnees_par_page' => Config::get('resultat_par_page_defaut'),
|
209 |
'donnees_par_page' => Config::get('resultat_par_page_defaut'),
|
| 208 |
'donnees_par_page_choix' => Config::get('resultat_par_page_choix'),
|
210 |
'donnees_par_page_choix' => Config::get('resultat_par_page_choix'),
|
| 209 |
);
|
211 |
);
|