/[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 1358 by vpihour, Mon Mar 11 14:48:17 2013 UTC
# Line 44  $links[] = array( Line 44  $links[] = array(
44  $links[] = array(  $links[] = array(
45      "title" => "<hr/>",      "title" => "<hr/>",
46      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
47                       "demande_dossier_existant","demande_dossier_existant_tab",),                       "demande_dossier_existant","demande_dossier_existant_tab",
48                         "demande_recepisse_demande","demande_recepisse_demande_tab",),
49  );  );
50  $links[] = array(  $links[] = array(
51      "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=",
52      "class" => "demande",      "class" => "demande",
53      "title" => _("nouveau dossier"),      "title" => _("nouveau dossier"),
54      "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),      "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),
55      "open" => array("tab.php|demande", "form.php|demande", ),      "open" => array("form.php|demande_nouveau_dossier",),
56  );  );
57  $links[] = array(  $links[] = array(
58      "href" => "../scr/tab.php?obj=demande",      "href" => "../scr/tab.php?obj=demande_dossier_existant",
59      "class" => "demande",      "class" => "demande_dossier_existant",
60      "title" => _("dossier existant"),      "title" => _("dossier existant"),
61      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),
62      "open" => array("tab.php|demande", "form.php|demande", ),      "open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant"),
63    );
64    $links[] = array(
65        "href" => "../scr/tab.php?obj=demande",
66        "class" => "demande",
67        "title" => _("recepisse de demande"),
68        "right" => array("demande_recepisse_demande", "demande_recepisse_demande_tab", ),
69        "open" => array("tab.php|demande","form.php|demande"),
70  );  );
71  //  //
72  $links[] = array(  $links[] = array(
73      "class" => "category",      "class" => "category",
74      "title" => _("Affichage des dossiers"),      "title" => _("Affichage des dossiers"),
75      "right" => array("edition", "edition_tab","attestation_affichage","attestation_affichage_tab",),      "right" => array("edition_reglementaire","attestation_affichage",),
76  );  );
77  $links[] = array(  $links[] = array(
78      "title" => "<hr/>",      "title" => "<hr/>",
79      "right" => array("edition", "attestation_affichage"),      "right" => array("edition", "attestation_affichage"),
80  );  );
81  $links[] = array(  $links[] = array(
82      "href" => "../app/edition_affichage.php",      "href" => "../app/edition_reglementaire.php",
83      "class" => "edition",      "class" => "edition",
84      "title" => _("edition"),      "title" => _("edition reglementaire"),
85      "right" => array("edition", "edition_tab", ),      "right" => "edition_reglementaire",
86      "open" => array("tab.php|edition", "form.php|edition", ),      "open" => "edition_reglementaire.php|",
87  );  );
88  $links[] = array(  $links[] = array(
89      "href" => "../app/attestation_affichage.php",      "href" => "../app/attestation_affichage.php",
90      "class" => "attestation_affichage",      "class" => "attestation_affichage",
91      "title" => _("attestation d'affichage"),      "title" => _("attestation d'affichage"),
92      "right" => array("attestation_affichage", "attestation_affichage_tab", ),      "right" => "attestation_affichage",
93      "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),      "open" => "attestation_affichage.php|",
94  );  );
95  //  //
96  /*$links[] = array(  /*$links[] = array(
# Line 101  $links[] = array( Line 109  $links[] = array(
109      "right" => array("qualification", "qualification_tab", ),      "right" => array("qualification", "qualification_tab", ),
110      "open" => array("tab.php|qualification", "form.php|qualification", ),      "open" => array("tab.php|qualification", "form.php|qualification", ),
111  );*/  );*/
112    
113    //
114    $rubrik['links'] = $links;
115    //
116    $menu[] = $rubrik;
117    // }}}
118    
119    // {{{ Rubrique INSTRUCTION
120    //
121    $rubrik = array(
122        "title" => _("Autorisation"),
123        "class" => "autorisation",
124        "right" => "menu_autorisation",
125    );
126    //
127    $links = array();
128    
129    $links[] = array(
130        "href" => "../scr/tab.php?obj=dossier_autorisation",
131        "class" => "dossier_autorisation",
132        "title" => _("Dossiers d'autorisation"),
133        "right" => array("dossier_autorisation", "dossier_autorisation_tab", ),
134        "open" => array("tab.php|dossier_autorisation", "dossier_autorisation.php|", ),
135    );
136  //  //
137  $rubrik['links'] = $links;  $rubrik['links'] = $links;
138  //  //
# Line 179  $links[] = array( Line 211  $links[] = array(
211  //  //
212  $links[] = array(  $links[] = array(
213      "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/>",  
214      "right" => array(      "right" => array(
215          "dossier_instruction", "dossier_instruction_tab",          "dossier_instruction", "dossier_instruction_tab",
216      ),      ),
# Line 204  $links[] = array( Line 223  $links[] = array(
223      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
224      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
225  );  );
226    
227    // Catégorier Qualification
228    $links[] = array(
229        "class" => "category",
230        "title" => _("qualification"),
231        "right" => array("dossier_qualifier", ),
232    );
233    $links[] = array(
234        "title" => "<hr/>",
235        "right" => array("dossier_qualifier", ),
236    );
237    $links[] = array(
238        "href" => "../scr/tab.php?obj=dossier_qualifier",
239        "class" => "dossier_qualifier",
240        "title" => _("A qualifier"),
241        "right" => array("dossier_qualifier", "dossier_qualifier_tab", ),
242        "open" => array("tab.php|dossier_qualifier", "form.php|dossier_qualifier", ),
243    );
244  // Catégorie CONSULTATIONS  // Catégorie CONSULTATIONS
245  $links[] = array(  $links[] = array(
246      "class" => "category",      "class" => "category",
# Line 233  $links[] = array( Line 270  $links[] = array(
270      "class" => "category",      "class" => "category",
271      "title" => _("Messages"),      "title" => _("Messages"),
272      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
273        "parameters" => array("option_ERP" => "true", ),
274  );  );
275  //  //
276  $links[] = array(  $links[] = array(
277      "title" => "<hr/>",      "title" => "<hr/>",
278      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
279        "parameters" => array("option_ERP" => "true", ),
280  );  );
281  //  //
282  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 285  $links[] = array(
285      "title" => _("Mes messages"),      "title" => _("Mes messages"),
286      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
287      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
288        "parameters" => array("option_ERP" => "true", ),
289  );  );
290  //  //
291  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 294  $links[] = array(
294      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
295      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
296      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
297        "parameters" => array("option_ERP" => "true", ),
298    );
299    // Catégorie COMMISSIONS
300    $links[] = array(
301        "class" => "category",
302        "title" => _("commissions"),
303        "right" => array(
304            "commission_mes_retours", "commission_mes_retours_tab",
305            "commission_tous_retours", "commission_tous_retours_tab",
306        ),
307    );
308    $links[] = array(
309        "title" => "<hr/>",
310        "right" => array(
311            "commission_mes_retours", "commission_mes_retours_tab",
312            "commission_tous_retours", "commission_tous_retours_tab",
313        ),
314    );
315    $links[] = array(
316        "href" => "../scr/tab.php?obj=commission_mes_retours",
317        "class" => "commission_mes_retours",
318        "title" => _("Mes retours"),
319        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
320        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
321    );
322    $links[] = array(
323        "href" => "../scr/tab.php?obj=commission_tous_retours",
324        "class" => "commission_tous_retours",
325        "title" => _("Tous les retours"),
326        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
327        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
328  );  );
329    
330  //  //
# Line 277  $links[] = array( Line 348  $links[] = array(
348      "class" => "avis_code_barre",      "class" => "avis_code_barre",
349      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
350      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
351      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
352    );
353    //
354    $links[] = array(
355        "href" => "../app/maj_dates_suivi.php",
356        "class" => "maj_dates_suivi",
357        "title" => _("Mise a jour des dates"),
358        "right" => array("maj_dates_suivi", ),
359        "open" => array("maj_dates_suivi.php|"),
360    );
361    //
362    $links[] = array(
363        "href" => "../app/envoi_lettre_rar.php",
364        "class" => "envoi_lettre_rar",
365        "title" => _("Envoi lettre rar"),
366        "right" => array("envoi_lettre_rar", ),
367        "open" => array("envoi_lettre_rar.php|"),
368    );
369    //
370    $links[] = array(
371        "href" => "../app/bordereaux_envoi.php",
372        "class" => "bordereaux_envoi",
373        "title" => _("Bordereaux"),
374        "right" => array("bordereaux_envoi", ),
375        "open" => array("bordereaux_envoi.php|"),
376    );
377    // Catégorie COMMISSIONS
378    $links[] = array(
379        "class" => "category",
380        "title" => _("commissions"),
381        "right" => array(
382            "commission", "commission_tab",
383            "commission_demandes_passage", "commission_demandes_passage_tab",
384        ),
385    );
386    //
387    $links[] = array(
388        "title" => "<hr/>",
389        "right" => array(
390            "commission", "commission_tab",
391            "commission_demandes_passage", "commission_demandes_passage_tab",
392        ),
393    );
394    //
395    $links[] = array(
396        "href" => "../scr/tab.php?obj=commission",
397        "class" => "commissions",
398        "title" => _("Gestion des commissions"),
399        "right" => array("commission", ),
400        "open" => array("tab.php|commission", "form.php|commission", ),
401    );
402    //
403    $links[] = array(
404        "href" => "../scr/tab.php?obj=commission_demandes_passage",
405        "class" => "commissions-demande-passage",
406        "title" => _("Demandes de passage"),
407        "right" => array("commission_demandes_passage", ),
408        "open" => array("tab.php|commission_demandes_passage", "form.php|commission_demandes_passage", ),
409  );  );
410  //  //
411  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 433  $links[] = array( Line 561  $links[] = array(
561  $links[] = array(  $links[] = array(
562      "title" => "<hr/>",      "title" => "<hr/>",
563      "right" => array(      "right" => array(
564          "architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab",          "architecte", "architecte_tab",
         "lien_localisation_nature", "lien_localisation_nature_tab",  
565           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
566          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
567          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 448  $links[] = array( Line 575  $links[] = array(
575      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
576      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
577  );  );
578  //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=service",  
     "class" => "service",  
     "title" => _("service"),  
     "right" => array("service", "service_tab", ),  
     "open" => array("tab.php|service", "form.php|service", ),  
 );  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=service_categorie",  
     "class" => "service_categorie",  
     "title" => _("thematique des services"),  
     "right" => array("service_categorie", "service_categorie_tab", ),  
     "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),  
 );  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=lien_service_service_categorie",  
     "class" => "lien_service_service_categorie",  
     "title" => _("Lien service / thematique"),  
     "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),  
     "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=instructeur",  
     "class" => "instructeur",  
     "title" => _("instructeur"),  
     "right" => array("instructeur", "instructeur_tab", ),  
     "open" => array("tab.php|instructeur", "form.php|instructeur", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=lien_localisation_nature",  
     "class" => "lien_localisation_nature",  
     "title" => _("Lien instructeur / localisation / type de dossier"),  
     "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),  
     "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),  
 );  
579  //  //
580  $links[] = array(  $links[] = array(
581      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 514  $links[] = array( Line 604  $links[] = array(
604  );  );
605  //  //
606  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=nature",  
     "class" => "nature",  
     "title" => _("nature"),  
     "right" => array("nature", "nature_tab", ),  
     "open" => array("tab.php|nature", "form.php|nature", ),  
 );  
 //  
 $links[] = array(  
607      "href" => "../scr/tab.php?obj=rivoli",      "href" => "../scr/tab.php?obj=rivoli",
608      "class" => "rivoli",      "class" => "rivoli",
609      "title" => _("rivoli"),      "title" => _("rivoli"),
# Line 536  $links[] = array( Line 618  $links[] = array(
618      "right" => array("civilite", "civilite_tab", ),      "right" => array("civilite", "civilite_tab", ),
619      "open" => array("tab.php|civilite", "form.php|civilite", ),      "open" => array("tab.php|civilite", "form.php|civilite", ),
620  );  );
621  //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=parametre",  
     "class" => "parametre",  
     "title" => _("parametre")." "._("statistique"),  
     "right" => array("parametre", "parametre_tab", ),  
     "open" => array("tab.php|parametre", "form.php|parametre", ),  
 );  
622  //  //
623  $links[] = array(  $links[] = array(
624      "class" => "category",      "class" => "category",
# Line 613  $links[] = array( Line 688  $links[] = array(
688  );  );
689  //  //
690  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=avis_consultation",  
     "class" => "avis_consultation",  
     "title" => _("avis consultation"),  
     "right" => array("avis_consultation", "avis_consultation_tab", ),  
     "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),  
 );  
 //  
 $links[] = array(  
691      "class" => "category",      "class" => "category",
692      "title" => _("Organisation"),      "title" => _("Organisation"),
693      "right" => array("direction", "division", "instructeur"),      "right" => array(
694            "direction", "direction_tab", "division", "division_tab", "instructeur",
695            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
696            "signataire_arrete", "signataire_arrete_tab",
697        ),
698  );  );
699  $links[] = array(  $links[] = array(
700      "title" => "<hr/>",      "title" => "<hr/>",
701      "right" => array("direction", "division", "instructeur"),      "right" => array(
702            "direction", "direction_tab", "division", "division_tab", "instructeur",
703            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
704            "signataire_arrete", "signataire_arrete_tab",
705        ),
706    );
707    //
708    $links[] = array(
709        "href" => "../scr/tab.php?obj=genre",
710        "class" => "genre",
711        "title" => _("genre"),
712        "right" => array("genre", "genre_tab", ),
713        "open" => array("tab.php|genre", "form.php|genre", ),
714    );
715    //
716    $links[] = array(
717        "href" => "../scr/tab.php?obj=groupe",
718        "class" => "groupe",
719        "title" => _("groupe"),
720        "right" => array("groupe", "groupe_tab", ),
721        "open" => array("tab.php|groupe", "form.php|groupe", ),
722  );  );
723  //  //
724  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 746  $links[] = array(
746  );  );
747  //  //
748  $links[] = array(  $links[] = array(
749        "href" => "../scr/tab.php?obj=signataire_arrete",
750        "class" => "signataire_arrete",
751        "title" => _("signataire arrete"),
752        "right" => array("signataire_arrete", "signataire_arrete", ),
753        "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
754    );
755    //
756    $links[] = array(
757        "class" => "category",
758        "title" => _("gestion des commissions"),
759        "right" => array(
760            "comission_type", "comission_type_tab",
761        ),
762    );
763    //
764    $links[] = array(
765        "title" => "<hr/>",
766        "right" => array(
767            "comission_type", "comission_type_tab",
768        ),
769    );
770    //
771    $links[] = array(
772        "href" => "../scr/tab.php?obj=commission_type",
773        "class" => "commission-type",
774        "title" => _("commission_type"),
775        "right" => array("commission_type", "commission_type_tab", ),
776        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
777    );
778    //
779    $links[] = array(
780        "class" => "category",
781        "title" => _("gestion des consultations"),
782        "right" => array(
783            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
784            "service_categorie", "service_categorie_tab",
785            "lien_service_service_categorie", "lien_service_service_categorie_tab",
786        ),
787    );
788    //
789    $links[] = array(
790        "title" => "<hr/>",
791        "right" => array(
792            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
793            "service_categorie", "service_categorie_tab",
794            "lien_service_service_categorie", "lien_service_service_categorie_tab",
795        ),
796    );
797    //
798    $links[] = array(
799        "href" => "../scr/tab.php?obj=avis_consultation",
800        "class" => "avis_consultation",
801        "title" => _("avis consultation"),
802        "right" => array("avis_consultation", "avis_consultation_tab", ),
803        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
804    );
805    //
806    $links[] = array(
807        "href" => "../scr/tab.php?obj=service",
808        "class" => "service",
809        "title" => _("service"),
810        "right" => array("service", "service_tab", ),
811        "open" => array("tab.php|service", "form.php|service", ),
812    );
813    $links[] = array(
814        "href" => "../scr/tab.php?obj=service_categorie",
815        "class" => "service_categorie",
816        "title" => _("thematique des services"),
817        "right" => array("service_categorie", "service_categorie_tab", ),
818        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
819    );
820    $links[] = array(
821        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
822        "class" => "lien_service_service_categorie",
823        "title" => _("Lien service / thematique"),
824        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
825        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
826    );
827    //
828    $links[] = array(
829        "class" => "category",
830        "title" => _("Gestion des dossiers"),
831        "right" => array(
832            "dossier_autorisation_type", "dossier_autorisation_type_tab",
833            "dossier_autorisation_type_detaille",
834            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
835            "dossier_instruction_type_tab",
836            "lien_evenement_dossier_autorisation_type",
837            "lien_evenement_dossier_autorisation_type_tab",
838            "autorite_competente", "autorite_competente_tab",
839            "affectation_automatique", "affectation_automatique_tab",
840        ),
841    );
842    //
843    $links[] = array(
844        "title" => "<hr/>",
845        "right" => array(
846            "dossier_autorisation_type", "dossier_autorisation_type_tab",
847            "dossier_autorisation_type_detaille",
848            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
849            "dossier_instruction_type_tab",
850            "lien_evenement_dossier_autorisation_type",
851            "lien_evenement_dossier_autorisation_type_tab",
852            "autorite_competente", "autorite_competente_tab",
853            "affectation_automatique", "affectation_automatique_tab",
854            
855        ),
856    );
857    //
858    $links[] = array(
859        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
860        "class" => "dossier_autorisation_type",
861        "title" => _("dossier")." ".("autorisation")." "._("type"),
862        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
863        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
864    );
865    //
866    $links[] = array(
867        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
868        "class" => "dossier_autorisation_type_detaille",
869        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
870        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
871        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
872    );
873    //
874    $links[] = array(
875        "href" => "../scr/tab.php?obj=dossier_instruction_type",
876        "class" => "dossier_instruction_type",
877        "title" => _("dossier")." "._("instruction")." "._("type"),
878        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
879        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
880    );
881    //
882    $links[] = array(
883        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
884        "class" => "lien_evenement_dossier_autorisation_type",
885        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
886        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
887        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
888    );
889    //
890    $links[] = array(
891        "href" => "../scr/tab.php?obj=affectation_automatique",
892        "class" => "affectation_automatique",
893        "title" => _("affectation automatique"),
894        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
895        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
896    );
897    //
898    $links[] = array(
899        "href" => "../scr/tab.php?obj=autorite_competente",
900        "class" => "autorite_competente",
901        "title" => _("autorite")." "._("competente"),
902        "right" => array("autorite_competente", "autorite_competente_tab", ),
903        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
904    );
905    //
906    $links[] = array(
907        "class" => "category",
908        "title" => _("gestion du guichet unique"),
909        "right" => array(
910            "demande_type",
911            "demande_type_tab", "demande_nature", "demande_nature_tab",
912        ),
913    );
914    //
915    $links[] = array(
916        "title" => "<hr/>",
917        "right" => array(
918            "demande_type",
919            "demande_type_tab", "demande_nature", "demande_nature_tab",
920        ),
921    );
922    //
923    $links[] = array(
924        "href" => "../scr/tab.php?obj=demande_nature",
925        "class" => "demande_nature",
926        "title" => _("nature de la demande"),
927        "right" => array("demande_nature", "demande_nature_tab", ),
928        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
929    );
930    
931    //
932    $links[] = array(
933        "href" => "../scr/tab.php?obj=demande_type",
934        "class" => "demande_type",
935        "title" => _("type de la demande"),
936        "right" => array("demande_type", "demande_type_tab",),
937        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
938    );
939    //
940    $links[] = array(
941      "class" => "category",      "class" => "category",
942      "title" => _("editions"),      "title" => _("editions"),
943      "right" => array(      "right" => array(
944          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
945          "om_lettretype", "om_lettretype_tab",          "om_lettretype", "om_lettretype_tab", "om_requete", "om_requete_tab",
946            "om_logo", "om_logo_tab",
947      ),      ),
948  );  );
949  //  //
950  $links[] = array(  $links[] = array(
951      "title" => "<hr/>",      "title" => "<hr/>",
952      "right" => array(      "right" => array(
953          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "om_etat", "om_etat_tab", "om_lettretype", "om_lettretype_tab",
         "om_lettretype", "om_lettretype_tab",  
954      ),      ),
955  );  );
956  //  //
957  $links[] = array(  $links[] = array(
958      "href" => "../scr/tab.php?obj=om_etat",      "href" => "../scr/tab.php?obj=om_etat",
959      "class" => "etat",      "class" => "om_etat",
960      "title" => _("om_etat"),      "title" => _("om_etat"),
961      "right" => array("om_etat", "om_etat_tab", ),      "right" => array("om_etat", "om_etat_tab", ),
962      "open" => array("tab.php|om_etat", "form.php|om_etat", ),      "open" => array("tab.php|om_etat", "form.php|om_etat", ),
963  );  );
964  //  //
965  $links[] = array(  $links[] = array(
966        "href" => "../scr/tab.php?obj=om_lettretype",
967        "class" => "om_lettretype",
968        "title" => _("om_lettretype"),
969        "right" => array("om_lettretype", "om_lettretype_tab"),
970        "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
971    );
972    //
973    $links[] = array(
974        "title" => "<hr/>",
975        "right" => array(
976            "om_logo", "om_logo_tab",
977        ),
978    );
979    //
980    $links[] = array(
981        "href" => "../scr/tab.php?obj=om_logo",
982        "class" => "om_logo",
983        "title" => _("om_logo"),
984        "right" => array("om_logo", "om_logo_tab", ),
985        "open" => array("tab.php|om_logo", "form.php|om_logo", ),
986    );
987    //
988    $links[] = array(
989        "title" => "<hr/>",
990        "right" => array(
991            "om_sousetat", "om_sousetat_tab",
992            "om_requete", "om_requete_tab",
993        ),
994    );
995    //
996    $links[] = array(
997      "href" => "../scr/tab.php?obj=om_sousetat",      "href" => "../scr/tab.php?obj=om_sousetat",
998      "class" => "sousetat",      "class" => "om_sousetat",
999      "title" => _("om_sousetat"),      "title" => _("om_sousetat"),
1000      "right" => array("om_sousetat", "om_sousetat_tab", ),      "right" => array("om_sousetat", "om_sousetat_tab", ),
1001      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
1002  );  );
1003  //  //
1004  $links[] = array(  $links[] = array(
1005      "href" => "../scr/tab.php?obj=om_lettretype",      "href" => "../scr/tab.php?obj=om_requete",
1006      "class" => "lettretype",      "class" => "om_requete",
1007      "title" => _("om_lettretype"),      "title" => _("om_requete"),
1008      "right" => array("om_lettretype", "om_lettretype_tab"),      "right" => array("om_requete", "om_requete_tab", ),
1009      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),      "open" => array("tab.php|om_requete", "form.php|om_requete", ),
1010    );
1011    //
1012    $links[] = array(
1013        "class" => "category",
1014        "title" => _("Cerfa"),
1015        "right" => array(
1016            "cerfa", "cerfa_tab",
1017        ),
1018    );
1019    //
1020    $links[] = array(
1021        "title" => "<hr/>",
1022        "right" => array(
1023            "cerfa", "cerfa_tab",
1024        ),
1025    );
1026    //
1027    $links[] = array(
1028        "href" => "../scr/tab.php?obj=cerfa",
1029        "class" => "cerfa",
1030        "title" => _("cerfa"),
1031        "right" => array("cerfa", "cerfa_tab", ),
1032        "open" => array("tab.php|cerfa", "form.php|cerfa", ),
1033  );  );
1034  //  //
1035  $rubrik['links'] = $links;  $rubrik['links'] = $links;

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26