/[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 1667 by fmichon, Mon Apr 15 07:45:17 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(  $links[] = array(
88      "class" => "category",      "title" => "<hr/>",
89      "title" => _("Affichage des dossiers"),      "right" => array(
90      "right" => array("edition", "edition_tab","attestation_affichage","attestation_affichage_tab",),          "demande_consulter", "demande_tab"
91        ),
92  );  );
93  $links[] = array(  $links[] = array(
94      "title" => "<hr/>",      "href" => "../scr/tab.php?obj=demande",
95      "right" => array("edition", "attestation_affichage"),      "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  $links[] = array(  $links[] = array(
103      "href" => "../app/edition_affichage.php",      "title" => "<hr/>",
104      "class" => "edition",      "right" => array(
105      "title" => _("edition"),          "petitionnaire_frequent_consulter", "petitionnaire_frequent_tab"
106      "right" => array("edition", "edition_tab", ),      ),
     "open" => array("tab.php|edition", "form.php|edition", ),  
107  );  );
108  $links[] = array(  $links[] = array(
109      "href" => "../app/attestation_affichage.php",      "href" => "../scr/tab.php?obj=petitionnaire_frequent",
110      "class" => "attestation_affichage",      "class" => "petitionnaire_frequent",
111      "title" => _("attestation d'affichage"),      "title" => _("petitionnaire_frequent"),
112      "right" => array("attestation_affichage", "attestation_affichage_tab", ),      "right" => array(
113      "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),          "petitionnaire_frequent_consulter", "petitionnaire_frequent_tab"
114        ),
115        "open" => array("tab.php|petitionnaire_frequent","form.php|petitionnaire_frequent"),
116  );  );
117  //  //
118  /*$links[] = array(  $links[] = array(
119      "class" => "category",      "class" => "category",
120      "title" => _("Qualification"),      "title" => _("affichage reglementaire"),
121      "right" => array("qualification"),      "right" => array(
122            "affichage_reglementaire_registre",
123            "affichage_reglementaire_attestation",
124        ),
125  );  );
126  $links[] = array(  $links[] = array(
127      "title" => "<hr/>",      "title" => "<hr/>",
128      "right" => array("qualification"),      "right" => array(
129            "affichage_reglementaire_registre",
130            "affichage_reglementaire_attestation",
131        ),
132  );  );
133  $links[] = array(  $links[] = array(
134      "href" => "../scr/tab.php?obj=dossier",      "href" => "../app/affichage_reglementaire_registre.php",
135      "class" => "qualification",      "class" => "edition",
136      "title" => _("A Qualifier"),      "title" => _("registre"),
137      "right" => array("qualification", "qualification_tab", ),      "right" => array(
138      "open" => array("tab.php|qualification", "form.php|qualification", ),          "affichage_reglementaire_registre",
139  );*/      ),
140        "open" => "affichage_reglementaire_registre.php|",
141    );
142    $links[] = array(
143        "href" => "../app/affichage_reglementaire_attestation.php",
144        "class" => "edition",
145        "title" => _("attestation"),
146        "right" => array(
147            "affichage_reglementaire_attestation",
148        ),
149        "open" => "affichage_reglementaire_attestation.php|",
150    );
151  //  //
152  $rubrik['links'] = $links;  $rubrik['links'] = $links;
153  //  //
# Line 116  $rubrik = array( Line 163  $rubrik = array(
163  );  );
164  //  //
165  $links = array();  $links = array();
166    //
167    $links[] = array(
168        "href" => "../scr/dashboard.php",
169        "class" => "tableau-de-bord",
170        "title" => _("tableau de bord"),
171        "open" => array("dashboard.php|",),
172    );
173  // Catégorie DOSSIERS D'INSTRUCTION  // Catégorie DOSSIERS D'INSTRUCTION
174  $links[] = array(  $links[] = array(
175      "class" => "category",      "class" => "category",
# Line 179  $links[] = array( Line 233  $links[] = array(
233  //  //
234  $links[] = array(  $links[] = array(
235      "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/>",  
236      "right" => array(      "right" => array(
237          "dossier_instruction", "dossier_instruction_tab",          "dossier_instruction", "dossier_instruction_tab",
238      ),      ),
# Line 199  $links[] = array( Line 240  $links[] = array(
240  //  //
241  $links[] = array(  $links[] = array(
242      "href" => "../scr/tab.php?obj=dossier_instruction",      "href" => "../scr/tab.php?obj=dossier_instruction",
243      "class" => "dossier_instruction",      "class" => "dossier_instruction_recherche",
244      "title" => _("recherche"),      "title" => _("recherche"),
245      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
246      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
247  );  );
248    
249    // Catégorier Qualification
250    $links[] = array(
251        "class" => "category",
252        "title" => _("qualification"),
253        "right" => array("dossier_qualifier", ),
254    );
255    $links[] = array(
256        "title" => "<hr/>",
257        "right" => array("dossier_qualifier", ),
258    );
259    $links[] = array(
260        "href" => "../scr/tab.php?obj=dossier_qualifier",
261        "class" => "dossier_qualifier",
262        "title" => _("dossiers a qualifier"),
263        "right" => array("dossier_qualifier", "dossier_qualifier_tab", ),
264        "open" => array("tab.php|dossier_qualifier", "form.php|dossier_qualifier", ),
265    );
266  // Catégorie CONSULTATIONS  // Catégorie CONSULTATIONS
267  $links[] = array(  $links[] = array(
268      "class" => "category",      "class" => "category",
# Line 233  $links[] = array( Line 292  $links[] = array(
292      "class" => "category",      "class" => "category",
293      "title" => _("Messages"),      "title" => _("Messages"),
294      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
295        "parameters" => array("option_ERP" => "true", ),
296  );  );
297  //  //
298  $links[] = array(  $links[] = array(
299      "title" => "<hr/>",      "title" => "<hr/>",
300      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
301        "parameters" => array("option_ERP" => "true", ),
302  );  );
303  //  //
304  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 307  $links[] = array(
307      "title" => _("Mes messages"),      "title" => _("Mes messages"),
308      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
309      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
310        "parameters" => array("option_ERP" => "true", ),
311  );  );
312  //  //
313  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 316  $links[] = array(
316      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
317      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
318      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
319        "parameters" => array("option_ERP" => "true", ),
320    );
321    // Catégorie COMMISSIONS
322    $links[] = array(
323        "class" => "category",
324        "title" => _("commissions"),
325        "right" => array(
326            "commission_mes_retours", "commission_mes_retours_tab",
327            "commission_tous_retours", "commission_tous_retours_tab",
328        ),
329    );
330    $links[] = array(
331        "title" => "<hr/>",
332        "right" => array(
333            "commission_mes_retours", "commission_mes_retours_tab",
334            "commission_tous_retours", "commission_tous_retours_tab",
335        ),
336    );
337    $links[] = array(
338        "href" => "../scr/tab.php?obj=commission_mes_retours",
339        "class" => "commission_mes_retours",
340        "title" => _("Mes retours"),
341        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
342        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
343    );
344    $links[] = array(
345        "href" => "../scr/tab.php?obj=commission_tous_retours",
346        "class" => "commission_tous_retours",
347        "title" => _("Tous les retours"),
348        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
349        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
350  );  );
351    
352  //  //
# Line 273  $rubrik = array( Line 366  $rubrik = array(
366  $links = array();  $links = array();
367  //  //
368  $links[] = array(  $links[] = array(
369      "href" => "../app/avis_code_barre.php",      "href" => "../scr/dashboard.php",
370      "class" => "avis_code_barre",      "class" => "tableau-de-bord",
371      "title" => _("Retour de consultation"),      "title" => _("tableau de bord"),
372      "right" => array("avis_code_barre", ),      "open" => array("dashboard.php|",),
373      "open" => array("avis_code_barre.php|"),  );
374    $links[] = array(
375        "class" => "category",
376        "title" => _("suivi des pieces"),
377        "right" => array(
378            "suivi_retours_de_consultation",
379            "suivi_mise_a_jour_des_dates", "envoi_lettre_rar", "bordereaux_envoi",
380        ),
381    );
382    //
383    $links[] = array(
384        "title" => "<hr/>",
385        "right" => array(
386            "suivi_retours_de_consultation",
387            "suivi_mise_a_jour_des_dates", "envoi_lettre_rar", "bordereaux_envoi",
388        ),
389    );
390    //
391    $links[] = array(
392        "href" => "../app/suivi_retours_de_consultation.php",
393        "class" => "consultation-retour",
394        "title" => _("retours de consultation"),
395        "right" => array(
396            "suivi_retours_de_consultation",
397        ),
398        "open" => array("suivi_retours_de_consultation.php|", "form.php|consultation", ),
399    );
400    //
401    $links[] = array(
402        "title" => "<hr/>",
403        "right" => array(
404            "suivi_mise_a_jour_des_dates",
405        ),
406    );
407    //
408    $links[] = array(
409        "href" => "../app/suivi_mise_a_jour_des_dates.php",
410        "class" => "suivi_mise_a_jour_des_dates",
411        "title" => _("Mise a jour des dates"),
412        "right" => array("suivi_mise_a_jour_des_dates", ),
413        "open" => array("suivi_mise_a_jour_des_dates.php|"),
414    );
415    //
416    $links[] = array(
417        "title" => "<hr/>",
418        "right" => array(
419            "envoi_lettre_rar",
420        ),
421    );
422    //
423    $links[] = array(
424        "href" => "../app/envoi_lettre_rar.php",
425        "class" => "edition",
426        "title" => _("Envoi lettre rar"),
427        "right" => array("envoi_lettre_rar", ),
428        "open" => array("envoi_lettre_rar.php|"),
429    );
430    //
431    $links[] = array(
432        "title" => "<hr/>",
433        "right" => array(
434            "bordereaux_envoi",
435        ),
436    );
437    //
438    $links[] = array(
439        "href" => "../app/bordereaux_envoi.php",
440        "class" => "edition",
441        "title" => _("Bordereaux"),
442        "right" => array("bordereaux_envoi", ),
443        "open" => array("bordereaux_envoi.php|"),
444    );
445    // Catégorie COMMISSIONS
446    $links[] = array(
447        "class" => "category",
448        "title" => _("commissions"),
449        "right" => array(
450            "commission", "commission_tab",
451            "commission_demandes_passage", "commission_demandes_passage_tab",
452        ),
453    );
454    //
455    $links[] = array(
456        "title" => "<hr/>",
457        "right" => array(
458            "commission", "commission_tab",
459            "commission_demandes_passage", "commission_demandes_passage_tab",
460        ),
461    );
462    //
463    $links[] = array(
464        "href" => "../scr/tab.php?obj=commission",
465        "class" => "commissions",
466        "title" => _("gestion"),
467        "right" => array("commission", ),
468        "open" => array("tab.php|commission", "form.php|commission", ),
469    );
470    //
471    $links[] = array(
472        "href" => "../scr/tab.php?obj=commission_demandes_passage",
473        "class" => "commissions-demande-passage",
474        "title" => _("demandes"),
475        "right" => array("commission_demandes_passage", ),
476        "open" => array("tab.php|commission_demandes_passage", "form.php|commission_demandes_passage", ),
477  );  );
478  //  //
479  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 296  $rubrik = array( Line 492  $rubrik = array(
492  $links = array();  $links = array();
493  //  //
494  $links[] = array(  $links[] = array(
495        "href" => "../scr/dashboard.php",
496        "class" => "tableau-de-bord",
497        "title" => _("tableau de bord"),
498        "open" => array("dashboard.php|",),
499    );
500    //
501    $links[] = array(
502        "title" => "<hr/>",
503        "right" => array(
504            "demande_avis_encours", "demande_avis_encours_tab",
505            "demande_avis_passee", "demande_avis_passee_tab",
506            "demande_avis", "demande_avis_tab",
507        ),
508    );
509    //
510    $links[] = array(
511      "href" => "../scr/tab.php?obj=demande_avis_encours",      "href" => "../scr/tab.php?obj=demande_avis_encours",
512      "class" => "demande_avis_encours",      "class" => "demande_avis_encours",
513      "title" => _("Demandes en cours"),      "title" => _("Demandes en cours"),
# Line 326  $menu[] = $rubrik; Line 538  $menu[] = $rubrik;
538  // }}}  // }}}
539    
540    
541    // Commentaire de la rubrique EXPORT qui n'est pas prévue d'être opérationnelle
542    // dans cette version
543    //// {{{ Rubrique EXPORT
544    ////
545    //$rubrik = array(
546    //    "title" => _("export"),
547    //    "class" => "edition",
548    //    "right" => "menu_export",
549    //);
550    ////
551    //$links = array();
552    ////
553    //$links[] = array(
554    //    "href" => "../scr/edition.php",
555    //    "class" => "edition",
556    //    "title" => _("edition"),
557    //    "right" => "edition",
558    //    "open" => "edition.php|",
559    //);
560    ////
561    //$links[] = array(
562    //    "href" => "../app/edition_p.php",
563    //    "class" => "edition",
564    //    "title" => _("edition date depot"),
565    //    "right" => "edition_p",
566    //    "open" => "edition_p.php|",
567    //);
568    ////
569    //$links[] = array(
570    //    "href" => "../app/edition_d.php",
571    //    "class" => "edition",
572    //    "title" => _("edition date decision"),
573    //    "right" => "edition_d",
574    //    "open" => "edition_d.php|",
575    //);
576    ////
577    //$links[] = array(
578    //    "title" => "<hr/>",
579    //    "right" => array("reqmo", "export_sitadel", ),
580    //);
581    ////
582    //$links[] = array(
583    //    "href" => "../scr/reqmo.php",
584    //    "class" => "reqmo",
585    //    "title" => _("requetes memorisees"),
586    //    "right" => "reqmo",
587    //    "open" => array("reqmo.php|", "requeteur.php|", ),
588    //);
589    ////
590    //$links[] = array(
591    //    "href" => "../app/sitadel.php",
592    //    "class" => "reqmo",
593    //    "title" => _("export sitadel")." 2",
594    //    "right" => "export_sitadel",
595    //    "open" => "sitadel.php|",
596    //);
597    ////
598    //$rubrik['links'] = $links;
599    ////
600    //$menu[] = $rubrik;
601    //// }}}
602    
603    
604  // {{{ Rubrique EXPORT  // {{{ Rubrique PARAMETRAGE
605  //  //
606  $rubrik = array(  $rubrik = array(
607      "title" => _("export"),      "title" => _("parametrage dossiers"),
608      "class" => "edition",      "class" => "parametrage",
609      "right" => "menu_export",      "right" => "menu_parametrage",
610  );  );
611  //  //
612  $links = array();  $links = array();
613  //  //
614  $links[] = array(  $links[] = array(
615      "href" => "../scr/edition.php",      "class" => "category",
616      "class" => "edition",      "title" => _("dossiers"),
617      "title" => _("edition"),      "right" => array(
618      "right" => "edition",          "dossier_autorisation_type", "dossier_autorisation_type_tab",
619      "open" => "edition.php|",          "dossier_autorisation_type_detaille",
620  );          "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
621  //          "dossier_instruction_type_tab", "cerfa", "cerfa_tab",
622  $links[] = array(      ),
     "href" => "../app/edition_p.php",  
     "class" => "edition",  
     "title" => _("edition date depot"),  
     "right" => "edition_p",  
     "open" => "edition_p.php|",  
 );  
 //  
 $links[] = array(  
     "href" => "../app/edition_d.php",  
     "class" => "edition",  
     "title" => _("edition date decision"),  
     "right" => "edition_d",  
     "open" => "edition_d.php|",  
623  );  );
624  //  //
625  $links[] = array(  $links[] = array(
626      "title" => "<hr/>",      "title" => "<hr/>",
627      "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),      "right" => array(
628            "cerfa", "cerfa_tab",
629        ),
630  );  );
631  //  //
632  $links[] = array(  $links[] = array(
633      "href" => "../scr/reqmo.php",      "href" => "../scr/tab.php?obj=cerfa",
634      "class" => "reqmo",      "class" => "cerfa",
635      "title" => _("requetes memorisees"),      "title" => _("cerfa"),
636      "right" => "reqmo",      "right" => array("cerfa", "cerfa_tab", ),
637      "open" => array("reqmo.php|", "requeteur.php|", ),      "open" => array("tab.php|cerfa", "form.php|cerfa", ),
638  );  );
639  //  //
640  $links[] = array(  $links[] = array(
641      "href" => "../app/export_pc.php",      "title" => "<hr/>",
642      "class" => "reqmo",      "right" => array(
643      "title" => _("export PC Lascot"),          "dossier_autorisation_type", "dossier_autorisation_type_tab",
644      "right" => "export_pc",          "dossier_autorisation_type_detaille",
645      "open" => "export_pc.php|",          "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
646            "dossier_instruction_type_tab",
647        ),
648  );  );
649  //  //
650  $links[] = array(  $links[] = array(
651      "href" => "../app/export_dp.php",      "href" => "../scr/tab.php?obj=dossier_autorisation_type",
652      "class" => "reqmo",      "class" => "dossier_autorisation_type",
653      "title" => _("export DP Lascot"),      "title" => _("type DA"),
654      "right" => "export_dp",      "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
655      "open" => "export_dp.php|",      "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
656  );  );
657  //  //
658  $links[] = array(  $links[] = array(
659      "href" => "../app/sitadel.php",      "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
660      "class" => "reqmo",      "class" => "dossier_autorisation_type_detaille",
661      "title" => _("export sitadel")." 2",      "title" => _("type DA detaille"),
662      "right" => "export_sitadel",      "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
663      "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",  
664  );  );
665  //  //
 $links = array();  
 //  
 // GENERAUX  
666  $links[] = array(  $links[] = array(
667      "href" => "../scr/form.php?obj=dossier_numeromanuel",      "href" => "../scr/tab.php?obj=dossier_instruction_type",
668      "class" => "traitement",      "class" => "dossier_instruction_type",
669      "title" => _("numero manuel"),      "title" => _("type DI"),
670      "right" => "dossier_numeromanuel",      "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
671      "open" => "|dossier_numeromanuel",      "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
672  );  );
 //  
673  $links[] = array(  $links[] = array(
674      "href" => "../app/num_dossier.php",      "class" => "category",
675      "class" => "traitement",      "title" => _("demandes"),
676      "title" => _("remise a 0"),      "right" => array(
677      "right" => "num_dossier",          "demande_type",
678      "open" => "num_dossier.php|",          "demande_type_tab", "demande_nature", "demande_nature_tab",
679        ),
680  );  );
681  //  //
682  $links[] = array(  $links[] = array(
683      "title" => "<hr/>",      "title" => "<hr/>",
684      "right" => array(      "right" => array(
685          "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",
686          "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",  
687      ),      ),
688  );  );
689  //  //
690  $links[] = array(  $links[] = array(
691      "href" => "../scr/tab.php?obj=architecte",      "href" => "../scr/tab.php?obj=demande_nature",
692      "class" => "architecte",      "class" => "demande_nature",
693      "title" => _("architecte"),      "title" => _("nature"),
694      "right" => array("architecte", "architecte_tab", ),      "right" => array("demande_nature", "demande_nature_tab", ),
695      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
696  );  );
697  //  //
698  $links[] = array(  $links[] = array(
699      "href" => "../scr/tab.php?obj=service",      "href" => "../scr/tab.php?obj=demande_type",
700      "class" => "service",      "class" => "demande_type",
701      "title" => _("service"),      "title" => _("type"),
702      "right" => array("service", "service_tab", ),      "right" => array("demande_type", "demande_type_tab",),
703      "open" => array("tab.php|service", "form.php|service", ),      "open" => array("tab.php|demande_type", "form.php|demande_type", ),
704  );  );
705    //
706  $links[] = array(  $links[] = array(
707      "href" => "../scr/tab.php?obj=service_categorie",      "class" => "category",
708      "class" => "service_categorie",      "title" => _("workflows"),
709      "title" => _("thematique des services"),      "right" => array(
710      "right" => array("service_categorie", "service_categorie_tab", ),          "workflows",
711      "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),          "action", "action_tab", "etat",
712            "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
713            "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
714        ),
715  );  );
716    //
717  $links[] = array(  $links[] = array(
718      "href" => "../scr/tab.php?obj=lien_service_service_categorie",      "title" => "<hr/>",
719      "class" => "lien_service_service_categorie",      "right" => array(
720      "title" => _("Lien service / thematique"),          "workflows",
721      "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),          "action", "action_tab", "etat",
722      "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
723            "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
724        ),
725  );  );
726  //  //
727  $links[] = array(  $links[] = array(
728      "href" => "../scr/tab.php?obj=instructeur",      "href" => "../app/workflows.php",
729      "class" => "instructeur",      "class" => "workflows",
730      "title" => _("instructeur"),      "title" => _("workflows"),
731      "right" => array("instructeur", "instructeur_tab", ),      "right" => array("workflows", ),
732      "open" => array("tab.php|instructeur", "form.php|instructeur", ),      "open" => array("workflows.php|", ),
733  );  );
734  //  //
735  $links[] = array(  $links[] = array(
736      "href" => "../scr/tab.php?obj=lien_localisation_nature",      "title" => "<hr/>",
737      "class" => "lien_localisation_nature",      "right" => array(
738      "title" => _("Lien instructeur / localisation / type de dossier"),          "evenement", "evenement_tab",
739      "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),      ),
     "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),  
740  );  );
741  //  //
742  $links[] = array(  $links[] = array(
743      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=evenement",
744      "class" => "travaux",      "class" => "evenement",
745      "title" => _("travaux"),      "title" => _("evenement"),
746      "right" => array("travaux", "travaux_tab", ),      "right" => array("evenement", "evenement_tab", ),
747      "open" => array("tab.php|travaux", "form.php|travaux", ),      "open" => array("tab.php|evenement", "form.php|evenement", ),
748  );  );
749  //  //
750  $links[] = array(  $links[] = array(
751      "href" => "../scr/tab.php?obj=categorie_demandeur",      "title" => "<hr/>",
752      "class" => "categorie_demandeur",      "right" => array(
753      "title" => _("categorie_demandeur"),          "action", "action_tab", "etat",
754      "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),          "etat_tab", "avis_decision",
755      "open" => array(          "avis_decision_tab",
         "tab.php|categorie_demandeur", "form.php|categorie_demandeur",  
756      ),      ),
757  );  );
758  //  //
759  $links[] = array(  $links[] = array(
760      "href" => "../scr/tab.php?obj=destination",      "href" => "../scr/tab.php?obj=etat",
761      "class" => "destination",      "class" => "workflow-etat",
762      "title" => _("destination"),      "title" => _("etat"),
763      "right" => array("destination", "destination_tab", ),      "right" => array("etat", "etat_tab", ),
764      "open" => array("tab.php|destination", "form.php|destination", ),      "open" => array("tab.php|etat", "form.php|etat", ),
765  );  );
766  //  //
767  $links[] = array(  $links[] = array(
768      "href" => "../scr/tab.php?obj=nature",      "href" => "../scr/tab.php?obj=avis_decision",
769      "class" => "nature",      "class" => "avis_decision",
770      "title" => _("nature"),      "title" => _("avis decision"),
771      "right" => array("nature", "nature_tab", ),      "right" => array("avis_decision", "avis_decision_tab", ),
772      "open" => array("tab.php|nature", "form.php|nature", ),      "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
773  );  );
774  //  //
775  $links[] = array(  $links[] = array(
776      "href" => "../scr/tab.php?obj=rivoli",      "href" => "../scr/tab.php?obj=action",
777      "class" => "rivoli",      "class" => "action",
778      "title" => _("rivoli"),      "title" => _("action"),
779      "right" => array("rivoli", "rivoli_tab", ),      "right" => array("action", "action_tab", ),
780      "open" => array("tab.php|rivoli", "form.php|rivoli", ),      "open" => array("tab.php|action", "form.php|action", ),
781  );  );
782  //  //
783  $links[] = array(  $links[] = array(
784      "href" => "../scr/tab.php?obj=civilite",      "title" => "<hr/>",
785      "class" => "civilite",      "right" => array(
786      "title" => _("civilite"),          "bible", "bible_tab",
787      "right" => array("civilite", "civilite_tab", ),      ),
     "open" => array("tab.php|civilite", "form.php|civilite", ),  
788  );  );
789  //  //
790  $links[] = array(  $links[] = array(
791      "href" => "../scr/tab.php?obj=parametre",      "href" => "../scr/tab.php?obj=bible",
792      "class" => "parametre",      "class" => "bible",
793      "title" => _("parametre")." "._("statistique"),      "title" => _("bible"),
794      "right" => array("parametre", "parametre_tab", ),      "right" => array("bible", "bible_tab", ),
795      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|bible", "form.php|bible", ),
796  );  );
797  //  //
798  $links[] = array(  $links[] = array(
799      "class" => "category",      "class" => "category",
800      "title" => _("workflows"),      "title" => _("editions"),
801      "right" => array(      "right" => array(
802          "action", "action_tab", "transition", "transition_tab", "etat",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
803          "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",          "om_lettretype", "om_lettretype_tab", "om_requete", "om_requete_tab",
804          "avis_decision_tab", "avis_consultation", "avis_consultation_tab",          "om_logo", "om_logo_tab",
805      ),      ),
806  );  );
807  //  //
808  $links[] = array(  $links[] = array(
809      "title" => "<hr/>",      "title" => "<hr/>",
810      "right" => array(      "right" => array(
811          "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",  
812      ),      ),
813  );  );
814  //  //
815  $links[] = array(  $links[] = array(
816      "href" => "../scr/tab.php?obj=action",      "href" => "../scr/tab.php?obj=om_etat",
817      "class" => "action",      "class" => "om_etat",
818      "title" => _("action"),      "title" => _("om_etat"),
819      "right" => array("action", "action_tab", ),      "right" => array("om_etat", "om_etat_tab", ),
820      "open" => array("tab.php|action", "form.php|action", ),      "open" => array("tab.php|om_etat", "form.php|om_etat", ),
821  );  );
822  //  //
823  $links[] = array(  $links[] = array(
824      "href" => "../scr/tab.php?obj=transition",      "href" => "../scr/tab.php?obj=om_lettretype",
825      "class" => "transition",      "class" => "om_lettretype",
826      "title" => _("transition"),      "title" => _("om_lettretype"),
827      "right" => array("transition", "transition_tab", ),      "right" => array("om_lettretype", "om_lettretype_tab"),
828      "open" => array("tab.php|transition", "form.php|transition", ),      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
829  );  );
830  //  //
831  $links[] = array(  $links[] = array(
832      "href" => "../scr/tab.php?obj=etat",      "title" => "<hr/>",
833      "class" => "etat",      "right" => array(
834      "title" => _("etat"),          "om_logo", "om_logo_tab",
835      "right" => array("etat", "etat_tab", ),      ),
     "open" => array("tab.php|etat", "form.php|etat", ),  
836  );  );
837  //  //
838  $links[] = array(  $links[] = array(
839      "href" => "../scr/tab.php?obj=evenement",      "href" => "../scr/tab.php?obj=om_logo",
840      "class" => "evenement",      "class" => "om_logo",
841      "title" => _("evenement"),      "title" => _("om_logo"),
842      "right" => array("evenement", "evenement_tab", ),      "right" => array("om_logo", "om_logo_tab", ),
843      "open" => array("tab.php|evenement", "form.php|evenement", ),      "open" => array("tab.php|om_logo", "form.php|om_logo", ),
844  );  );
845  //  //
846    $rubrik['links'] = $links;
847    //
848    $menu[] = $rubrik;
849    // }}}
850    
851    // {{{ Rubrique PARAMETRAGE
852    //
853    $rubrik = array(
854        "title" => _("parametrage"),
855        "class" => "parametrage",
856        "right" => "menu_parametrage",
857    );
858    //
859    $links = array();
860    //
861  $links[] = array(  $links[] = array(
862      "href" => "../scr/tab.php?obj=bible",      "href" => "../scr/tab.php?obj=civilite",
863      "class" => "bible",      "class" => "civilite",
864      "title" => _("bible"),      "title" => _("civilite"),
865      "right" => array("bible", "bible_tab", ),      "right" => array("civilite", "civilite_tab", ),
866      "open" => array("tab.php|bible", "form.php|bible", ),      "open" => array("tab.php|civilite", "form.php|civilite", ),
867  );  );
868  //  //
869  $links[] = array(  $links[] = array(
870      "href" => "../scr/tab.php?obj=avis_decision",      "href" => "../scr/tab.php?obj=arrondissement",
871      "class" => "avis_decision",      "class" => "arrondissement",
872      "title" => _("avis decision"),      "title" => _("arrondissement"),
873      "right" => array("avis_decision", "avis_decision_tab", ),      "right" => array("arrondissement", "arrondissement_tab", ),
874      "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),      "open" => array("tab.php|arrondissement", "form.php|arrondissement", ),
875  );  );
876  //  //
877  $links[] = array(  $links[] = array(
878      "href" => "../scr/tab.php?obj=avis_consultation",      "href" => "../scr/tab.php?obj=quartier",
879      "class" => "avis_consultation",      "class" => "quartier",
880      "title" => _("avis consultation"),      "title" => _("quartier"),
881      "right" => array("avis_consultation", "avis_consultation_tab", ),      "right" => array("quartier", "quartier_tab", ),
882      "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),      "open" => array("tab.php|quartier", "form.php|quartier", ),
883  );  );
884  //  //
885  $links[] = array(  $links[] = array(
886      "class" => "category",      "class" => "category",
887      "title" => _("Organisation"),      "title" => _("Organisation"),
888      "right" => array("direction", "division", "instructeur"),      "right" => array(
889            "direction", "direction_tab", "division", "division_tab", "instructeur",
890            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
891            "signataire_arrete", "signataire_arrete_tab",
892        ),
893  );  );
894  $links[] = array(  $links[] = array(
895      "title" => "<hr/>",      "title" => "<hr/>",
896      "right" => array("direction", "division", "instructeur"),      "right" => array(
897            "direction", "direction_tab", "division", "division_tab", "instructeur",
898            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
899            "signataire_arrete", "signataire_arrete_tab",
900        ),
901    );
902    //
903    $links[] = array(
904        "href" => "../scr/tab.php?obj=genre",
905        "class" => "genre",
906        "title" => _("genre"),
907        "right" => array("genre", "genre_tab", ),
908        "open" => array("tab.php|genre", "form.php|genre", ),
909    );
910    //
911    $links[] = array(
912        "href" => "../scr/tab.php?obj=groupe",
913        "class" => "groupe",
914        "title" => _("groupe"),
915        "right" => array("groupe", "groupe_tab", ),
916        "open" => array("tab.php|groupe", "form.php|groupe", ),
917  );  );
918  //  //
919  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 941  $links[] = array(
941  );  );
942  //  //
943  $links[] = array(  $links[] = array(
944        "href" => "../scr/tab.php?obj=signataire_arrete",
945        "class" => "signataire_arrete",
946        "title" => _("signataire arrete"),
947        "right" => array("signataire_arrete", "signataire_arrete", ),
948        "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
949    );
950    //
951    $links[] = array(
952      "class" => "category",      "class" => "category",
953      "title" => _("editions"),      "title" => _("gestion des commissions"),
954      "right" => array(      "right" => array(
955          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "comission_type", "comission_type_tab",
         "om_lettretype", "om_lettretype_tab",  
956      ),      ),
957  );  );
958  //  //
959  $links[] = array(  $links[] = array(
960      "title" => "<hr/>",      "title" => "<hr/>",
961      "right" => array(      "right" => array(
962          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "comission_type", "comission_type_tab",
         "om_lettretype", "om_lettretype_tab",  
963      ),      ),
964  );  );
965  //  //
966  $links[] = array(  $links[] = array(
967      "href" => "../scr/tab.php?obj=om_etat",      "href" => "../scr/tab.php?obj=commission_type",
968      "class" => "etat",      "class" => "commission-type",
969      "title" => _("om_etat"),      "title" => _("commission_type"),
970      "right" => array("om_etat", "om_etat_tab", ),      "right" => array("commission_type", "commission_type_tab", ),
971      "open" => array("tab.php|om_etat", "form.php|om_etat", ),      "open" => array("tab.php|commission_type", "form.php|commission_type", ),
972  );  );
973  //  //
974  $links[] = array(  $links[] = array(
975      "href" => "../scr/tab.php?obj=om_sousetat",      "class" => "category",
976      "class" => "sousetat",      "title" => _("gestion des consultations"),
977      "title" => _("om_sousetat"),      "right" => array(
978      "right" => array("om_sousetat", "om_sousetat_tab", ),          "avis_consultation", "avis_consultation_tab", "service", "service_tab",
979      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),          "service_categorie", "service_categorie_tab",
980            "lien_service_service_categorie", "lien_service_service_categorie_tab",
981        ),
982  );  );
983  //  //
984  $links[] = array(  $links[] = array(
985      "href" => "../scr/tab.php?obj=om_lettretype",      "title" => "<hr/>",
986      "class" => "lettretype",      "right" => array(
987      "title" => _("om_lettretype"),          "avis_consultation", "avis_consultation_tab", "service", "service_tab",
988      "right" => array("om_lettretype", "om_lettretype_tab"),          "service_categorie", "service_categorie_tab",
989      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),          "lien_service_service_categorie", "lien_service_service_categorie_tab",
990        ),
991    );
992    //
993    $links[] = array(
994        "href" => "../scr/tab.php?obj=avis_consultation",
995        "class" => "avis_consultation",
996        "title" => _("avis consultation"),
997        "right" => array("avis_consultation", "avis_consultation_tab", ),
998        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
999  );  );
1000  //  //
1001    $links[] = array(
1002        "href" => "../scr/tab.php?obj=service",
1003        "class" => "service",
1004        "title" => _("service"),
1005        "right" => array("service", "service_tab", ),
1006        "open" => array("tab.php|service", "form.php|service", ),
1007    );
1008    $links[] = array(
1009        "href" => "../scr/tab.php?obj=service_categorie",
1010        "class" => "service_categorie",
1011        "title" => _("thematique des services"),
1012        "right" => array("service_categorie", "service_categorie_tab", ),
1013        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
1014    );
1015    $links[] = array(
1016        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
1017        "class" => "lien_service_service_categorie",
1018        "title" => _("Lien service / thematique"),
1019        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
1020        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
1021    );
1022    //
1023    $links[] = array(
1024        "class" => "category",
1025        "title" => _("Gestion des dossiers"),
1026        "right" => array(
1027            "dossier_autorisation_type", "dossier_autorisation_type_tab",
1028            "dossier_autorisation_type_detaille",
1029            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
1030            "dossier_instruction_type_tab",
1031            "lien_evenement_dossier_autorisation_type",
1032            "lien_evenement_dossier_autorisation_type_tab",
1033            "autorite_competente", "autorite_competente_tab",
1034            "affectation_automatique", "affectation_automatique_tab",
1035        ),
1036    );
1037    //
1038    $links[] = array(
1039        "title" => "<hr/>",
1040        "right" => array(
1041            "dossier_autorisation_type", "dossier_autorisation_type_tab",
1042            "dossier_autorisation_type_detaille",
1043            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
1044            "dossier_instruction_type_tab",
1045            "lien_evenement_dossier_autorisation_type",
1046            "lien_evenement_dossier_autorisation_type_tab",
1047            "autorite_competente", "autorite_competente_tab",
1048            "affectation_automatique", "affectation_automatique_tab",
1049            
1050        ),
1051    );
1052    //
1053    $links[] = array(
1054        "href" => "../scr/tab.php?obj=etat_dossier_autorisation",
1055        "class" => "etat_dossier_autorisation",
1056        "title" => _("etat dossiers autorisations"),
1057        "right" => array("etat_dossier_autorisation", "etat_dossier_autorisation_tab", ),
1058        "open" => array("tab.php|etat_dossier_autorisation", "form.php|etat_dossier_autorisation", ),
1059    );
1060    //
1061    $links[] = array(
1062        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
1063        "class" => "lien_evenement_dossier_autorisation_type",
1064        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
1065        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
1066        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
1067    );
1068    //
1069    $links[] = array(
1070        "href" => "../scr/tab.php?obj=affectation_automatique",
1071        "class" => "affectation_automatique",
1072        "title" => _("affectation automatique"),
1073        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
1074        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
1075    );
1076    //
1077    $links[] = array(
1078        "href" => "../scr/tab.php?obj=autorite_competente",
1079        "class" => "autorite_competente",
1080        "title" => _("autorite")." "._("competente"),
1081        "right" => array("autorite_competente", "autorite_competente_tab", ),
1082        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
1083    );
1084    
1085    //
1086  $rubrik['links'] = $links;  $rubrik['links'] = $links;
1087  //  //
1088  $menu[] = $rubrik;  $menu[] = $rubrik;
# Line 706  $rubrik = array( Line 1094  $rubrik = array(
1094      "title" => _("sig"),      "title" => _("sig"),
1095      "class" => "sig",      "class" => "sig",
1096      "right" => "menu_sig",      "right" => "menu_sig",
1097        "parameters" => array("option_localisation" => "sig_interne", ),
1098  );  );
1099  //  //
1100  $links = array();  $links = array();
# Line 716  $links[] = array( Line 1105  $links[] = array(
1105      "title" => _("parcelle"),      "title" => _("parcelle"),
1106      "right" => array("parcelle", "parcelle_tab"),      "right" => array("parcelle", "parcelle_tab"),
1107      "open" => array("tab.php|parcelle", "form.php|parcelle", ),      "open" => array("tab.php|parcelle", "form.php|parcelle", ),
1108        "parameters" => array("option_localisation" => "sig_interne", ),
1109  );  );
1110  //  //
1111  $links[] = array(  $links[] = array(
# Line 724  $links[] = array( Line 1114  $links[] = array(
1114      "title" => _("proprietaire"),      "title" => _("proprietaire"),
1115      "right" => array("proprietaire", "proprietaire_tab"),      "right" => array("proprietaire", "proprietaire_tab"),
1116      "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),      "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
1117        "parameters" => array("option_localisation" => "sig_interne", ),
1118  );  );
1119  //  //
1120  $links[] = array(  $links[] = array(
# Line 734  $links[] = array( Line 1125  $links[] = array(
1125          "servitude_ligne", "servitude_ligne_tab", "servitude_point",          "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1126          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1127      ),      ),
1128        "parameters" => array("option_localisation" => "sig_interne", ),
1129  );  );
1130  //  //
1131  $links[] = array(  $links[] = array(
# Line 743  $links[] = array( Line 1135  $links[] = array(
1135          "servitude_ligne", "servitude_ligne_tab", "servitude_point",          "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1136          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",          "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1137      ),      ),
1138        "parameters" => array("option_localisation" => "sig_interne", ),
1139  );  );
1140  //  //
1141  $links[] = array(  $links[] = array(
# Line 751  $links[] = array( Line 1144  $links[] = array(
1144      "title" => _("pos"),      "title" => _("pos"),
1145      "right" => array("pos", "pos_tab"),      "right" => array("pos", "pos_tab"),
1146      "open" => array("tab.php|pos", "form.php|pos", ),      "open" => array("tab.php|pos", "form.php|pos", ),
1147        "parameters" => array("option_localisation" => "sig_interne", ),
1148  );  );
1149  //  //
1150  $links[] = array(  $links[] = array(
# Line 761  $links[] = array( Line 1155  $links[] = array(
1155      "open" => array(      "open" => array(
1156          "tab.php|servitude_surfacique", "form.php|servitude_surfacique",          "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
1157      ),      ),
1158        "parameters" => array("option_localisation" => "sig_interne", ),
1159  );  );
1160  //  //
1161  $links[] = array(  $links[] = array(
# Line 769  $links[] = array( Line 1164  $links[] = array(
1164      "title" => _("servitude_ligne"),      "title" => _("servitude_ligne"),
1165      "right" => array("servitude_ligne", "servitude_ligne_tab"),      "right" => array("servitude_ligne", "servitude_ligne_tab"),
1166      "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),      "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
1167        "parameters" => array("option_localisation" => "sig_interne", ),
1168  );  );
1169  //  //
1170  $links[] = array(  $links[] = array(
# Line 777  $links[] = array( Line 1173  $links[] = array(
1173      "title" => _("servitude_point"),      "title" => _("servitude_point"),
1174      "right" => array("servitude_point", "servitude_point_tab"),      "right" => array("servitude_point", "servitude_point_tab"),
1175      "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),      "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),
1176        "parameters" => array("option_localisation" => "sig_interne", ),
1177  );  );
1178  //  //
1179  $links[] = array(  $links[] = array(
# Line 785  $links[] = array( Line 1182  $links[] = array(
1182      "title" => _("parcelle_lot"),      "title" => _("parcelle_lot"),
1183      "right" => array("parcelle_lot", "parcelle_lot_tab"),      "right" => array("parcelle_lot", "parcelle_lot_tab"),
1184      "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),      "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
1185        "parameters" => array("option_localisation" => "sig_interne", ),
1186  );  );
1187  //  //
1188  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 911  $links[] = array( Line 1309  $links[] = array(
1309      "right" => array(      "right" => array(
1310          "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",
1311      ),      ),
1312        "parameters" => array("option_localisation" => "sig_interne", ),
1313  );  );
1314  //  //
1315  $links[] = array(  $links[] = array(
# Line 918  $links[] = array( Line 1317  $links[] = array(
1317      "right" => array(      "right" => array(
1318          "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",
1319      ),      ),
1320        "parameters" => array("option_localisation" => "sig_interne", ),
1321  );  );
1322  //  //
1323  $links[] = array(  $links[] = array(
# Line 926  $links[] = array( Line 1326  $links[] = array(
1326      "title" => _("om_sig_map"),      "title" => _("om_sig_map"),
1327      "right" => array("om_sig_map", "om_sig_map_tab", ),      "right" => array("om_sig_map", "om_sig_map_tab", ),
1328      "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),      "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
1329        "parameters" => array("option_localisation" => "sig_interne", ),
1330  );  );
1331  //  //
1332  $links[] = array(  $links[] = array(
# Line 934  $links[] = array( Line 1335  $links[] = array(
1335      "title" => _("om_sig_wms"),      "title" => _("om_sig_wms"),
1336      "right" => array("om_sig_wms", "om_sig_wms_tab", ),      "right" => array("om_sig_wms", "om_sig_wms_tab", ),
1337      "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),      "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
1338        "parameters" => array("option_localisation" => "sig_interne", ),
1339  );  );
1340  //  //
1341  $links[] = array(  $links[] = array(
1342      "class" => "category",      "class" => "category",
1343      "title" => _("options avancees"),      "title" => _("options avancees"),
1344      "right" => array("import", "gen", ),      "right" => array("import", "gen", "om_requete", "om_requete_tab",
1345                         "om_sousetat", "om_sousetat_tab",),
1346    );
1347    //
1348    $links[] = array(
1349        "title" => "<hr/>",
1350        "right" => array(
1351            "om_sousetat", "om_sousetat_tab",
1352        ),
1353    );
1354    //
1355    $links[] = array(
1356        "href" => "../scr/tab.php?obj=om_sousetat",
1357        "class" => "om_sousetat",
1358        "title" => _("om_sousetat"),
1359        "right" => array("om_sousetat", "om_sousetat_tab", ),
1360        "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
1361    );
1362    //
1363    $links[] = array(
1364        "title" => "<hr/>",
1365        "right" => array("om_requete", "om_requete_tab", ),
1366    );
1367    //
1368    $links[] = array(
1369        "href" => "../scr/tab.php?obj=om_requete",
1370        "class" => "om_requete",
1371        "title" => _("om_requete"),
1372        "right" => array("om_requete", "om_requete_tab", ),
1373        "open" => array("tab.php|om_requete", "form.php|om_requete", ),
1374  );  );
1375  //  //
1376  $links[] = array(  $links[] = array(

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26