/[openfoncier]/branches/3.14.x/dyn/menu.inc.php
ViewVC logotype

Diff of /branches/3.14.x/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 859 by vpihour, Wed Nov 28 16:17:06 2012 UTC revision 2139 by softime, Wed Aug 7 17:35:12 2013 UTC
# Line 13  $menu = array(); Line 13  $menu = array();
13  // {{{ Rubrique AUTORISATION  // {{{ Rubrique AUTORISATION
14  //  //
15  $rubrik = array(  $rubrik = array(
16      "title" => _("autorisation"),      "title" => _("Autorisation"),
17      "class" => "autorisation",      "class" => "autorisation",
18      "right" => "menu_autorisation",      "right" => "menu_autorisation",
19  );  );
20  //  //
21  $links = array();  $links = array();
22    
23    $links[] = array(
24        "href" => "../scr/tab.php?obj=dossier_autorisation",
25        "class" => "dossier_autorisation",
26        "title" => _("Dossiers d'autorisation"),
27        "right" => array("dossier_autorisation", "dossier_autorisation_tab", ),
28        "open" => array("tab.php|dossier_autorisation", "dossier_autorisation.php|", ),
29    );
30    
31    // Lien vers les dossiers d'autorisations qui ont une demande d'avis
32    $links[] = array(
33        "href" => "../scr/tab.php?obj=dossier_autorisation_avis",
34        "class" => "dossier_autorisation",
35        "title" => _("Dossiers d'autorisation"),
36        "right" => array("dossier_autorisation_avis", "dossier_autorisation_avis_tab", ),
37        "open" => array("tab.php|dossier_autorisation_avis", "dossier_autorisation_avis.php|", ),
38    );
39    
40  //  //
41  $rubrik['links'] = $links;  $rubrik['links'] = $links;
42  //  //
# Line 36  $rubrik = array( Line 54  $rubrik = array(
54  $links = array();  $links = array();
55  //  //
56  $links[] = array(  $links[] = array(
57        "href" => "../scr/dashboard.php",
58        "class" => "tableau-de-bord",
59        "title" => _("tableau de bord"),
60        "open" => array("dashboard.php|",),
61    );
62    //
63    $links[] = array(
64      "class" => "category",      "class" => "category",
65      "title" => _("demandes"),      "title" => _("nouvelle demande"),
66      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",      "right" => array(
67                       "demande_dossier_existant","demande_dossier_existant_tab",),          "demande_nouveau_dossier_ajouter",
68            "demande_dossier_existant_ajouter", "demande_dossier_existant_tab",
69            "demande_consulter","demande_tab",
70        ),
71  );  );
72  $links[] = array(  $links[] = array(
73      "title" => "<hr/>",      "title" => "<hr/>",
74      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",      "right" => array(
75                       "demande_dossier_existant","demande_dossier_existant_tab",),          "demande_nouveau_dossier_ajouter",
76            "demande_dossier_existant_ajouter", "demande_dossier_existant_tab",
77        ),
78  );  );
79  $links[] = array(  $links[] = array(
80      "href" => "../scr/form.php?obj=demande&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",      "href" => "../scr/form.php?obj=demande_nouveau_dossier&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",
81      "class" => "demande",      "class" => "nouveau-dossier",
82      "title" => _("nouveau dossier"),      "title" => _("nouveau dossier"),
83      "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),      "right" => array(
84      "open" => array("form.php|demande"),          "demande_nouveau_dossier_ajouter",
85        ),
86        "open" => array("form.php|demande_nouveau_dossier",),
87  );  );
88  $links[] = array(  $links[] = array(
89      "href" => "../scr/tab.php?obj=dossier_autorisation",      "href" => "../scr/tab.php?obj=demande_dossier_existant",
90      "class" => "demande_dossier_existant",      "class" => "dossier-existant",
91      "title" => _("dossier existant"),      "title" => _("dossier existant"),
92      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),      "right" => array(
93      "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation"),          "demande_dossier_existant_ajouter","demande_dossier_existant_tab",
94        ),
95        "open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant"),
96  );  );
 //  
