135 |
|
|
136 |
array_push($links, |
array_push($links, |
137 |
array( |
array( |
138 |
"href" => "../spc/recherchedossier.php", |
"href" => "../app/recherchedossier.php", |
139 |
"class" => "dossier", |
"class" => "dossier", |
140 |
"title" => _("Recherche dossier"), |
"title" => _("Recherche dossier"), |
141 |
"right" => "recherchedossier" |
"right" => "recherchedossier" |
161 |
)); |
)); |
162 |
array_push($links, |
array_push($links, |
163 |
array( |
array( |
164 |
"href" => "../spc/edition_p.php", |
"href" => "../app/edition_p.php", |
165 |
"class" => "edition", |
"class" => "edition", |
166 |
"title" => _("Edition date depot"), |
"title" => _("Edition date depot"), |
167 |
"right" => "edition" |
"right" => "edition" |
169 |
|
|
170 |
array_push($links, |
array_push($links, |
171 |
array( |
array( |
172 |
"href" => "../spc/edition_d.php", |
"href" => "../app/edition_d.php", |
173 |
"class" => "edition", |
"class" => "edition", |
174 |
"title" => _("Edition date decision"), |
"title" => _("Edition date decision"), |
175 |
"right" => "edition" |
"right" => "edition" |
191 |
|
|
192 |
array_push($links, |
array_push($links, |
193 |
array( |
array( |
194 |
"href" => "../spc/export_pc.php", |
"href" => "../app/export_pc.php", |
195 |
"class" => "reqmo", |
"class" => "reqmo", |
196 |
"title" => _("export PC Lascot"), |
"title" => _("export PC Lascot"), |
197 |
"right" => "ecport_pc" |
"right" => "ecport_pc" |
199 |
|
|
200 |
array_push($links, |
array_push($links, |
201 |
array( |
array( |
202 |
"href" => "../spc/export_dp.php", |
"href" => "../app/export_dp.php", |
203 |
"class" => "reqmo", |
"class" => "reqmo", |
204 |
"title" => _("export DP Lascot"), |
"title" => _("export DP Lascot"), |
205 |
"right" => "export_dp" |
"right" => "export_dp" |
207 |
|
|
208 |
array_push($links, |
array_push($links, |
209 |
array( |
array( |
210 |
"href" => "../spc/export_sitadel.php", |
"href" => "../app/export_sitadel.php", |
211 |
"class" => "reqmo", |
"class" => "reqmo", |
212 |
"title" => _("export sitadel"), |
"title" => _("export sitadel"), |
213 |
"right" => "export_sitadel" |
"right" => "export_sitadel" |
214 |
)); |
)); |
215 |
|
|
216 |
|
array_push($links, |
217 |
|
array( |
218 |
|
"href" => "../app/sitadel.php", |
219 |
|
"class" => "reqmo", |
220 |
|
"title" => _("export")._("sitadel")." 2", |
221 |
|
"right" => "export_sitadel" |
222 |
|
)); |
223 |
|
|
224 |
|
|
225 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
226 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
227 |
// }}} |
// }}} |
265 |
|
|
266 |
array_push($links, |
array_push($links, |
267 |
array( |
array( |
268 |
"href" => "../spc/num_dossier.php", |
"href" => "../app/num_dossier.php", |
269 |
"class" => "traitement", |
"class" => "traitement", |
270 |
"title" => _("remise a 0"), |
"title" => _("remise a 0"), |
271 |
"right" => "traitement" |
"right" => "traitement" |
461 |
"title" => _("rivoli"), |
"title" => _("rivoli"), |
462 |
"right" => "rivoli" |
"right" => "rivoli" |
463 |
)); |
)); |
464 |
|
|
465 |
|
// servitudes |
466 |
|
array_push($links, |
467 |
|
array( |
468 |
|
"title" => "<hr/>", |
469 |
|
"right" => array("servitude_tab", "servitude_tab", "servitude_tab") |
470 |
|
)); |
471 |
|
array_push($links, |
472 |
|
array( |
473 |
|
"href" => "../scr/tab.php?obj=servitude_surfacique", |
474 |
|
"class" => "servitude", |
475 |
|
"title" => _("servitude")." "._("surfacique"), |
476 |
|
"right" => "servitude" |
477 |
|
)); |
478 |
|
array_push($links, |
479 |
|
array( |
480 |
|
"href" => "../scr/tab.php?obj=servitude_ligne", |
481 |
|
"class" => "servitude", |
482 |
|
"title" => _("servitude")." "._("ligne"), |
483 |
|
"right" => "servitude" |
484 |
|
)); |
485 |
|
array_push($links, |
486 |
|
array( |
487 |
|
"href" => "../scr/tab.php?obj=servitude_point", |
488 |
|
"class" => "servitude", |
489 |
|
"title" => _("servitude")." "._("point"), |
490 |
|
"right" => "servitude" |
491 |
|
)); |
492 |
|
|
493 |
|
array_push($links, |
494 |
|
array( |
495 |
|
"href" => "../scr/tab.php?obj=parcelle_lot", |
496 |
|
"class" => "parcelle", |
497 |
|
"title" => _("parcelle")." "._("lot"), |
498 |
|
"right" => "parcelle_lot" |
499 |
|
)); |
500 |
|
|
501 |
|
|
502 |
|
array_push($links, |
503 |
|
array( |
504 |
|
"href" => "../scr/tab.php?obj=parametre", |
505 |
|
"class" => "parametre", |
506 |
|
"title" => _("parametre")." "._("statistique"), |
507 |
|
"right" => "parametre" |
508 |
|
)); |
509 |
|
|
510 |
|
|
511 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
512 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |