/[openfoncier]/trunk/dyn/menu.inc.php
ViewVC logotype

Diff of /trunk/dyn/menu.inc.php

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

revision 656 by fmichon, Sun Nov 11 22:14:37 2012 UTC revision 1550 by fmichon, Thu Mar 21 18:23:44 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  $rubrik['links'] = $links;  $rubrik['links'] = $links;
32  //  //
# Line 36  $rubrik = array( Line 44  $rubrik = array(
44  $links = array();  $links = array();
45  //  //
46  $links[] = array(  $links[] = array(
47        "href" => "../scr/dashboard.php",
48        "class" => "tableau-de-bord",
49        "title" => _("tableau de bord"),
50        "open" => array("dashboard.php|",),
51    );
52    //
53    $links[] = array(
54      "class" => "category",      "class" => "category",
55      "title" => _("demandes"),      "title" => _("nouvelle demande"),
56      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",      "right" => array(
57                       "demande_dossier_existant","demande_dossier_existant_tab",),          "demande_nouveau_dossier_ajouter",
58            "demande_dossier_existant_ajouter", "demande_dossier_existant_tab",
59            "demande_consulter","demande_tab",
60        ),
61  );  );
62  $links[] = array(  $links[] = array(
63      "title" => "<hr/>",      "title" => "<hr/>",
64      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",      "right" => array(
65                       "demande_dossier_existant","demande_dossier_existant_tab",),          "demande_nouveau_dossier_ajouter",
66            "demande_dossier_existant_ajouter", "demande_dossier_existant_tab",
67        ),
68  );  );
69  $links[] = array(  $links[] = array(
70      "href" => "../scr/form.php?obj=demande&action=0&advs_id=&tricol=&valide=&retour=tab&new=",      "href" => "../scr/form.php?obj=demande_nouveau_dossier&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",
71      "class" => "demande",      "class" => "nouveau-dossier",
72      "title" => _("nouveau dossier"),      "title" => _("nouveau dossier"),
73      "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),      "right" => array(
74      "open" => array("tab.php|demande", "form.php|demande", ),          "demande_nouveau_dossier_ajouter",
75        ),
76        "open" => array("form.php|demande_nouveau_dossier",),
77  );  );
78  $links[] = array(  $links[] = array(
79      "href" => "../scr/tab.php?obj=demande",      "href" => "../scr/tab.php?obj=demande_dossier_existant",
80      "class" => "demande",      "class" => "dossier-existant",
81      "title" => _("dossier existant"),      "title" => _("dossier existant"),
82      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),      "right" => array(
83      "open" => array("tab.php|demande", "form.php|demande", ),          "demande_dossier_existant_ajouter","demande_dossier_existant_tab",
84        ),
85        "open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant"),
86    );
87    $links[] = array(
88        "title" => "<hr/>",
89        "right" => array(
90            "demande_consulter", "demande_tab"
91        ),
92    );
93    $links[] = array(
94        "href" => "../scr/tab.php?obj=demande",
95        "class" => "pdf",
96        "title" => _("recepisse"),
97        "right" => array(
98            "demande_consulter", "demande_tab"
99        ),
100        "open" => array("tab.php|demande","form.php|demande"),
101  );  );
102  //  //
103  $links[] = array(  $links[] = array(
104      "class" => "category",      "class" => "category",
105      "title" => _("Affichage des dossiers"),      "title" => _("affichage reglementaire"),
106      "right" => array("edition", "edition_tab","attestation_affichage","attestation_affichage_tab",),      "right" => array(
107            "affichage_reglementaire_registre",
108            "affichage_reglementaire_attestation",
109        ),
110  );  );
111  $links[] = array(  $links[] = array(
112      "title" => "<hr/>",      "title" => "<hr/>",
113      "right" => array("edition", "attestation_affichage"),      "right" => array(
114            "affichage_reglementaire_registre",
115            "affichage_reglementaire_attestation",
116        ),
117  );  );
118  $links[] = array(  $links[] = array(
119      "href" => "../app/edition_affichage.php",      "href" => "../app/affichage_reglementaire_registre.php",
120      "class" => "edition",      "class" => "edition",
121      "title" => _("edition"),      "title" => _("registre"),
122      "right" => array("edition", "edition_tab", ),      "right" => array(
123      "open" => array("tab.php|edition", "form.php|edition", ),          "affichage_reglementaire_registre",
124        ),
125        "open" => "affichage_reglementaire_registre.php|",
126  );  );
127  $links[] = array(  $links[] = array(
128      "href" => "../app/attestation_affichage.php",      "href" => "../app/affichage_reglementaire_attestation.php",
129      "class" => "attestation_affichage",      "class" => "edition",
130      "title" => _("attestation d'affichage"),      "title" => _("attestation"),
131      "right" => array("attestation_affichage", "attestation_affichage_tab", ),      "right" => array(
132      "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),          "affichage_reglementaire_attestation",
133        ),
134        "open" => "affichage_reglementaire_attestation.php|",
135  );  );
136  //  //
137  /*$links[] = array(  /*$links[] = array(
# Line 101  $links[] = array( Line 150  $links[] = array(
150      "right" => array("qualification", "qualification_tab", ),      "right" => array("qualification", "qualification_tab", ),
151      "open" => array("tab.php|qualification", "form.php|qualification", ),      "open" => array("tab.php|qualification", "form.php|qualification", ),
152  );*/  );*/
153    
154  //  //
155  $rubrik['links'] = $links;  $rubrik['links'] = $links;
156  //  //
# Line 116  $rubrik = array( Line 166  $rubrik = array(
166  );  );
167  //  //
168  $links = array();  $links = array();
169    //
170    $links[] = array(
171        "href" => "../scr/dashboard.php",
172        "class" => "tableau-de-bord",
173        "title" => _("tableau de bord"),
174        "open" => array("dashboard.php|",),
175    );
176  // Catégorie DOSSIERS D'INSTRUCTION  // Catégorie DOSSIERS D'INSTRUCTION
177  $links[] = array(  $links[] = array(
178      "class" => "category",      "class" => "category",
# Line 179  $links[] = array( Line 236  $links[] = array(
236  //  //
237  $links[] = array(  $links[] = array(
238      "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/>",  
239      "right" => array(      "right" => array(
240          "dossier_instruction", "dossier_instruction_tab",          "dossier_instruction", "dossier_instruction_tab",
241      ),      ),
# Line 199  $links[] = array( Line 243  $links[] = array(
243  //  //
244  $links[] = array(  $links[] = array(
245      "href" => "../scr/tab.php?obj=dossier_instruction",      "href" => "../scr/tab.php?obj=dossier_instruction",
246      "class" => "dossier_instruction",      "class" => "dossier_instruction_recherche",
247      "title" => _("recherche"),      "title" => _("recherche"),
248      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
249      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
250  );  );
251    
252    // Catégorier Qualification
253    $links[] = array(
254        "class" => "category",
255        "title" => _("qualification"),
256        "right" => array("dossier_qualifier", ),
257    );
258    $links[] = array(
259        "title" => "<hr/>",
260        "right" => array("dossier_qualifier", ),
261    );
262    $links[] = array(
263        "href" => "../scr/tab.php?obj=dossier_qualifier",
264        "class" => "dossier_qualifier",
265        "title" => _("A qualifier"),
266        "right" => array("dossier_qualifier", "dossier_qualifier_tab", ),
267        "open" => array("tab.php|dossier_qualifier", "form.php|dossier_qualifier", ),
268    );
269  // Catégorie CONSULTATIONS  // Catégorie CONSULTATIONS
270  $links[] = array(  $links[] = array(
271      "class" => "category",      "class" => "category",
# Line 233  $links[] = array( Line 295  $links[] = array(
295      "class" => "category",      "class" => "category",
296      "title" => _("Messages"),      "title" => _("Messages"),
297      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
298        "parameters" => array("option_ERP" => "true", ),
299  );  );
300  //  //
301  $links[] = array(  $links[] = array(
302      "title" => "<hr/>",      "title" => "<hr/>",
303      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
304        "parameters" => array("option_ERP" => "true", ),
305  );  );
306  //  //
307  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 310  $links[] = array(
310      "title" => _("Mes messages"),      "title" => _("Mes messages"),
311      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
312      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
313        "parameters" => array("option_ERP" => "true", ),
314  );  );
315  //  //
316  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 319  $links[] = array(
319      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
320      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
321      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
322        "parameters" => array("option_ERP" => "true", ),
323    );
324    // Catégorie COMMISSIONS
325    $links[] = array(
326        "class" => "category",
327        "title" => _("commissions"),
328        "right" => array(
329            "commission_mes_retours", "commission_mes_retours_tab",
330            "commission_tous_retours", "commission_tous_retours_tab",
331        ),
332    );
333    $links[] = array(
334        "title" => "<hr/>",
335        "right" => array(
336            "commission_mes_retours", "commission_mes_retours_tab",
337            "commission_tous_retours", "commission_tous_retours_tab",
338        ),
339    );
340    $links[] = array(
341        "href" => "../scr/tab.php?obj=commission_mes_retours",
342        "class" => "commission_mes_retours",
343        "title" => _("Mes retours"),
344        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
345        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
346    );
347    $links[] = array(
348        "href" => "../scr/tab.php?obj=commission_tous_retours",
349        "class" => "commission_tous_retours",
350        "title" => _("Tous les retours"),
351        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
352        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
353  );  );
354    
355  //  //
# Line 273  $rubrik = array( Line 369  $rubrik = array(
369  $links = array();  $links = array();
370  //  //
371  $links[] = array(  $links[] = array(
372        "href" => "../scr/dashboard.php",
373        "class" => "tableau-de-bord",
374        "title" => _("tableau de bord"),
375        "open" => array("dashboard.php|",),
376    );
377    // Catégorie CONSULTATIONS
378    $links[] = array(
379        "class" => "category",
380        "title" => _("consultations"),
381        "right" => array(
382            "avis_code_barre",
383        ),
384    );
385    //
386    $links[] = array(
387        "title" => "<hr/>",
388        "right" => array(
389            "avis_code_barre",
390        ),
391    );
392    //
393    $links[] = array(
394      "href" => "../app/avis_code_barre.php",      "href" => "../app/avis_code_barre.php",
395      "class" => "avis_code_barre",      "class" => "consultation-retour",
396      "title" => _("Retour de consultation"),      "title" => _("retour"),
397      "right" => array("avis_code_barre", ),      "right" => array(
398      "open" => array("avis_code_barre.php|"),          "avis_code_barre",
399        ),
400        "open" => array("avis_code_barre.php|", "form.php|consultation", ),
401    );
402    // Catégorie COMMISSIONS
403    $links[] = array(
404        "class" => "category",
405        "title" => _("commissions"),
406        "right" => array(
407            "commission", "commission_tab",
408            "commission_demandes_passage", "commission_demandes_passage_tab",
409        ),
410    );
411    //
412    $links[] = array(
413        "title" => "<hr/>",
414        "right" => array(
415            "commission", "commission_tab",
416            "commission_demandes_passage", "commission_demandes_passage_tab",
417        ),
418    );
419    //
420    $links[] = array(
421        "href" => "../scr/tab.php?obj=commission",
422        "class" => "commissions",
423        "title" => _("Gestion des commissions"),
424        "right" => array("commission", ),
425        "open" => array("tab.php|commission", "form.php|commission", ),
426    );
427    //
428    $links[] = array(
429        "href" => "../scr/tab.php?obj=commission_demandes_passage",
430        "class" => "commissions-demande-passage",
431        "title" => _("Demandes de passage"),
432        "right" => array("commission_demandes_passage", ),
433        "open" => array("tab.php|commission_demandes_passage", "form.php|commission_demandes_passage", ),
434    );
435    $links[] = array(
436        "class" => "category",
437        "title" => _("divers"),
438        "right" => array(
439            "maj_dates_suivi", "envoi_lettre_rar", "bordereaux_envoi",
440        ),
441    );
442    //
443    $links[] = array(
444        "title" => "<hr/>",
445        "right" => array(
446            "maj_dates_suivi", "envoi_lettre_rar", "bordereaux_envoi",
447        ),
448    );
449    //
450    $links[] = array(
451        "href" => "../app/maj_dates_suivi.php",
452        "class" => "maj_dates_suivi",
453        "title" => _("Mise a jour des dates"),
454        "right" => array("maj_dates_suivi", ),
455        "open" => array("maj_dates_suivi.php|"),
456    );
457    //
458    $links[] = array(
459        "href" => "../app/envoi_lettre_rar.php",
460        "class" => "edition",
461        "title" => _("Envoi lettre rar"),
462        "right" => array("envoi_lettre_rar", ),
463        "open" => array("envoi_lettre_rar.php|"),
464    );
465    //
466    $links[] = array(
467        "href" => "../app/bordereaux_envoi.php",
468        "class" => "edition",
469        "title" => _("Bordereaux"),
470        "right" => array("bordereaux_envoi", ),
471        "open" => array("bordereaux_envoi.php|"),
472  );  );
473  //  //
474  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 296  $rubrik = array( Line 487  $rubrik = array(
487  $links = array();  $links = array();
488  //  //
489  $links[] = array(  $links[] = array(
490        "href" => "../scr/dashboard.php",
491        "class" => "tableau-de-bord",
492        "title" => _("tableau de bord"),
493        "open" => array("dashboard.php|",),
494    );
495    //
496    $links[] = array(
497        "title" => "<hr/>",
498        "right" => array(
499            "demande_avis_encours", "demande_avis_encours_tab",
500            "demande_avis_passee", "demande_avis_passee_tab",
501            "demande_avis", "demande_avis_tab",
502        ),
503    );
504    //
505    $links[] = array(
506      "href" => "../scr/tab.php?obj=demande_avis_encours",      "href" => "../scr/tab.php?obj=demande_avis_encours",
507      "class" => "demande_avis_encours",      "class" => "demande_avis_encours",
508      "title" => _("Demandes en cours"),      "title" => _("Demandes en cours"),
# Line 326  $menu[] = $rubrik; Line 533  $menu[] = $rubrik;
533  // }}}  // }}}
534    
535    
536    // Commentaire de la rubrique EXPORT qui n'est pas prévue d'être opérationnelle
537    // dans cette version
538    //// {{{ Rubrique EXPORT
539    ////
540    //$rubrik = array(
541    //    "title" => _("export"),
542    //    "class" => "edition",
543    //    "right" => "menu_export",
544    //);
545    ////
546    //$links = array();
547    ////
548    //$links[] = array(
549    //    "href" => "../scr/edition.php",
550    //    "class" => "edition",
551    //    "title" => _("edition"),
552    //    "right" => "edition",
553    //    "open" => "edition.php|",
554    //);
555    ////
556    //$links[] = array(
557    //    "href" => "../app/edition_p.php",
558    //    "class" => "edition",
559    //    "title" => _("edition date depot"),
560    //    "right" => "edition_p",
561    //    "open" => "edition_p.php|",
562    //);
563    ////
564    //$links[] = array(
565    //    "href" => "../app/edition_d.php",
566    //    "class" => "edition",
567    //    "title" => _("edition date decision"),
568    //    "right" => "edition_d",
569    //    "open" => "edition_d.php|",
570    //);
571    ////
572    //$links[] = array(
573    //    "title" => "<hr/>",
574    //    "right" => array("reqmo", "export_sitadel", ),
575    //);
576    ////
577    //$links[] = array(
578    //    "href" => "../scr/reqmo.php",
579    //    "class" => "reqmo",
580    //    "title" => _("requetes memorisees"),
581    //    "right" => "reqmo",
582    //    "open" => array("reqmo.php|", "requeteur.php|", ),
583    //);
584    ////
585    //$links[] = array(
586    //    "href" => "../app/sitadel.php",
587    //    "class" => "reqmo",
588    //    "title" => _("export sitadel")." 2",
589    //    "right" => "export_sitadel",
590    //    "open" => "sitadel.php|",
591    //);
592    ////
593    //$rubrik['links'] = $links;
594    ////
595    //$menu[] = $rubrik;
596    //// }}}
597    
598    
599  // {{{ Rubrique EXPORT  // {{{ Rubrique PARAMETRAGE
600  //  //
601  $rubrik = array(  $rubrik = array(
602      "title" => _("export"),      "title" => _("parametrage dossiers"),
603      "class" => "edition",      "class" => "parametrage",
604      "right" => "menu_export",      "right" => "menu_parametrage",
605  );  );
606  //  //
607  $links = array();  $links = array();
608  //  //
609  $links[] = array(  $links[] = array(
610      "href" => "../scr/edition.php",      "class" => "category",
611      "class" => "edition",      "title" => _("dossiers"),
612      "title" => _("edition"),      "right" => array(
613      "right" => "edition",          "dossier_autorisation_type", "dossier_autorisation_type_tab",
614      "open" => "edition.php|",          "dossier_autorisation_type_detaille",
615            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
616            "dossier_instruction_type_tab", "cerfa", "cerfa_tab",
617        ),
618  );  );
619  //  //
620  $links[] = array(  $links[] = array(
621      "href" => "../app/edition_p.php",      "title" => "<hr/>",
622      "class" => "edition",      "right" => array(
623      "title" => _("edition date depot"),          "cerfa", "cerfa_tab",
624      "right" => "edition_p",      ),
     "open" => "edition_p.php|",  
625  );  );
626  //  //
627  $links[] = array(  $links[] = array(
628      "href" => "../app/edition_d.php",      "href" => "../scr/tab.php?obj=cerfa",
629      "class" => "edition",      "class" => "cerfa",
630      "title" => _("edition date decision"),      "title" => _("cerfa"),
631      "right" => "edition_d",      "right" => array("cerfa", "cerfa_tab", ),
632      "open" => "edition_d.php|",      "open" => array("tab.php|cerfa", "form.php|cerfa", ),
633  );  );
634  //  //
635  $links[] = array(  $links[] = array(
636      "title" => "<hr/>",      "title" => "<hr/>",
637      "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),      "right" => array(
638            "dossier_autorisation_type", "dossier_autorisation_type_tab",
639            "dossier_autorisation_type_detaille",
640            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
641            "dossier_instruction_type_tab",
642        ),
643  );  );
644  //  //
645  $links[] = array(  $links[] = array(
646      "href" => "../scr/reqmo.php",      "href" => "../scr/tab.php?obj=dossier_autorisation_type",
647      "class" => "reqmo",      "class" => "dossier_autorisation_type",
648      "title" => _("requetes memorisees"),      "title" => _("type DA"),
649      "right" => "reqmo",      "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
650      "open" => array("reqmo.php|", "requeteur.php|", ),      "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
651  );  );
652  //  //
653  $links[] = array(  $links[] = array(
654      "href" => "../app/export_pc.php",      "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
655      "class" => "reqmo",      "class" => "dossier_autorisation_type_detaille",
656      "title" => _("export PC Lascot"),      "title" => _("type DA detaille"),
657      "right" => "export_pc",      "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
658      "open" => "export_pc.php|",      "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
659  );  );
660  //  //
661  $links[] = array(  $links[] = array(
662      "href" => "../app/export_dp.php",      "href" => "../scr/tab.php?obj=dossier_instruction_type",
663      "class" => "reqmo",      "class" => "dossier_instruction_type",
664      "title" => _("export DP Lascot"),      "title" => _("type DI"),
665      "right" => "export_dp",      "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
666      "open" => "export_dp.php|",      "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
667  );  );
 //  
668  $links[] = array(  $links[] = array(
669      "href" => "../app/sitadel.php",      "class" => "category",
670      "class" => "reqmo",      "title" => _("demandes"),
671      "title" => _("export sitadel")." 2",      "right" => array(
672      "right" => "export_sitadel",          "demande_type",
673      "open" => "sitadel.php|",          "demande_type_tab", "demande_nature", "demande_nature_tab",
674  );      ),
 //  
 $rubrik['links'] = $links;  
 //  
 $menu[] = $rubrik;  
 // }}}  
   
 // {{{ Rubrique PARAMETRAGE  
 //  
 $rubrik = array(  
     "title" => _("parametrage"),  
     "class" => "parametrage",  
     "right" => "menu_parametrage",  
 );  
 //  
 $links = array();  
 //  
 // GENERAUX  
 $links[] = array(  
     "href" => "../scr/form.php?obj=dossier_numeromanuel",  
     "class" => "traitement",  
     "title" => _("numero manuel"),  
     "right" => "dossier_numeromanuel",  
     "open" => "|dossier_numeromanuel",  
 );  
 //  
 $links[] = array(  
     "href" => "../app/num_dossier.php",  
     "class" => "traitement",  
     "title" => _("remise a 0"),  
     "right" => "num_dossier",  
     "open" => "num_dossier.php|",  
675  );  );
676  //  //
677  $links[] = array(  $links[] = array(
678      "title" => "<hr/>",      "title" => "<hr/>",
679      "right" => array(      "right" => array(
680          "architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab",          "demande_type",
681          "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",  
682      ),      ),
683  );  );
684  //  //
685  $links[] = array(  $links[] = array(
686      "href" => "../scr/tab.php?obj=architecte",      "href" => "../scr/tab.php?obj=demande_nature",
687      "class" => "architecte",      "class" => "demande_nature",
688      "title" => _("architecte"),      "title" => _("nature"),
689      "right" => array("architecte", "architecte_tab", ),      "right" => array("demande_nature", "demande_nature_tab", ),
690      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
691  );  );
692  //  //
693  $links[] = array(  $links[] = array(
694      "href" => "../scr/tab.php?obj=service",      "href" => "../scr/tab.php?obj=demande_type",
695      "class" => "service",      "class" => "demande_type",
696      "title" => _("service"),      "title" => _("type"),
697      "right" => array("service", "service_tab", ),      "right" => array("demande_type", "demande_type_tab",),
698      "open" => array("tab.php|service", "form.php|service", ),      "open" => array("tab.php|demande_type", "form.php|demande_type", ),
699  );  );
700    //
701  $links[] = array(  $links[] = array(
702      "href" => "../scr/tab.php?obj=service_categorie",      "class" => "category",
703      "class" => "service_categorie",      "title" => _("workflows"),
704      "title" => _("thematique des services"),      "right" => array(
705      "right" => array("service_categorie", "service_categorie_tab", ),          "workflows",
706      "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),          "action", "action_tab", "etat",
707            "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
708            "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
709        ),
710  );  );
711    //
712  $links[] = array(  $links[] = array(
713      "href" => "../scr/tab.php?obj=lien_service_service_categorie",      "title" => "<hr/>",
714      "class" => "lien_service_service_categorie",      "right" => array(
715      "title" => _("Lien service / thematique"),          "workflows",
716      "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),          "action", "action_tab", "etat",
717      "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
718            "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
719        ),
720  );  );
721  //  //
722  $links[] = array(  $links[] = array(
723      "href" => "../scr/tab.php?obj=instructeur",      "href" => "../app/workflows.php",
724      "class" => "instructeur",      "class" => "workflows",
725      "title" => _("instructeur"),      "title" => _("workflows"),
726      "right" => array("instructeur", "instructeur_tab", ),      "right" => array("workflows", ),
727      "open" => array("tab.php|instructeur", "form.php|instructeur", ),      "open" => array("workflows.php|", ),
728  );  );
729  //  //
730  $links[] = array(  $links[] = array(
731      "href" => "../scr/tab.php?obj=lien_localisation_nature",      "title" => "<hr/>",
732      "class" => "lien_localisation_nature",      "right" => array(
733      "title" => _("Lien instructeur / localisation / type de dossier"),          "evenement", "evenement_tab",
734      "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),      ),
     "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),  
735  );  );
736  //  //
737  $links[] = array(  $links[] = array(
738      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=evenement",
739      "class" => "travaux",      "class" => "evenement",
740      "title" => _("travaux"),      "title" => _("evenement"),
741      "right" => array("travaux", "travaux_tab", ),      "right" => array("evenement", "evenement_tab", ),
742      "open" => array("tab.php|travaux", "form.php|travaux", ),      "open" => array("tab.php|evenement", "form.php|evenement", ),
743  );  );
744  //  //
745  $links[] = array(  $links[] = array(
746      "href" => "../scr/tab.php?obj=categorie_demandeur",      "title" => "<hr/>",
747      "class" => "categorie_demandeur",      "right" => array(
748      "title" => _("categorie_demandeur"),          "action", "action_tab", "etat",
749      "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),          "etat_tab", "avis_decision",
750      "open" => array(          "avis_decision_tab",
         "tab.php|categorie_demandeur", "form.php|categorie_demandeur",  
751      ),      ),
752  );  );
753  //  //
754  $links[] = array(  $links[] = array(
755      "href" => "../scr/tab.php?obj=destination",      "href" => "../scr/tab.php?obj=etat",
756      "class" => "destination",      "class" => "workflow-etat",
757      "title" => _("destination"),      "title" => _("etat"),
758      "right" => array("destination", "destination_tab", ),      "right" => array("etat", "etat_tab", ),
759      "open" => array("tab.php|destination", "form.php|destination", ),      "open" => array("tab.php|etat", "form.php|etat", ),
760  );  );
761  //  //
762  $links[] = array(  $links[] = array(
763      "href" => "../scr/tab.php?obj=nature",      "href" => "../scr/tab.php?obj=avis_decision",
764      "class" => "nature",      "class" => "avis_decision",
765      "title" => _("nature"),      "title" => _("avis decision"),
766      "right" => array("nature", "nature_tab", ),      "right" => array("avis_decision", "avis_decision_tab", ),
767      "open" => array("tab.php|nature", "form.php|nature", ),      "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
768  );  );
769  //  //
770  $links[] = array(  $links[] = array(
771      "href" => "../scr/tab.php?obj=rivoli",      "href" => "../scr/tab.php?obj=action",
772      "class" => "rivoli",      "class" => "action",
773      "title" => _("rivoli"),      "title" => _("action"),
774      "right" => array("rivoli", "rivoli_tab", ),      "right" => array("action", "action_tab", ),
775      "open" => array("tab.php|rivoli", "form.php|rivoli", ),      "open" => array("tab.php|action", "form.php|action", ),
776  );  );
777  //  //
778  $links[] = array(  $links[] = array(
779      "href" => "../scr/tab.php?obj=civilite",      "title" => "<hr/>",
780      "class" => "civilite",      "right" => array(
781      "title" => _("civilite"),          "bible", "bible_tab",
782      "right" => array("civilite", "civilite_tab", ),      ),
     "open" => array("tab.php|civilite", "form.php|civilite", ),  
783  );  );
784  //  //
785  $links[] = array(  $links[] = array(
786      "href" => "../scr/tab.php?obj=parametre",      "href" => "../scr/tab.php?obj=bible",
787      "class" => "parametre",      "class" => "bible",
788      "title" => _("parametre")." "._("statistique"),      "title" => _("bible"),
789      "right" => array("parametre", "parametre_tab", ),      "right" => array("bible", "bible_tab", ),
790      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|bible", "form.php|bible", ),
791  );  );
792  //  //
793  $links[] = array(  $links[] = array(
794      "class" => "category",      "class" => "category",
795      "title" => _("workflows"),      "title" => _("editions"),
796      "right" => array(      "right" => array(
797          "action", "action_tab", "transition", "transition_tab", "etat",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
798          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",          "om_lettretype", "om_lettretype_tab", "om_requete", "om_requete_tab",
799          "avis_decision_tab", "avis_consultation", "avis_consultation_tab",          "om_logo", "om_logo_tab",
800      ),      ),
801  );  );
802  //  //
803  $links[] = array(  $links[] = array(
804      "title" => "<hr/>",      "title" => "<hr/>",
805      "right" => array(      "right" => array(
806          "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",  
807      ),      ),
808  );  );
809  //  //
810  $links[] = array(  $links[] = array(
811      "href" => "../scr/tab.php?obj=action",      "href" => "../scr/tab.php?obj=om_etat",
812      "class" => "action",      "class" => "om_etat",
813      "title" => _("action"),      "title" => _("om_etat"),
814      "right" => array("action", "action_tab", ),      "right" => array("om_etat", "om_etat_tab", ),
815      "open" => array("tab.php|action", "form.php|action", ),      "open" => array("tab.php|om_etat", "form.php|om_etat", ),
816  );  );
817  //  //
818  $links[] = array(  $links[] = array(
819      "href" => "../scr/tab.php?obj=transition",      "href" => "../scr/tab.php?obj=om_lettretype",
820      "class" => "transition",      "class" => "om_lettretype",
821      "title" => _("transition"),      "title" => _("om_lettretype"),
822      "right" => array("transition", "transition_tab", ),      "right" => array("om_lettretype", "om_lettretype_tab"),
823      "open" => array("tab.php|transition", "form.php|transition", ),      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
824  );  );
825  //  //
826  $links[] = array(  $links[] = array(
827      "href" => "../scr/tab.php?obj=etat",      "title" => "<hr/>",
828      "class" => "etat",      "right" => array(
829      "title" => _("etat"),          "om_logo", "om_logo_tab",
830      "right" => array("etat", "etat_tab", ),      ),
     "open" => array("tab.php|etat", "form.php|etat", ),  
831  );  );
832  //  //
833  $links[] = array(  $links[] = array(
834      "href" => "../scr/tab.php?obj=evenement",      "href" => "../scr/tab.php?obj=om_logo",
835      "class" => "evenement",      "class" => "om_logo",
836      "title" => _("evenement"),      "title" => _("om_logo"),
837      "right" => array("evenement", "evenement_tab", ),      "right" => array("om_logo", "om_logo_tab", ),
838      "open" => array("tab.php|evenement", "form.php|evenement", ),      "open" => array("tab.php|om_logo", "form.php|om_logo", ),
839  );  );
840  //  //
841  $links[] = array(  $rubrik['links'] = $links;
     "href" => "../scr/tab.php?obj=bible",  
     "class" => "bible",  
     "title" => _("bible"),  
     "right" => array("bible", "bible_tab", ),  
     "open" => array("tab.php|bible", "form.php|bible", ),  
 );  
842  //  //
843  $links[] = array(  $menu[] = $rubrik;
844      "href" => "../scr/tab.php?obj=avis_decision",  // }}}
845      "class" => "avis_decision",  
846      "title" => _("avis decision"),  // {{{ Rubrique PARAMETRAGE
847      "right" => array("avis_decision", "avis_decision_tab", ),  //
848      "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),  $rubrik = array(
849        "title" => _("parametrage"),
850        "class" => "parametrage",
851        "right" => "menu_parametrage",
852  );  );
853  //  //
854    $links = array();
855    //
856  $links[] = array(  $links[] = array(
857      "href" => "../scr/tab.php?obj=avis_consultation",      "href" => "../scr/tab.php?obj=civilite",
858      "class" => "avis_consultation",      "class" => "civilite",
859      "title" => _("avis consultation"),      "title" => _("civilite"),
860      "right" => array("avis_consultation", "avis_consultation_tab", ),      "right" => array("civilite", "civilite_tab", ),
861      "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),      "open" => array("tab.php|civilite", "form.php|civilite", ),
862  );  );
863  //  //
864  $links[] = array(  $links[] = array(
865      "class" => "category",      "class" => "category",
866      "title" => _("Organisation"),      "title" => _("Organisation"),
867      "right" => array("direction", "division", "instructeur"),      "right" => array(
868            "direction", "direction_tab", "division", "division_tab", "instructeur",
869            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
870            "signataire_arrete", "signataire_arrete_tab",
871        ),
872  );  );
873  $links[] = array(  $links[] = array(
874      "title" => "<hr/>",      "title" => "<hr/>",
875      "right" => array("direction", "division", "instructeur"),      "right" => array(
876            "direction", "direction_tab", "division", "division_tab", "instructeur",
877            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
878            "signataire_arrete", "signataire_arrete_tab",
879        ),
880    );
881    //
882    $links[] = array(
883        "href" => "../scr/tab.php?obj=genre",
884        "class" => "genre",
885        "title" => _("genre"),
886        "right" => array("genre", "genre_tab", ),
887        "open" => array("tab.php|genre", "form.php|genre", ),
888    );
889    //
890    $links[] = array(
891        "href" => "../scr/tab.php?obj=groupe",
892        "class" => "groupe",
893        "title" => _("groupe"),
894        "right" => array("groupe", "groupe_tab", ),
895        "open" => array("tab.php|groupe", "form.php|groupe", ),
896  );  );
897  //  //
898  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 920  $links[] = array(
920  );  );
921  //  //
922  $links[] = array(  $links[] = array(
923        "href" => "../scr/tab.php?obj=signataire_arrete",
924        "class" => "signataire_arrete",
925        "title" => _("signataire arrete"),
926        "right" => array("signataire_arrete", "signataire_arrete", ),
927        "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
928    );
929    //
930    $links[] = array(
931      "class" => "category",      "class" => "category",
932      "title" => _("editions"),      "title" => _("gestion des commissions"),
933      "right" => array(      "right" => array(
934          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "comission_type", "comission_type_tab",
         "om_lettretype", "om_lettretype_tab",  
935      ),      ),
936  );  );
937  //  //
938  $links[] = array(  $links[] = array(
939      "title" => "<hr/>",      "title" => "<hr/>",
940      "right" => array(      "right" => array(
941          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "comission_type", "comission_type_tab",
         "om_lettretype", "om_lettretype_tab",  
942      ),      ),
943  );  );
944  //  //
945  $links[] = array(  $links[] = array(
946      "href" => "../scr/tab.php?obj=om_etat",      "href" => "../scr/tab.php?obj=commission_type",
947      "class" => "etat",      "class" => "commission-type",
948      "title" => _("om_etat"),      "title" => _("commission_type"),
949      "right" => array("om_etat", "om_etat_tab", ),      "right" => array("commission_type", "commission_type_tab", ),
950      "open" => array("tab.php|om_etat", "form.php|om_etat", ),      "open" => array("tab.php|commission_type", "form.php|commission_type", ),
951  );  );
952  //  //
953  $links[] = array(  $links[] = array(
954      "href" => "../scr/tab.php?obj=om_sousetat",      "class" => "category",
955      "class" => "sousetat",      "title" => _("gestion des consultations"),
956      "title" => _("om_sousetat"),      "right" => array(
957      "right" => array("om_sousetat", "om_sousetat_tab", ),          "avis_consultation", "avis_consultation_tab", "service", "service_tab",
958      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),          "service_categorie", "service_categorie_tab",
959            "lien_service_service_categorie", "lien_service_service_categorie_tab",
960        ),
961  );  );
962  //  //
963  $links[] = array(  $links[] = array(
964      "href" => "../scr/tab.php?obj=om_lettretype",      "title" => "<hr/>",
965      "class" => "lettretype",      "right" => array(
966      "title" => _("om_lettretype"),          "avis_consultation", "avis_consultation_tab", "service", "service_tab",
967      "right" => array("om_lettretype", "om_lettretype_tab"),          "service_categorie", "service_categorie_tab",
968      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),          "lien_service_service_categorie", "lien_service_service_categorie_tab",
969        ),
970    );
971    //
972    $links[] = array(
973        "href" => "../scr/tab.php?obj=avis_consultation",
974        "class" => "avis_consultation",
975        "title" => _("avis consultation"),
976        "right" => array("avis_consultation", "avis_consultation_tab", ),
977        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
978    );
979    //
980    $links[] = array(
981        "href" => "../scr/tab.php?obj=service",
982        "class" => "service",
983        "title" => _("service"),
984        "right" => array("service", "service_tab", ),
985        "open" => array("tab.php|service", "form.php|service", ),
986    );
987    $links[] = array(
988        "href" => "../scr/tab.php?obj=service_categorie",
989        "class" => "service_categorie",
990        "title" => _("thematique des services"),
991        "right" => array("service_categorie", "service_categorie_tab", ),
992        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
993    );
994    $links[] = array(
995        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
996        "class" => "lien_service_service_categorie",
997        "title" => _("Lien service / thematique"),
998        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
999        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
1000  );  );
1001  //  //
1002    $links[] = array(
1003        "class" => "category",
1004        "title" => _("Gestion des dossiers"),
1005        "right" => array(
1006            "dossier_autorisation_type", "dossier_autorisation_type_tab",
1007            "dossier_autorisation_type_detaille",
1008            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
1009            "dossier_instruction_type_tab",
1010            "lien_evenement_dossier_autorisation_type",
1011            "lien_evenement_dossier_autorisation_type_tab",
1012            "autorite_competente", "autorite_competente_tab",
1013            "affectation_automatique", "affectation_automatique_tab",
1014        ),
1015    );
1016    //
1017    $links[] = array(
1018        "title" => "<hr/>",
1019        "right" => array(
1020            "dossier_autorisation_type", "dossier_autorisation_type_tab",
1021            "dossier_autorisation_type_detaille",
1022            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
1023            "dossier_instruction_type_tab",
1024            "lien_evenement_dossier_autorisation_type",
1025            "lien_evenement_dossier_autorisation_type_tab",
1026            "autorite_competente", "autorite_competente_tab",
1027            "affectation_automatique", "affectation_automatique_tab",
1028            
1029        ),
1030    );
1031    //
1032    $links[] = array(
1033        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
1034        "class" => "lien_evenement_dossier_autorisation_type",
1035        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
1036        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
1037        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
1038    );
1039    //
1040    $links[] = array(
1041        "href" => "../scr/tab.php?obj=affectation_automatique",
1042        "class" => "affectation_automatique",
1043        "title" => _("affectation automatique"),
1044        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
1045        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
1046    );
1047    //
1048    $links[] = array(
1049        "href" => "../scr/tab.php?obj=autorite_competente",
1050        "class" => "autorite_competente",
1051        "title" => _("autorite")." "._("competente"),
1052        "right" => array("autorite_competente", "autorite_competente_tab", ),
1053        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
1054    );
1055    
1056    //
1057  $rubrik['links'] = $links;  $rubrik['links'] = $links;
1058  //  //
1059  $menu[] = $rubrik;  $menu[] = $rubrik;
# Line 706  $rubrik = array( Line 1065  $rubrik = array(
1065      "title" => _("sig"),      "title" => _("sig"),
1066      "class" => "sig",      "class" => "sig",
1067      "right" => "menu_sig",      "right" => "menu_sig",
1068        "parameters" => array("option_localisation" => "sig_interne", ),
1069  );  );
1070  //  //
1071  $links = array();  $links = array();
# Line 716  $links[] = array( Line 1076  $links[] = array(
1076      "title" => _("parcelle"),      "title" => _("parcelle"),
1077      "right" => array("parcelle", "parcelle_tab"),      "right" => array("parcelle", "parcelle_tab"),
1078      "open" => array("tab.php|parcelle", "form.php|parcelle", ),      "open" => array("tab.php|parcelle", "form.php|parcelle", ),
1079        "parameters" => array("option_localisation" => "sig_interne", ),
1080  );  );
1081  //  //
1082  $links[] = array(  $links[] = array(
# Line 724  $links[] = array( Line 1085  $links[] = array(
1085      "title" => _("proprietaire"),      "title" => _("proprietaire"),
1086      "right" => array("proprietaire", "proprietaire_tab"),      "right" => array("proprietaire", "proprietaire_tab"),
1087      "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),      "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
1088        "parameters" => array("option_localisation" => "sig_interne", ),
1089  );  );
1090  //  //
1091  $links[] = array(  $links[] = array(
# Line 734  $links[] = array( Line 1096  $links[] = array(
1096          "servitude_ligne", "servitude_ligne_tab", "servitude_point",          "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1097          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1098      ),      ),
1099        "parameters" => array("option_localisation" => "sig_interne", ),
1100  );  );
1101  //  //
1102  $links[] = array(  $links[] = array(
# Line 743  $links[] = array( Line 1106  $links[] = array(
1106          "servitude_ligne", "servitude_ligne_tab", "servitude_point",          "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1107          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1108      ),      ),
1109        "parameters" => array("option_localisation" => "sig_interne", ),
1110  );  );
1111  //  //
1112  $links[] = array(  $links[] = array(
# Line 751  $links[] = array( Line 1115  $links[] = array(
1115      "title" => _("pos"),      "title" => _("pos"),
1116      "right" => array("pos", "pos_tab"),      "right" => array("pos", "pos_tab"),
1117      "open" => array("tab.php|pos", "form.php|pos", ),      "open" => array("tab.php|pos", "form.php|pos", ),
1118        "parameters" => array("option_localisation" => "sig_interne", ),
1119  );  );
1120  //  //
1121  $links[] = array(  $links[] = array(
# Line 761  $links[] = array( Line 1126  $links[] = array(
1126      "open" => array(      "open" => array(
1127          "tab.php|servitude_surfacique", "form.php|servitude_surfacique",          "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
1128      ),      ),
1129        "parameters" => array("option_localisation" => "sig_interne", ),
1130  );  );
1131  //  //
1132  $links[] = array(  $links[] = array(
# Line 769  $links[] = array( Line 1135  $links[] = array(
1135      "title" => _("servitude_ligne"),      "title" => _("servitude_ligne"),
1136      "right" => array("servitude_ligne", "servitude_ligne_tab"),      "right" => array("servitude_ligne", "servitude_ligne_tab"),
1137      "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),      "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
1138        "parameters" => array("option_localisation" => "sig_interne", ),
1139  );  );
1140  //  //
1141  $links[] = array(  $links[] = array(
# Line 777  $links[] = array( Line 1144  $links[] = array(
1144      "title" => _("servitude_point"),      "title" => _("servitude_point"),
1145      "right" => array("servitude_point", "servitude_point_tab"),      "right" => array("servitude_point", "servitude_point_tab"),
1146      "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),      "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),
1147        "parameters" => array("option_localisation" => "sig_interne", ),
1148  );  );
1149  //  //
1150  $links[] = array(  $links[] = array(
# Line 785  $links[] = array( Line 1153  $links[] = array(
1153      "title" => _("parcelle_lot"),      "title" => _("parcelle_lot"),
1154      "right" => array("parcelle_lot", "parcelle_lot_tab"),      "right" => array("parcelle_lot", "parcelle_lot_tab"),
1155      "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),      "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
1156        "parameters" => array("option_localisation" => "sig_interne", ),
1157  );  );
1158  //  //
1159  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 911  $links[] = array( Line 1280  $links[] = array(
1280      "right" => array(      "right" => array(
1281          "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",
1282      ),      ),
1283        "parameters" => array("option_localisation" => "sig_interne", ),
1284  );  );
1285  //  //
1286  $links[] = array(  $links[] = array(
# Line 918  $links[] = array( Line 1288  $links[] = array(
1288      "right" => array(      "right" => array(
1289          "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",
1290      ),      ),
1291        "parameters" => array("option_localisation" => "sig_interne", ),
1292  );  );
1293  //  //
1294  $links[] = array(  $links[] = array(
# Line 926  $links[] = array( Line 1297  $links[] = array(
1297      "title" => _("om_sig_map"),      "title" => _("om_sig_map"),
1298      "right" => array("om_sig_map", "om_sig_map_tab", ),      "right" => array("om_sig_map", "om_sig_map_tab", ),
1299      "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),      "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
1300        "parameters" => array("option_localisation" => "sig_interne", ),
1301  );  );
1302  //  //
1303  $links[] = array(  $links[] = array(
# Line 934  $links[] = array( Line 1306  $links[] = array(
1306      "title" => _("om_sig_wms"),      "title" => _("om_sig_wms"),
1307      "right" => array("om_sig_wms", "om_sig_wms_tab", ),      "right" => array("om_sig_wms", "om_sig_wms_tab", ),
1308      "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),      "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
1309        "parameters" => array("option_localisation" => "sig_interne", ),
1310  );  );
1311  //  //
1312  $links[] = array(  $links[] = array(
1313      "class" => "category",      "class" => "category",
1314      "title" => _("options avancees"),      "title" => _("options avancees"),
1315      "right" => array("import", "gen", ),      "right" => array("import", "gen", "om_requete", "om_requete_tab",
1316                         "om_sousetat", "om_sousetat_tab",),
1317    );
1318    //
1319    $links[] = array(
1320        "title" => "<hr/>",
1321        "right" => array(
1322            "om_sousetat", "om_sousetat_tab",
1323        ),
1324    );
1325    //
1326    $links[] = array(
1327        "href" => "../scr/tab.php?obj=om_sousetat",
1328        "class" => "om_sousetat",
1329        "title" => _("om_sousetat"),
1330        "right" => array("om_sousetat", "om_sousetat_tab", ),
1331        "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
1332    );
1333    //
1334    $links[] = array(
1335        "title" => "<hr/>",
1336        "right" => array("om_requete", "om_requete_tab", ),
1337    );
1338    //
1339    $links[] = array(
1340        "href" => "../scr/tab.php?obj=om_requete",
1341        "class" => "om_requete",
1342        "title" => _("om_requete"),
1343        "right" => array("om_requete", "om_requete_tab", ),
1344        "open" => array("tab.php|om_requete", "form.php|om_requete", ),
1345  );  );
1346  //  //
1347  $links[] = array(  $links[] = array(

Legend:
Removed from v.656  
changed lines
  Added in v.1550

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26