/[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 1357 by fmichon, Mon Mar 11 14:20:48 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 544  $links[] = array( Line 626  $links[] = array(
626      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
627      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
628  );  );
629    
630  //  //
631  $links[] = array(  $links[] = array(
632      "class" => "category",      "class" => "category",
# Line 613  $links[] = array( Line 696  $links[] = array(
696  );  );
697  //  //
698  $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(  
699      "class" => "category",      "class" => "category",
700      "title" => _("Organisation"),      "title" => _("Organisation"),
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  $links[] = array(  $links[] = array(
708      "title" => "<hr/>",      "title" => "<hr/>",
709      "right" => array("direction", "division", "instructeur"),      "right" => array(
710            "direction", "direction_tab", "division", "division_tab", "instructeur",
711            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
712            "signataire_arrete", "signataire_arrete_tab",
713        ),
714    );
715    //
716    $links[] = array(
717        "href" => "../scr/tab.php?obj=genre",
718        "class" => "genre",
719        "title" => _("genre"),
720        "right" => array("genre", "genre_tab", ),
721        "open" => array("tab.php|genre", "form.php|genre", ),
722    );
723    //
724    $links[] = array(
725        "href" => "../scr/tab.php?obj=groupe",
726        "class" => "groupe",
727        "title" => _("groupe"),
728        "right" => array("groupe", "groupe_tab", ),
729        "open" => array("tab.php|groupe", "form.php|groupe", ),
730  );  );
731  //  //
732  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 754  $links[] = array(
754  );  );
755  //  //
756  $links[] = array(  $links[] = array(
757        "href" => "../scr/tab.php?obj=signataire_arrete",
758        "class" => "signataire_arrete",
759        "title" => _("signataire arrete"),
760        "right" => array("signataire_arrete", "signataire_arrete", ),
761        "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
762    );
763    //
764    $links[] = array(
765        "class" => "category",
766        "title" => _("gestion des commissions"),
767        "right" => array(
768            "comission_type", "comission_type_tab",
769        ),
770    );
771    //
772    $links[] = array(
773        "title" => "<hr/>",
774        "right" => array(
775            "comission_type", "comission_type_tab",
776        ),
777    );
778    //
779    $links[] = array(
780        "href" => "../scr/tab.php?obj=commission_type",
781        "class" => "commission-type",
782        "title" => _("commission_type"),
783        "right" => array("commission_type", "commission_type_tab", ),
784        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
785    );
786    //
787    $links[] = array(
788        "class" => "category",
789        "title" => _("gestion des consultations"),
790        "right" => array(
791            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
792            "service_categorie", "service_categorie_tab",
793            "lien_service_service_categorie", "lien_service_service_categorie_tab",
794        ),
795    );
796    //
797    $links[] = array(
798        "title" => "<hr/>",
799        "right" => array(
800            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
801            "service_categorie", "service_categorie_tab",
802            "lien_service_service_categorie", "lien_service_service_categorie_tab",
803        ),
804    );
805    //
806    $links[] = array(
807        "href" => "../scr/tab.php?obj=avis_consultation",
808        "class" => "avis_consultation",
809        "title" => _("avis consultation"),
810        "right" => array("avis_consultation", "avis_consultation_tab", ),
811        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
812    );
813    //
814    $links[] = array(
815        "href" => "../scr/tab.php?obj=service",
816        "class" => "service",
817        "title" => _("service"),
818        "right" => array("service", "service_tab", ),
819        "open" => array("tab.php|service", "form.php|service", ),
820    );
821    $links[] = array(
822        "href" => "../scr/tab.php?obj=service_categorie",
823        "class" => "service_categorie",
824        "title" => _("thematique des services"),
825        "right" => array("service_categorie", "service_categorie_tab", ),
826        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
827    );
828    $links[] = array(
829        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
830        "class" => "lien_service_service_categorie",
831        "title" => _("Lien service / thematique"),
832        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
833        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
834    );
835    //
836    $links[] = array(
837        "class" => "category",
838        "title" => _("Gestion des dossiers"),
839        "right" => array(
840            "dossier_autorisation_type", "dossier_autorisation_type_tab",
841            "dossier_autorisation_type_detaille",
842            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
843            "dossier_instruction_type_tab",
844            "lien_evenement_dossier_autorisation_type",
845            "lien_evenement_dossier_autorisation_type_tab",
846            "autorite_competente", "autorite_competente_tab",
847            "affectation_automatique", "affectation_automatique_tab",
848        ),
849    );
850    //
851    $links[] = array(
852        "title" => "<hr/>",
853        "right" => array(
854            "dossier_autorisation_type", "dossier_autorisation_type_tab",
855            "dossier_autorisation_type_detaille",
856            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
857            "dossier_instruction_type_tab",
858            "lien_evenement_dossier_autorisation_type",
859            "lien_evenement_dossier_autorisation_type_tab",
860            "autorite_competente", "autorite_competente_tab",
861            "affectation_automatique", "affectation_automatique_tab",
862            
863        ),
864    );
865    //
866    $links[] = array(
867        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
868        "class" => "dossier_autorisation_type",
869        "title" => _("dossier")." ".("autorisation")." "._("type"),
870        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
871        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
872    );
873    //
874    $links[] = array(
875        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
876        "class" => "dossier_autorisation_type_detaille",
877        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
878        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
879        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
880    );
881    //
882    $links[] = array(
883        "href" => "../scr/tab.php?obj=dossier_instruction_type",
884        "class" => "dossier_instruction_type",
885        "title" => _("dossier")." "._("instruction")." "._("type"),
886        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
887        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
888    );
889    //
890    $links[] = array(
891        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
892        "class" => "lien_evenement_dossier_autorisation_type",
893        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
894        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
895        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
896    );
897    //
898    $links[] = array(
899        "href" => "../scr/tab.php?obj=affectation_automatique",
900        "class" => "affectation_automatique",
901        "title" => _("affectation automatique"),
902        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
903        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
904    );
905    //
906    $links[] = array(
907        "href" => "../scr/tab.php?obj=autorite_competente",
908        "class" => "autorite_competente",
909        "title" => _("autorite")." "._("competente"),
910        "right" => array("autorite_competente", "autorite_competente_tab", ),
911        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
912    );
913    //
914    $links[] = array(
915        "class" => "category",
916        "title" => _("gestion du guichet unique"),
917        "right" => array(
918            "demande_type",
919            "demande_type_tab", "demande_nature", "demande_nature_tab",
920        ),
921    );
922    //
923    $links[] = array(
924        "title" => "<hr/>",
925        "right" => array(
926            "demande_type",
927            "demande_type_tab", "demande_nature", "demande_nature_tab",
928        ),
929    );
930    //
931    $links[] = array(
932        "href" => "../scr/tab.php?obj=demande_nature",
933        "class" => "demande_nature",
934        "title" => _("nature de la demande"),
935        "right" => array("demande_nature", "demande_nature_tab", ),
936        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
937    );
938    
939    //
940    $links[] = array(
941        "href" => "../scr/tab.php?obj=demande_type",
942        "class" => "demande_type",
943        "title" => _("type de la demande"),
944        "right" => array("demande_type", "demande_type_tab",),
945        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
946    );
947    //
948    $links[] = array(
949      "class" => "category",      "class" => "category",
950      "title" => _("editions"),      "title" => _("editions"),
951      "right" => array(      "right" => array(
952          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
953          "om_lettretype", "om_lettretype_tab",          "om_lettretype", "om_lettretype_tab", "om_requete", "om_requete_tab",
954            "om_logo", "om_logo_tab",
955      ),      ),
956  );  );
957  //  //
958  $links[] = array(  $links[] = array(
959      "title" => "<hr/>",      "title" => "<hr/>",
960      "right" => array(      "right" => array(
961          "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",  
962      ),      ),
963  );  );
964  //  //
965  $links[] = array(  $links[] = array(
966      "href" => "../scr/tab.php?obj=om_etat",      "href" => "../scr/tab.php?obj=om_etat",
967      "class" => "etat",      "class" => "om_etat",
968      "title" => _("om_etat"),      "title" => _("om_etat"),
969      "right" => array("om_etat", "om_etat_tab", ),      "right" => array("om_etat", "om_etat_tab", ),
970      "open" => array("tab.php|om_etat", "form.php|om_etat", ),      "open" => array("tab.php|om_etat", "form.php|om_etat", ),
971  );  );
972  //  //
973  $links[] = array(  $links[] = array(
974        "href" => "../scr/tab.php?obj=om_lettretype",
975        "class" => "om_lettretype",
976        "title" => _("om_lettretype"),
977        "right" => array("om_lettretype", "om_lettretype_tab"),
978        "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
979    );
980    //
981    $links[] = array(
982        "title" => "<hr/>",
983        "right" => array(
984            "om_logo", "om_logo_tab",
985        ),
986    );
987    //
988    $links[] = array(
989        "href" => "../scr/tab.php?obj=om_logo",
990        "class" => "om_logo",
991        "title" => _("om_logo"),
992        "right" => array("om_logo", "om_logo_tab", ),
993        "open" => array("tab.php|om_logo", "form.php|om_logo", ),
994    );
995    //
996    $links[] = array(
997        "title" => "<hr/>",
998        "right" => array(
999            "om_sousetat", "om_sousetat_tab",
1000            "om_requete", "om_requete_tab",
1001        ),
1002    );
1003    //
1004    $links[] = array(
1005      "href" => "../scr/tab.php?obj=om_sousetat",      "href" => "../scr/tab.php?obj=om_sousetat",
1006      "class" => "sousetat",      "class" => "om_sousetat",
1007      "title" => _("om_sousetat"),      "title" => _("om_sousetat"),
1008      "right" => array("om_sousetat", "om_sousetat_tab", ),      "right" => array("om_sousetat", "om_sousetat_tab", ),
1009      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),      "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
1010  );  );
1011  //  //
1012  $links[] = array(  $links[] = array(
1013      "href" => "../scr/tab.php?obj=om_lettretype",      "href" => "../scr/tab.php?obj=om_requete",
1014      "class" => "lettretype",      "class" => "om_requete",
1015      "title" => _("om_lettretype"),      "title" => _("om_requete"),
1016      "right" => array("om_lettretype", "om_lettretype_tab"),      "right" => array("om_requete", "om_requete_tab", ),
1017      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),      "open" => array("tab.php|om_requete", "form.php|om_requete", ),
1018    );
1019    //
1020    $links[] = array(
1021        "class" => "category",
1022        "title" => _("Cerfa"),
1023        "right" => array(
1024            "cerfa", "cerfa_tab",
1025        ),
1026    );
1027    //
1028    $links[] = array(
1029        "title" => "<hr/>",
1030        "right" => array(
1031            "cerfa", "cerfa_tab",
1032        ),
1033    );
1034    //
1035    $links[] = array(
1036        "href" => "../scr/tab.php?obj=cerfa",
1037        "class" => "cerfa",
1038        "title" => _("cerfa"),
1039        "right" => array("cerfa", "cerfa_tab", ),
1040        "open" => array("tab.php|cerfa", "form.php|cerfa", ),
1041  );  );
1042  //  //
1043  $rubrik['links'] = $links;  $rubrik['links'] = $links;

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26