97  $links[] = array(  $links[] = array(
98      "class" => "category",      "title" => "<hr/>",
99      "title" => _("Affichage des dossiers"),      "right" => array(
100      "right" => array("edition_m","attestation_affichage",),          "demande_consulter", "demande_tab"
101        ),
102  );  );
103  $links[] = array(  $links[] = array(
104      "title" => "<hr/>",      "href" => "../scr/tab.php?obj=demande",
105      "right" => array("edition", "attestation_affichage"),      "class" => "pdf",
106        "title" => _("recepisse"),
107        "right" => array(
108            "demande_consulter", "demande_tab"
109        ),
110        "open" => array("tab.php|demande","form.php|demande"),
111  );  );
112  $links[] = array(  $links[] = array(
113      "href" => "../app/edition_m.php",      "title" => "<hr/>",
114      "class" => "edition",      "right" => array(
115      "title" => _("edition"),          "petitionnaire_frequent_consulter", "petitionnaire_frequent_tab"
116      "right" => "edition_m",      ),
     "open" => "edition_m.php|",  
117  );  );
118  $links[] = array(  $links[] = array(
119      "href" => "../app/attestation_affichage.php",      "href" => "../scr/tab.php?obj=petitionnaire_frequent",
120      "class" => "attestation_affichage",      "class" => "petitionnaire_frequent",
121      "title" => _("attestation d'affichage"),      "title" => _("petitionnaire_frequent"),
122      "right" => "attestation_affichage",      "right" => array(
123      "open" => "attestation_affichage.php|",          "petitionnaire_frequent_consulter", "petitionnaire_frequent_tab"
124        ),
125        "open" => array("tab.php|petitionnaire_frequent","form.php|petitionnaire_frequent"),
126  );  );
127  //  //
128  /*$links[] = array(  $links[] = array(
129      "class" => "category",      "class" => "category",
130      "title" => _("Qualification"),      "title" => _("affichage reglementaire"),
131      "right" => array("qualification"),      "right" => array(
132            "affichage_reglementaire_registre",
133            "affichage_reglementaire_attestation",
134        ),
135  );  );
136  $links[] = array(  $links[] = array(
137      "title" => "<hr/>",      "title" => "<hr/>",
138      "right" => array("qualification"),      "right" => array(
139            "affichage_reglementaire_registre",
140            "affichage_reglementaire_attestation",
141        ),
142    );
143    $links[] = array(
144        "href" => "../app/affichage_reglementaire_registre.php",
145        "class" => "edition",
146        "title" => _("registre"),
147        "right" => array(
148            "affichage_reglementaire_registre",
149        ),
150        "open" => "affichage_reglementaire_registre.php|",
151  );  );
152  $links[] = array(  $links[] = array(
153      "href" => "../scr/tab.php?obj=dossier",      "href" => "../app/affichage_reglementaire_attestation.php",
154      "class" => "qualification",      "class" => "edition",
155      "title" => _("A Qualifier"),      "title" => _("attestation"),
156      "right" => array("qualification", "qualification_tab", ),      "right" => array(
157      "open" => array("tab.php|qualification", "form.php|qualification", ),          "affichage_reglementaire_attestation",
158  );*/      ),
159        "open" => "affichage_reglementaire_attestation.php|",
160    );
161  //  //
162  $rubrik['links'] = $links;  $rubrik['links'] = $links;
163  //  //
# Line 116  $rubrik = array( Line 173  $rubrik = array(
173  );  );
174  //  //
175  $links = array();  $links = array();
176    //
177    $links[] = array(
178        "href" => "../scr/dashboard.php",
179        "class" => "tableau-de-bord",
180        "title" => _("tableau de bord"),
181        "open" => array("dashboard.php|",),
182    );
183  // Catégorie DOSSIERS D'INSTRUCTION  // Catégorie DOSSIERS D'INSTRUCTION
184  $links[] = array(  $links[] = array(
185      "class" => "category",      "class" => "category",
# Line 179  $links[] = array( Line 243  $links[] = array(
243  //  //
244  $links[] = array(  $links[] = array(
245      "title" => "<hr/>",      "title" => "<hr/>",
     "right" => array("PC_modificatif", "PC_modificatif_tab", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=PC_modificatif",  
     "class" => "traitement",  
     "title" => _("modificatif transfert"),  
     "right" => array("PC_modificatif", "PC_modificatif_tab", ),  
     "open" => array("|PC_modificatif", "dossier_modificatif.php|", ),  
 );  
 //  
 $links[] = array(  
     "title" => "<hr/>",  
246      "right" => array(      "right" => array(
247          "dossier_instruction", "dossier_instruction_tab",          "dossier_instruction", "dossier_instruction_tab",
248      ),      ),
# Line 199  $links[] = array( Line 250  $links[] = array(
250  //  //
251  $links[] = array(  $links[] = array(
252      "href" => "../scr/tab.php?obj=dossier_instruction",      "href" => "../scr/tab.php?obj=dossier_instruction",
253      "class" => "dossier_instruction",      "class" => "dossier_instruction_recherche",
254      "title" => _("recherche"),      "title" => _("recherche"),
255      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
256      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
257  );  );
258    
259    // Catégorier Qualification
260    $links[] = array(
261        "class" => "category",
262        "title" => _("qualification"),
263        "right" => array("dossier_qualifier", "architecte_frequent",),
264    );
265    //
266    $links[] = array(
267        "title" => "<hr/>",
268        "right" => array("dossier_qualifier", "architecte_frequent", ),
269    );
270    //
271    $links[] = array(
272        "href" => "../scr/tab.php?obj=dossier_qualifier",
273        "class" => "dossier_qualifier",
274        "title" => _("dossiers a qualifier"),
275        "right" => array("dossier_qualifier", "dossier_qualifier_tab", ),
276        "open" => array("tab.php|dossier_qualifier", "form.php|dossier_qualifier", ),
277    );
278    //
279    $links[] = array(
280        "href" => "../scr/tab.php?obj=architecte_frequent",
281        "class" => "architecte_frequent",
282        "title" => _("architecte_frequent"),
283        "right" => array("architecte_frequent", "architecte_frequent_tab", ),
284        "open" => array("tab.php|architecte_frequent", "form.php|architecte_frequent", ),
285    );
286  // Catégorie CONSULTATIONS  // Catégorie CONSULTATIONS
287  $links[] = array(  $links[] = array(
288      "class" => "category",      "class" => "category",
# Line 233  $links[] = array( Line 312  $links[] = array(
312      "class" => "category",      "class" => "category",
313      "title" => _("Messages"),      "title" => _("Messages"),
314      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
315        "parameters" => array("option_ERP" => "true", ),
316  );  );
317  //  //
318  $links[] = array(  $links[] = array(
319      "title" => "<hr/>",      "title" => "<hr/>",
320      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
321        "parameters" => array("option_ERP" => "true", ),
322  );  );
323  //  //
324  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 327  $links[] = array(
327      "title" => _("Mes messages"),      "title" => _("Mes messages"),
328      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
329      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
330        "parameters" => array("option_ERP" => "true", ),
331  );  );
332  //  //
333  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 336  $links[] = array(
336      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
337      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
338      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
339        "parameters" => array("option_ERP" => "true", ),
340    );
341    // Catégorie COMMISSIONS
342    $links[] = array(
343        "class" => "category",
344        "title" => _("commissions"),
345        "right" => array(
346            "commission_mes_retours", "commission_mes_retours_tab",
347            "commission_tous_retours", "commission_tous_retours_tab",
348        ),
349    );
350    $links[] = array(
351        "title" => "<hr/>",
352        "right" => array(
353            "commission_mes_retours", "commission_mes_retours_tab",
354            "commission_tous_retours", "commission_tous_retours_tab",
355        ),
356    );
357    $links[] = array(
358        "href" => "../scr/tab.php?obj=commission_mes_retours",
359        "class" => "commission_mes_retours",
360        "title" => _("Mes retours"),
361        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
362        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
363    );
364    $links[] = array(
365        "href" => "../scr/tab.php?obj=commission_tous_retours",
366        "class" => "commission_tous_retours",
367        "title" => _("Tous les retours"),
368        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
369        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
370  );  );
371    
372  //  //
# Line 273  $rubrik = array( Line 386  $rubrik = array(
386  $links = array();  $links = array();
387  //  //
388  $links[] = array(  $links[] = array(
389      "href" => "../app/avis_code_barre.php",      "href" => "../scr/dashboard.php",
390      "class" => "avis_code_barre",      "class" => "tableau-de-bord",
391      "title" => _("Retour de consultation"),      "title" => _("tableau de bord"),
392      "right" => array("avis_code_barre", ),      "open" => array("dashboard.php|",),
393      "open" => array("avis_code_barre.php|"),  );
394    $links[] = array(
395        "class" => "category",
396        "title" => _("suivi des pieces"),
397        "right" => array(
398            "suivi_retours_de_consultation", "suivi_mise_a_jour_des_dates",
399            "suivi_envoi_lettre_rar", "suivi_bordereaux",
400        ),
401    );
402    //
403    $links[] = array(
404        "title" => "<hr/>",
405        "right" => array(
406            "suivi_retours_de_consultation", "suivi_mise_a_jour_des_dates",
407            "suivi_envoi_lettre_rar", "suivi_bordereaux",
408        ),
409    );
410    //
411    $links[] = array(
412        "href" => "../app/suivi_retours_de_consultation.php",
413        "class" => "consultation-retour",
414        "title" => _("retours de consultation"),
415        "right" => array(
416            "suivi_retours_de_consultation",
417        ),
418        "open" => array("suivi_retours_de_consultation.php|", "form.php|consultation", ),
419    );
420    //
421    $links[] = array(
422        "title" => "<hr/>",
423        "right" => array(
424            "suivi_mise_a_jour_des_dates",
425        ),
426    );
427    //
428    $links[] = array(
429        "href" => "../app/suivi_mise_a_jour_des_dates.php",
430        "class" => "suivi_mise_a_jour_des_dates",
431        "title" => _("Mise a jour des dates"),
432        "right" => array("suivi_mise_a_jour_des_dates", ),
433        "open" => array("suivi_mise_a_jour_des_dates.php|"),
434    );
435    //
436    $links[] = array(
437        "title" => "<hr/>",
438        "right" => array(
439            "suivi_envoi_lettre_rar",
440        ),
441    );
442    //
443    $links[] = array(
444        "href" => "../app/suivi_envoi_lettre_rar.php",
445        "class" => "edition",
446        "title" => _("envoi lettre RAR"),
447        "right" => array("suivi_envoi_lettre_rar", ),
448        "open" => array("suivi_envoi_lettre_rar.php|"),
449    );
450    //
451    $links[] = array(
452        "title" => "<hr/>",
453        "right" => array(
454            "suivi_bordereaux",
455        ),
456    );
457    //
458    $links[] = array(
459        "href" => "../app/suivi_bordereaux.php",
460        "class" => "edition",
461        "title" => _("Bordereaux"),
462        "right" => array("suivi_bordereaux", ),
463        "open" => array("suivi_bordereaux.php|"),
464    );
465    // Catégorie COMMISSIONS
466    $links[] = array(
467        "class" => "category",
468        "title" => _("commissions"),
469        "right" => array(
470            "commission", "commission_tab",
471            "commission_demandes_passage", "commission_demandes_passage_tab",
472        ),
473    );
474    //
475    $links[] = array(
476        "title" => "<hr/>",
477        "right" => array(
478            "commission", "commission_tab",
479            "commission_demandes_passage", "commission_demandes_passage_tab",
480        ),
481    );
482    //
483    $links[] = array(
484        "href" => "../scr/tab.php?obj=commission",
485        "class" => "commissions",
486        "title" => _("gestion"),
487        "right" => array("commission", ),
488        "open" => array("tab.php|commission", "form.php|commission", ),
489    );
490    //
491    $links[] = array(
492        "href" => "../scr/tab.php?obj=commission_demandes_passage",
493        "class" => "commissions-demande-passage",
494        "title" => _("demandes"),
495        "right" => array("commission_demandes_passage", ),
496        "open" => array("tab.php|commission_demandes_passage", "form.php|commission_demandes_passage", ),
497  );  );
498  //  //
499  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 296  $rubrik = array( Line 512  $rubrik = array(
512  $links = array();  $links = array();
513  //  //
514  $links[] = array(  $links[] = array(
515        "href" => "../scr/dashboard.php",
516        "class" => "tableau-de-bord",
517        "title" => _("tableau de bord"),
518        "open" => array("dashboard.php|",),
519    );
520    //
521    $links[] = array(
522        "title" => "<hr/>",
523        "right" => array(
524            "demande_avis_encours", "demande_avis_encours_tab",
525            "demande_avis_passee", "demande_avis_passee_tab",
526            "demande_avis", "demande_avis_tab",
527        ),
528    );
529    //
530    $links[] = array(
531      "href" => "../scr/tab.php?obj=demande_avis_encours",      "href" => "../scr/tab.php?obj=demande_avis_encours",
532      "class" => "demande_avis_encours",      "class" => "demande_avis_encours",
533      "title" => _("Demandes en cours"),      "title" => _("Demandes en cours"),
# Line 326  $menu[] = $rubrik; Line 558  $menu[] = $rubrik;
558  // }}}  // }}}
559    
560    
561    // Commentaire de la rubrique EXPORT qui n'est pas prévue d'être opérationnelle
562    // dans cette version
563  // {{{ Rubrique EXPORT  // {{{ Rubrique EXPORT
564  //  //
565  $rubrik = array(  $rubrik = array(
566      "title" => _("export"),     "title" => _("export"),
567      "class" => "edition",     "class" => "edition",
568      "right" => "menu_export",     "right" => "menu_export",
569  );  );
570  //  //
571  $links = array();  $links = array();
572  //  // //
573  $links[] = array(  // $links[] = array(
574      "href" => "../scr/edition.php",  //    "href" => "../scr/edition.php",
575      "class" => "edition",  //    "class" => "edition",
576      "title" => _("edition"),  //    "title" => _("edition"),
577      "right" => "edition",  //    "right" => "edition",
578      "open" => "edition.php|",  //    "open" => "edition.php|",
579    // );
580    // //
581    // $links[] = array(
582    //    "href" => "../app/edition_p.php",
583    //    "class" => "edition",
584    //    "title" => _("edition date depot"),
585    //    "right" => "edition_p",
586    //    "open" => "edition_p.php|",
587    // );
588    // //
589    // $links[] = array(
590    //    "href" => "../app/edition_d.php",
591    //    "class" => "edition",
592    //    "title" => _("edition date decision"),
593    //    "right" => "edition_d",
594    //    "open" => "edition_d.php|",
595    // );
596    // //
597    // $links[] = array(
598    //    "title" => "<hr/>",
599    //    "right" => array("reqmo", "export_sitadel", ),
600    // );
601    // //
602    // $links[] = array(
603    //    "href" => "../scr/reqmo.php",
604    //    "class" => "reqmo",
605    //    "title" => _("requetes memorisees"),
606    //    "right" => "reqmo",
607    //    "open" => array("reqmo.php|", "requeteur.php|", ),
608    // );
609    //
610    $links[] = array(
611       "href" => "../app/sitadel.php",
612       "class" => "reqmo",
613       "title" => _("export sitadel"),
614       "right" => "export_sitadel",
615       "open" => "sitadel.php|",
616  );  );
617  //  //
618  $links[] = array(  $rubrik['links'] = $links;
619      "href" => "../app/edition_p.php",  //
620      "class" => "edition",  $menu[] = $rubrik;
621      "title" => _("edition date depot"),  // }}}
622      "right" => "edition_p",  
623      "open" => "edition_p.php|",  
624    // {{{ Rubrique PARAMETRAGE
625    //
626    $rubrik = array(
627        "title" => _("parametrage dossiers"),
628        "class" => "parametrage",
629        "right" => "menu_parametrage",
630  );  );
631  //  //
632    $links = array();
633    //
634  $links[] = array(  $links[] = array(
635      "href" => "../app/edition_d.php",      "class" => "category",
636      "class" => "edition",      "title" => _("dossiers"),
637      "title" => _("edition date decision"),      "right" => array(
638      "right" => "edition_d",          "dossier_autorisation_type", "dossier_autorisation_type_tab",
639      "open" => "edition_d.php|",          "dossier_autorisation_type_detaille",
640            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
641            "dossier_instruction_type_tab", "cerfa", "cerfa_tab",
642        ),
643  );  );
644  //  //
645  $links[] = array(  $links[] = array(
646      "title" => "<hr/>",      "title" => "<hr/>",
647      "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),      "right" => array(
648            "cerfa", "cerfa_tab",
649        ),
650  );  );
651  //  //
652  $links[] = array(  $links[] = array(
653      "href" => "../scr/reqmo.php",      "href" => "../scr/tab.php?obj=cerfa",
654      "class" => "reqmo",      "class" => "cerfa",
655      "title" => _("requetes memorisees"),      "title" => _("cerfa"),
656      "right" => "reqmo",      "right" => array("cerfa", "cerfa_tab", ),
657      "open" => array("reqmo.php|", "requeteur.php|", ),      "open" => array("tab.php|cerfa", "form.php|cerfa", ),
658  );  );
659  //  //
660  $links[] = array(  $links[] = array(
661      "href" => "../app/export_pc.php",      "title" => "<hr/>",
662      "class" => "reqmo",      "right" => array(
663      "title" => _("export PC Lascot"),          "dossier_autorisation_type", "dossier_autorisation_type_tab",
664      "right" => "export_pc",          "dossier_autorisation_type_detaille",
665      "open" => "export_pc.php|",          "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
666            "dossier_instruction_type_tab",
667        ),
668  );  );
669  //  //
670  $links[] = array(  $links[] = array(
671      "href" => "../app/export_dp.php",      "href" => "../scr/tab.php?obj=dossier_autorisation_type",
672      "class" => "reqmo",      "class" => "dossier_autorisation_type",
673      "title" => _("export DP Lascot"),      "title" => _("type DA"),
674      "right" => "export_dp",      "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
675      "open" => "export_dp.php|",      "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
676  );  );
677  //  //
678  $links[] = array(  $links[] = array(
679      "href" => "../app/sitadel.php",      "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
680      "class" => "reqmo",      "class" => "dossier_autorisation_type_detaille",
681      "title" => _("export sitadel")." 2",      "title" => _("type DA detaille"),
682      "right" => "export_sitadel",      "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
683      "open" => "sitadel.php|",      "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
 );  
 //  
 $rubrik['links'] = $links;  
 //  
 $menu[] = $rubrik;  
 // }}}  
   
 // {{{ Rubrique PARAMETRAGE  
 //  
 $rubrik = array(  
     "title" => _("parametrage"),  
     "class" => "parametrage",  
     "right" => "menu_parametrage",  
684  );  );
685  //  //
 $links = array();  
 //  
 // GENERAUX  
686  $links[] = array(  $links[] = array(
687      "href" => "../scr/form.php?obj=dossier_numeromanuel",      "href" => "../scr/tab.php?obj=dossier_instruction_type",
688      "class" => "traitement",      "class" => "dossier_instruction_type",
689      "title" => _("numero manuel"),      "title" => _("type DI"),
690      "right" => "dossier_numeromanuel",      "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
691      "open" => "|dossier_numeromanuel",      "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
692  );  );
 //  
693  $links[] = array(  $links[] = array(
694      "href" => "../app/num_dossier.php",      "class" => "category",
695      "class" => "traitement",      "title" => _("demandes"),
696      "title" => _("remise a 0"),      "right" => array(
697      "right" => "num_dossier",          "demande_type",
698      "open" => "num_dossier.php|",          "demande_type_tab", "demande_nature", "demande_nature_tab",
699        ),
700  );  );
701  //  //
702  $links[] = array(  $links[] = array(
703      "title" => "<hr/>",      "title" => "<hr/>",
704      "right" => array(      "right" => array(
705          "architecte", "architecte_tab",          "demande_type",
706          "lien_localisation_nature", "lien_localisation_nature_tab",          "demande_type_tab", "demande_nature", "demande_nature_tab",
          "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",  
         "destination", "destination_tab", "nature", "nature_tab", "rivoli",  
         "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",  
         "dossier_autorisation_type","dossier_autorisation_type_tab",  
         "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",  
         "dossier_instruction_type","dossier_instruction_type_tab",  
         "lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab",  
         "autorite_competente","autorite_competente_tab",  
707      ),      ),
708  );  );
709  //  //
710  $links[] = array(  $links[] = array(
711      "href" => "../scr/tab.php?obj=architecte",      "href" => "../scr/tab.php?obj=demande_nature",
712      "class" => "architecte",      "class" => "demande_nature",
713      "title" => _("architecte"),      "title" => _("nature"),
714      "right" => array("architecte", "architecte_tab", ),      "right" => array("demande_nature", "demande_nature_tab", ),
715      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=lien_localisation_nature",  
     "class" => "lien_localisation_nature",  
     "title" => _("Lien instructeur / localisation / type de dossier"),  
     "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),  
     "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),  
716  );  );
717  //  //
718  $links[] = array(  $links[] = array(
719      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=demande_type",
720      "class" => "travaux",      "class" => "demande_type",
721      "title" => _("travaux"),      "title" => _("type"),
722      "right" => array("travaux", "travaux_tab", ),      "right" => array("demande_type", "demande_type_tab",),
723      "open" => array("tab.php|travaux", "form.php|travaux", ),      "open" => array("tab.php|demande_type", "form.php|demande_type", ),
724  );  );
725  //  //
726  $links[] = array(  $links[] = array(
727      "href" => "../scr/tab.php?obj=categorie_demandeur",      "class" => "category",
728      "class" => "categorie_demandeur",      "title" => _("workflows"),
729      "title" => _("categorie_demandeur"),      "right" => array(
730      "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),          "workflows",
731      "open" => array(          "action", "action_tab", "etat",
732          "tab.php|categorie_demandeur", "form.php|categorie_demandeur",          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
733            "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
734      ),      ),
735  );  );
736  //  //
737  $links[] = array(  $links[] = array(
738      "href" => "../scr/tab.php?obj=destination",      "title" => "<hr/>",
739      "class" => "destination",      "right" => array(
740      "title" => _("destination"),          "workflows",
741      "right" => array("destination", "destination_tab", ),          "action", "action_tab", "etat",
742      "open" => array("tab.php|destination", "form.php|destination", ),          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
743            "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
744        ),
745  );  );
746  //  //
747  $links[] = array(  $links[] = array(
748      "href" => "../scr/tab.php?obj=nature",      "href" => "../app/workflows.php",
749      "class" => "nature",      "class" => "workflows",
750      "title" => _("nature"),      "title" => _("workflows"),
751      "right" => array("nature", "nature_tab", ),      "right" => array("workflows", ),
752      "open" => array("tab.php|nature", "form.php|nature", ),      "open" => array("workflows.php|", ),
753  );  );
754  //  //
755  $links[] = array(  $links[] = array(
756      "href" => "../scr/tab.php?obj=rivoli",      "title" => "<hr/>",
757      "class" => "rivoli",      "right" => array(
758      "title" => _("rivoli"),          "evenement", "evenement_tab",
759      "right" => array("rivoli", "rivoli_tab", ),      ),
     "open" => array("tab.php|rivoli", "form.php|rivoli", ),  
760  );  );
761  //  //
762  $links[] = array(  $links[] = array(
763      "href" => "../scr/tab.php?obj=civilite",      "href" => "../scr/tab.php?obj=evenement",
764      "class" => "civilite",      "class" => "evenement",
765      "title" => _("civilite"),      "title" => _("evenement"),
766      "right" => array("civilite", "civilite_tab", ),      "right" => array("evenement", "evenement_tab", ),
767      "open" => array("tab.php|civilite", "form.php|civilite", ),      "open" => array("tab.php|evenement", "form.php|evenement", ),
768  );  );
769  //  //
770  $links[] = array(  $links[] = array(
771      "href" => "../scr/tab.php?obj=parametre",      "title" => "<hr/>",
772      "class" => "parametre",      "right" => array(
773      "title" => _("parametre")." "._("statistique"),          "action", "action_tab", "etat",
774      "right" => array("parametre", "parametre_tab", ),          "etat_tab", "avis_decision",
775      "open" => array("tab.php|parametre", "form.php|parametre", ),          "avis_decision_tab",
776        ),
777  );  );
778  //  //
779  $links[] = array(  $links[] = array(
780      "href" => "../scr/tab.php?obj=dossier_autorisation_type",      "href" => "../scr/tab.php?obj=etat",
781      "class" => "dossier_autorisation_type",      "class" => "workflow-etat",
782      "title" => _("dossier")." ".("autorisation")." "._("type"),      "title" => _("etat"),
783      "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),      "right" => array("etat", "etat_tab", ),
784      "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),      "open" => array("tab.php|etat", "form.php|etat", ),
785  );  );
786  //  //
787  $links[] = array(  $links[] = array(
788      "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",      "href" => "../scr/tab.php?obj=avis_decision",
789      "class" => "dossier_autorisation_type_detaille",      "class" => "avis_decision",
790      "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),      "title" => _("avis decision"),
791      "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),      "right" => array("avis_decision", "avis_decision_tab", ),
792      "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),      "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
793  );  );
794  //  //
795  $links[] = array(  $links[] = array(
796      "href" => "../scr/tab.php?obj=dossier_instruction_type",      "href" => "../scr/tab.php?obj=action",
797      "class" => "dossier_instruction_type",      "class" => "action",
798      "title" => _("dossier")." "._("instruction")." "._("type"),      "title" => _("action"),
799      "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),      "right" => array("action", "action_tab", ),
800      "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),      "open" => array("tab.php|action", "form.php|action", ),
801  );  );
802  //  //
803  $links[] = array(  $links[] = array(
804      "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",      "title" => "<hr/>",
805      "class" => "lien_evenement_dossier_autorisation_type",      "right" => array(
806      "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),          "bible", "bible_tab",
807      "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),      ),
     "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),  
808  );  );
   
   
809  //  //
810  $links[] = array(  $links[] = array(
811      "href" => "../scr/tab.php?obj=autorite_competente",      "href" => "../scr/tab.php?obj=bible",
812      "class" => "autorite_competente",      "class" => "bible",
813      "title" => _("autorite")." "._("competente"),      "title" => _("bible"),
814      "right" => array("autorite_competente", "autorite_competente_tab", ),      "right" => array("bible", "bible_tab", ),
815      "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),      "open" => array("tab.php|bible", "form.php|bible", ),
816  );  );
817  //  //
818  $links[] = array(  $links[] = array(
819      "class" => "category",      "class" => "category",
820      "title" => _("workflows"),      "title" => _("editions"),
821      "right" => array(      "right" => array(
822          "action", "action_tab", "transition", "transition_tab", "etat",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
823          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",          "om_lettretype", "om_lettretype_tab", "om_requete", "om_requete_tab",
824          "avis_decision_tab", "avis_consultation", "avis_consultation_tab",          "om_logo", "om_logo_tab",
825      ),      ),
826  );  );
827  //  //
828  $links[] = array(  $links[] = array(
829      "title" => "<hr/>",      "title" => "<hr/>",
830      "right" => array(      "right" => array(
831          "action", "action_tab", "transition", "transition_tab", "etat",          "om_etat", "om_etat_tab", "om_lettretype", "om_lettretype_tab",
         "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",  
         "avis_decision_tab", "avis_consultation", "avis_consultation_tab",  
832      ),      ),
833  );  );
834  //  //
835  $links[] = array(  $links[] = array(
836      "href" => "../scr/tab.php?obj=action",      "href" => "../scr/tab.php?obj=om_etat",
837      "class" => "action",      "class" => "om_etat",
838      "title" => _("action"),      "title" => _("om_etat"),
839      "right" => array("action", "action_tab", ),      "right" => array("om_etat", "om_etat_tab", ),
840      "open" => array("tab.php|action", "form.php|action", ),      "open" => array("tab.php|om_etat", "form.php|om_etat", ),
841  );  );
842  //  //
843  $links[] = array(  $links[] = array(
844      "href" => "../scr/tab.php?obj=transition",      "href" => "../scr/tab.php?obj=om_lettretype",
845      "class" => "transition",      "class" => "om_lettretype",
846      "title" => _("transition"),      "title" => _("om_lettretype"),
847      "right" => array("transition", "transition_tab", ),      "right" => array("om_lettretype", "om_lettretype_tab"),
848      "open" => array("tab.php|transition", "form.php|transition", ),      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
849  );  );
850  //  //
851  $links[] = array(  $links[] = array(
852      "href" => "../scr/tab.php?obj=etat",      "title" => "<hr/>",
853      "class" => "etat",      "right" => array(
854      "title" => _("etat"),          "om_logo", "om_logo_tab",
855      "right" => array("etat", "etat_tab", ),      ),
     "open" => array("tab.php|etat", "form.php|etat", ),  
856  );  );
857  //  //
858  $links[] = array(  $links[] = array(
859      "href" => "../scr/tab.php?obj=evenement",      "href" => "../scr/tab.php?obj=om_logo",
860      "class" => "evenement",      "class" => "om_logo",
861      "title" => _("evenement"),      "title" => _("om_logo"),
862      "right" => array("evenement", "evenement_tab", ),      "right" => array("om_logo", "om_logo_tab", ),
863      "open" => array("tab.php|evenement", "form.php|evenement", ),      "open" => array("tab.php|om_logo", "form.php|om_logo", ),
864    );
865    //
866    $rubrik['links'] = $links;
867    //
868    $menu[] = $rubrik;
869    // }}}
870    
871    // {{{ Rubrique PARAMETRAGE
872    //
873    $rubrik = array(
874        "title" => _("parametrage"),
875        "class" => "parametrage",
876        "right" => "menu_parametrage",
877  );  );
878  //  //
879    $links = array();
880    //
881  $links[] = array(  $links[] = array(
882      "href" => "../scr/tab.php?obj=bible",      "href" => "../scr/tab.php?obj=civilite",
883      "class" => "bible",      "class" => "civilite",
884      "title" => _("bible"),      "title" => _("civilite"),
885      "right" => array("bible", "bible_tab", ),      "right" => array("civilite", "civilite_tab", ),
886      "open" => array("tab.php|bible", "form.php|bible", ),      "open" => array("tab.php|civilite", "form.php|civilite", ),
887  );  );
888  //  //
889  $links[] = array(  $links[] = array(
890      "href" => "../scr/tab.php?obj=avis_decision",      "href" => "../scr/tab.php?obj=arrondissement",
891      "class" => "avis_decision",      "class" => "arrondissement",
892      "title" => _("avis decision"),      "title" => _("arrondissement"),
893      "right" => array("avis_decision", "avis_decision_tab", ),      "right" => array("arrondissement", "arrondissement_tab", ),
894      "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),      "open" => array("tab.php|arrondissement", "form.php|arrondissement", ),
895    );
896    //
897    $links[] = array(
898        "href" => "../scr/tab.php?obj=quartier",
899        "class" => "quartier",
900        "title" => _("quartier"),
901        "right" => array("quartier", "quartier_tab", ),
902        "open" => array("tab.php|quartier", "form.php|quartier", ),
903  );  );
904  //  //
905  $links[] = array(  $links[] = array(
# Line 634  $links[] = array( Line 907  $links[] = array(
907      "title" => _("Organisation"),      "title" => _("Organisation"),
908      "right" => array(      "right" => array(
909          "direction", "direction_tab", "division", "division_tab", "instructeur",          "direction", "direction_tab", "division", "division_tab", "instructeur",
910          "instructeur_tab", "groupe", "groupe_tab",          "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
911            "signataire_arrete", "signataire_arrete_tab",
912      ),      ),
913  );  );
914  $links[] = array(  $links[] = array(
915      "title" => "<hr/>",      "title" => "<hr/>",
916      "right" => array(      "right" => array(
917          "direction", "direction_tab", "division", "division_tab", "instructeur",          "direction", "direction_tab", "division", "division_tab", "instructeur",
918          "instructeur_tab", "groupe", "groupe_tab",          "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
919            "signataire_arrete", "signataire_arrete_tab",
920      ),      ),
921  );  );
922  //  //
923  $links[] = array(  $links[] = array(
924        "href" => "../scr/tab.php?obj=genre",
925        "class" => "genre",
926        "title" => _("genre"),
927        "right" => array("genre", "genre_tab", ),
928        "open" => array("tab.php|genre", "form.php|genre", ),
929    );
930    //
931    $links[] = array(
932      "href" => "../scr/tab.php?obj=groupe",      "href" => "../scr/tab.php?obj=groupe",
933      "class" => "groupe",      "class" => "groupe",
934      "title" => _("groupe"),      "title" => _("groupe"),
# Line 678  $links[] = array( Line 961  $links[] = array(
961  );  );
962  //  //
963  $links[] = array(  $links[] = array(
964        "href" => "../scr/tab.php?obj=signataire_arrete",
965        "class" => "signataire_arrete",
966        "title" => _("signataire arrete"),
967        "right" => array("signataire_arrete", "signataire_arrete", ),
968        "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
969    );
970    //
971    $links[] = array(
972        "class" => "category",
973        "title" => _("gestion des commissions"),
974        "right" => array(
975            "comission_type", "comission_type_tab",
976        ),
977    );
978    //
979    $links[] = array(
980        "title" => "<hr/>",
981        "right" => array(
982            "comission_type", "comission_type_tab",
983        ),
984    );
985    //
986    $links[] = array(
987        "href" => "../scr/tab.php?obj=commission_type",
988        "class" => "commission-type",
989        "title" => _("commission_type"),
990        "right" => array("commission_type", "commission_type_tab", ),
991        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
992    );
993    //
994    $links[] = array(
995      "class" => "category",      "class" => "category",
996      "title" => _("gestion des consultations"),      "title" => _("gestion des consultations"),
997      "right" => array(      "right" => array(
# Line 728  $links[] = array( Line 1042  $links[] = array(
1042  //  //
1043  $links[] = array(  $links[] = array(
1044      "class" => "category",      "class" => "category",
1045      "title" => _("gestion du guichet unique"),      "title" => _("Gestion des dossiers"),
1046      "right" => array(      "right" => array(
1047          "demande_genre", "demande_genre_tab", "demande_type",          "dossier_autorisation_type", "dossier_autorisation_type_tab",
1048          "demande_type_tab", "demande_nature", "demande_nature_tab",          "dossier_autorisation_type_detaille",
1049            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
1050            "dossier_instruction_type_tab",
1051            "lien_evenement_dossier_autorisation_type",
1052            "lien_evenement_dossier_autorisation_type_tab",
1053            "autorite_competente", "autorite_competente_tab",
1054            "affectation_automatique", "affectation_automatique_tab",
1055      ),      ),
1056  );  );
1057  //  //
1058  $links[] = array(  $links[] = array(
1059      "title" => "<hr/>",      "title" => "<hr/>",
1060      "right" => array(      "right" => array(
1061          "demande_genre", "demande_genre_tab", "demande_type",          "dossier_autorisation_type", "dossier_autorisation_type_tab",
1062          "demande_type_tab", "demande_nature", "demande_nature_tab",          "dossier_autorisation_type_detaille",
1063      ),          "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
1064  );          "dossier_instruction_type_tab",
1065  //          "lien_evenement_dossier_autorisation_type",
1066  $links[] = array(          "lien_evenement_dossier_autorisation_type_tab",
1067      "href" => "../scr/tab.php?obj=demande_nature",          "autorite_competente", "autorite_competente_tab",
1068      "class" => "demande_nature",          "affectation_automatique", "affectation_automatique_tab",
1069      "title" => _("nature de la demande"),          
     "right" => array("demande_nature", "demande_nature_tab", ),  
     "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=demande_genre",  
     "class" => "demande_genre",  
     "title" => _("genre de la demande"),  
     "right" => array("demande_genre", "demande_genre_tab", ),  
     "open" => array("tab.php|demande_genre", "form.php|demande_genre", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=demande_type",  
     "class" => "demande_type",  
     "title" => _("type de la demande"),  
     "right" => array("demande_type", "demande_type_tab",),  
     "open" => array("tab.php|demande_type", "form.php|demande_type", ),  
 );  
 //  
 $links[] = array(  
     "class" => "category",  
     "title" => _("editions"),  
     "right" => array(  
         "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",  
         "om_lettretype", "om_lettretype_tab",  
1070      ),      ),
1071  );  );
1072  //  //
1073  $links[] = array(  $links[] = array(
1074      "title" => "<hr/>",      "href" => "../scr/tab.php?obj=etat_dossier_autorisation",
1075      "right" => array(      "class" => "etat_dossier_autorisation",
1076          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",      "title" => _("etat dossiers autorisations"),
1077          "om_lettretype", "om_lettretype_tab",      "right" => array("etat_dossier_autorisation", "etat_dossier_autorisation_tab", ),
1078      ),      "open" => array("tab.php|etat_dossier_autorisation", "form.php|etat_dossier_autorisation", ),
1079  );  );
1080  //  //
1081  $links[] = array(  $links[] = array(
1082      "href" => "../scr/tab.php?obj=om_etat",      "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
1083      "class" => "etat",      "class" => "lien_evenement_dossier_autorisation_type",
1084      "title" => _("om_etat"),      "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
1085      "right" => array("om_etat", "om_etat_tab", ),      "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
1086      "open" => array("tab.php|om_etat", "form.php|om_etat", ),      "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
1087  );  );
1088  //  //
1089  $links[] = array(  $links[] = array(
1090      "href" => "../scr/tab.php?obj=om_sousetat",      "href" => "../scr/tab.php?obj=affectation_automatique",
1091      "class" => "sousetat",      "class" => "affectation_automatique",
1092      "title" => _("om_sousetat"),      "title" => _("affectation automatique"),
1093      "right" => array("om_sousetat", "om_sousetat_tab", ),      "right" => array("affectation_automatique", "affectation_automatique_tab", ),
1094      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),      "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
1095  );  );
1096  //  //
1097  $links[] = array(  $links[] = array(
1098      "href" => "../scr/tab.php?obj=om_lettretype",      "href" => "../scr/tab.php?obj=autorite_competente",
1099      "class" => "lettretype",      "class" => "autorite_competente",
1100      "title" => _("om_lettretype"),      "title" => _("autorite")." "._("competente"),
1101      "right" => array("om_lettretype", "om_lettretype_tab"),      "right" => array("autorite_competente", "autorite_competente_tab", ),
1102      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),      "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
1103  );  );
1104    
1105  //  //
1106  $rubrik['links'] = $links;  $rubrik['links'] = $links;
1107  //  //
# Line 819  $rubrik = array( Line 1114  $rubrik = array(
1114      "title" => _("sig"),      "title" => _("sig"),
1115      "class" => "sig",      "class" => "sig",
1116      "right" => "menu_sig",      "right" => "menu_sig",
1117        "parameters" => array("option_localisation" => "sig_interne", ),
1118  );  );
1119  //  //
1120  $links = array();  $links = array();
# Line 829  $links[] = array( Line 1125  $links[] = array(
1125      "title" => _("parcelle"),      "title" => _("parcelle"),
1126      "right" => array("parcelle", "parcelle_tab"),      "right" => array("parcelle", "parcelle_tab"),
1127      "open" => array("tab.php|parcelle", "form.php|parcelle", ),      "open" => array("tab.php|parcelle", "form.php|parcelle", ),
1128        "parameters" => array("option_localisation" => "sig_interne", ),
1129  );  );
1130  //  //
1131  $links[] = array(  $links[] = array(
# Line 837  $links[] = array( Line 1134  $links[] = array(
1134      "title" => _("proprietaire"),      "title" => _("proprietaire"),
1135      "right" => array("proprietaire", "proprietaire_tab"),      "right" => array("proprietaire", "proprietaire_tab"),
1136      "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),      "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
1137        "parameters" => array("option_localisation" => "sig_interne", ),
1138  );  );
1139  //  //
1140  $links[] = array(  $links[] = array(
# Line 847  $links[] = array( Line 1145  $links[] = array(
1145          "servitude_ligne", "servitude_ligne_tab", "servitude_point",          "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1146          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1147      ),      ),
1148        "parameters" => array("option_localisation" => "sig_interne", ),
1149  );  );
1150  //  //
1151  $links[] = array(  $links[] = array(
# Line 856  $links[] = array( Line 1155  $links[] = array(
1155          "servitude_ligne", "servitude_ligne_tab", "servitude_point",          "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1156          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1157      ),      ),
1158        "parameters" => array("option_localisation" => "sig_interne", ),
1159  );  );
1160  //  //
1161  $links[] = array(  $links[] = array(
# Line 864  $links[] = array( Line 1164  $links[] = array(
1164      "title" => _("pos"),      "title" => _("pos"),
1165      "right" => array("pos", "pos_tab"),      "right" => array("pos", "pos_tab"),
1166      "open" => array("tab.php|pos", "form.php|pos", ),      "open" => array("tab.php|pos", "form.php|pos", ),
1167        "parameters" => array("option_localisation" => "sig_interne", ),
1168  );  );
1169  //  //
1170  $links[] = array(  $links[] = array(
# Line 874  $links[] = array( Line 1175  $links[] = array(
1175      "open" => array(      "open" => array(
1176          "tab.php|servitude_surfacique", "form.php|servitude_surfacique",          "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
1177      ),      ),
1178        "parameters" => array("option_localisation" => "sig_interne", ),
1179  );  );
1180  //  //
1181  $links[] = array(  $links[] = array(
# Line 882  $links[] = array( Line 1184  $links[] = array(
1184      "title" => _("servitude_ligne"),      "title" => _("servitude_ligne"),
1185      "right" => array("servitude_ligne", "servitude_ligne_tab"),      "right" => array("servitude_ligne", "servitude_ligne_tab"),
1186      "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),      "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
1187        "parameters" => array("option_localisation" => "sig_interne", ),
1188  );  );
1189  //  //
1190  $links[] = array(  $links[] = array(
# Line 890  $links[] = array( Line 1193  $links[] = array(
1193      "title" => _("servitude_point"),      "title" => _("servitude_point"),
1194      "right" => array("servitude_point", "servitude_point_tab"),      "right" => array("servitude_point", "servitude_point_tab"),
1195      "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),      "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),
1196        "parameters" => array("option_localisation" => "sig_interne", ),
1197  );  );
1198  //  //
1199  $links[] = array(  $links[] = array(
# Line 898  $links[] = array( Line 1202  $links[] = array(
1202      "title" => _("parcelle_lot"),      "title" => _("parcelle_lot"),
1203      "right" => array("parcelle_lot", "parcelle_lot_tab"),      "right" => array("parcelle_lot", "parcelle_lot_tab"),
1204      "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),      "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
1205        "parameters" => array("option_localisation" => "sig_interne", ),
1206  );  );
1207  //  //
1208  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 1024  $links[] = array( Line 1329  $links[] = array(
1329      "right" => array(      "right" => array(
1330          "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",          "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1331      ),      ),
1332        "parameters" => array("option_localisation" => "sig_interne", ),
1333  );  );
1334  //  //
1335  $links[] = array(  $links[] = array(
# Line 1031  $links[] = array( Line 1337  $links[] = array(
1337      "right" => array(      "right" => array(
1338          "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",          "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1339      ),      ),
1340        "parameters" => array("option_localisation" => "sig_interne", ),
1341  );  );
1342  //  //
1343  $links[] = array(  $links[] = array(
# Line 1039  $links[] = array( Line 1346  $links[] = array(
1346      "title" => _("om_sig_map"),      "title" => _("om_sig_map"),
1347      "right" => array("om_sig_map", "om_sig_map_tab", ),      "right" => array("om_sig_map", "om_sig_map_tab", ),
1348      "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),      "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
1349        "parameters" => array("option_localisation" => "sig_interne", ),
1350  );  );
1351  //  //
1352  $links[] = array(  $links[] = array(
# Line 1047  $links[] = array( Line 1355  $links[] = array(
1355      "title" => _("om_sig_wms"),      "title" => _("om_sig_wms"),
1356      "right" => array("om_sig_wms", "om_sig_wms_tab", ),      "right" => array("om_sig_wms", "om_sig_wms_tab", ),
1357      "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),      "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
1358        "parameters" => array("option_localisation" => "sig_interne", ),
1359  );  );
1360  //  //
1361  $links[] = array(  $links[] = array(
1362      "class" => "category",      "class" => "category",
1363      "title" => _("options avancees"),      "title" => _("options avancees"),
1364      "right" => array("import", "gen", ),      "right" => array("import", "gen", "om_requete", "om_requete_tab",
1365                         "om_sousetat", "om_sousetat_tab",),
1366    );
1367    //
1368    $links[] = array(
1369        "title" => "<hr/>",
1370        "right" => array(
1371            "om_sousetat", "om_sousetat_tab",
1372        ),
1373    );
1374    //
1375    $links[] = array(
1376        "href" => "../scr/tab.php?obj=om_sousetat",
1377        "class" => "om_sousetat",
1378        "title" => _("om_sousetat"),
1379        "right" => array("om_sousetat", "om_sousetat_tab", ),
1380        "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
1381    );
1382    //
1383    $links[] = array(
1384        "title" => "<hr/>",
1385        "right" => array("om_requete", "om_requete_tab", ),
1386    );
1387    //
1388    $links[] = array(
1389        "href" => "../scr/tab.php?obj=om_requete",
1390        "class" => "om_requete",
1391        "title" => _("om_requete"),
1392        "right" => array("om_requete", "om_requete_tab", ),
1393        "open" => array("tab.php|om_requete", "form.php|om_requete", ),
1394  );  );
1395  //  //
1396  $links[] = array(  $links[] = array(

Legend:
Removed from v.859  
changed lines
  Added in v.2139

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26