55 |
*/ |
*/ |
56 |
// ======================================================================== |
// ======================================================================== |
57 |
|
|
|
/* |
|
|
array_push($links, |
|
|
array( |
|
|
"href" => "../scr/tab.php?obj=dossier", |
|
|
"class" => "dossier", |
|
|
"title" => _("dossier"), |
|
|
"right" => "dossier" |
|
|
)); |
|
|
*/ |
|
58 |
|
|
59 |
array_push($links, |
array_push($links, |
60 |
array( |
array( |
127 |
"title" => _("PA - accueil"), |
"title" => _("PA - accueil"), |
128 |
"right" => "dossier" |
"right" => "dossier" |
129 |
)); |
)); |
130 |
|
array_push($links, |
131 |
|
array( |
132 |
|
"title" => "<hr/>", |
133 |
|
"right" => array("gen"), |
134 |
|
)); |
135 |
|
|
136 |
|
array_push($links, |
137 |
|
array( |
138 |
|
"href" => "../app/recherchedossier.php", |
139 |
|
"class" => "dossier", |
140 |
|
"title" => _("Recherche dossier"), |
141 |
|
"right" => "recherchedossier" |
142 |
|
)); |
143 |
|
|
144 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
145 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
161 |
)); |
)); |
162 |
array_push($links, |
array_push($links, |
163 |
array( |
array( |
164 |
"href" => "../trt/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" => "../trt/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" => "../trt/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" => "../trt/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" => "../trt/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" |
256 |
|
|
257 |
array_push($links, |
array_push($links, |
258 |
array( |
array( |
259 |
"href" => "../trt/num_dossier.php", |
"href" => "../app/num_dossier.php", |
260 |
"class" => "traitement", |
"class" => "traitement", |
261 |
"title" => _("remise a 0"), |
"title" => _("remise a 0"), |
262 |
"right" => "traitement" |
"right" => "traitement" |
452 |
"title" => _("rivoli"), |
"title" => _("rivoli"), |
453 |
"right" => "rivoli" |
"right" => "rivoli" |
454 |
)); |
)); |
455 |
|
|
456 |
|
// servitudes |
457 |
|
array_push($links, |
458 |
|
array( |
459 |
|
"title" => "<hr/>", |
460 |
|
"right" => array("servitude_tab", "servitude_tab", "servitude_tab") |
461 |
|
)); |
462 |
|
array_push($links, |
463 |
|
array( |
464 |
|
"href" => "../scr/tab.php?obj=servitude_surfacique", |
465 |
|
"class" => "servitude", |
466 |
|
"title" => _("servitude")." "._("surfacique"), |
467 |
|
"right" => "servitude" |
468 |
|
)); |
469 |
|
array_push($links, |
470 |
|
array( |
471 |
|
"href" => "../scr/tab.php?obj=servitude_ligne", |
472 |
|
"class" => "servitude", |
473 |
|
"title" => _("servitude")." "._("ligne"), |
474 |
|
"right" => "servitude" |
475 |
|
)); |
476 |
|
array_push($links, |
477 |
|
array( |
478 |
|
"href" => "../scr/tab.php?obj=servitude_point", |
479 |
|
"class" => "servitude", |
480 |
|
"title" => _("servitude")." "._("point"), |
481 |
|
"right" => "servitude" |
482 |
|
)); |
483 |
|
|
484 |
|
array_push($links, |
485 |
|
array( |
486 |
|
"href" => "../scr/tab.php?obj=parcelle_lot", |
487 |
|
"class" => "parcelle", |
488 |
|
"title" => _("parcelle")." "._("lot"), |
489 |
|
"right" => "parcelle_lot" |
490 |
|
)); |
491 |
|
|
492 |
|
|
493 |
|
array_push($links, |
494 |
|
array( |
495 |
|
"href" => "../scr/tab.php?obj=parametre", |
496 |
|
"class" => "parametre", |
497 |
|
"title" => _("parametre")." "._("statistique"), |
498 |
|
"right" => "parametre" |
499 |
|
)); |
500 |
|
|
501 |
|
|
502 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
503 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
618 |
array_push($links, |
array_push($links, |
619 |
array( |
array( |
620 |
"title" => _("Generateur"), |
"title" => _("Generateur"), |
621 |
"href" => "../gen/gen.php", |
"href" => "../scr/gen.php", |
622 |
"class" => "generator", |
"class" => "generator", |
623 |
"right" => "gen", |
"right" => "gen", |
624 |
)); |
)); |