/[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 1222 by nhaye, Tue Jan 15 12:03:38 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 179  $links[] = array( Line 187  $links[] = array(
187  //  //
188  $links[] = array(  $links[] = array(
189      "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/>",  
190      "right" => array(      "right" => array(
191          "dossier_instruction", "dossier_instruction_tab",          "dossier_instruction", "dossier_instruction_tab",
192      ),      ),
# Line 233  $links[] = array( Line 228  $links[] = array(
228      "class" => "category",      "class" => "category",
229      "title" => _("Messages"),      "title" => _("Messages"),
230      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
231        "parameters" => array("option_ERP" => "true", ),
232  );  );
233  //  //
234  $links[] = array(  $links[] = array(
235      "title" => "<hr/>",      "title" => "<hr/>",
236      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
237        "parameters" => array("option_ERP" => "true", ),
238  );  );
239  //  //
240  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 243  $links[] = array(
243      "title" => _("Mes messages"),      "title" => _("Mes messages"),
244      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
245      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
246        "parameters" => array("option_ERP" => "true", ),
247  );  );
248  //  //
249  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 252  $links[] = array(
252      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
253      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
254      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
255        "parameters" => array("option_ERP" => "true", ),
256    );
257    // Catégorie COMMISSIONS
258    $links[] = array(
259        "class" => "category",
260        "title" => _("commissions"),
261        "right" => array(
262            "commission_mes_retours", "commission_mes_retours_tab",
263            "commission_tous_retours", "commission_tous_retours_tab",
264        ),
265    );
266    $links[] = array(
267        "title" => "<hr/>",
268        "right" => array(
269            "commission_mes_retours", "commission_mes_retours_tab",
270            "commission_tous_retours", "commission_tous_retours_tab",
271        ),
272    );
273    $links[] = array(
274        "href" => "../scr/tab.php?obj=commission_mes_retours",
275        "class" => "commission_mes_retours",
276        "title" => _("Mes retours"),
277        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
278        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
279    );
280    $links[] = array(
281        "href" => "../scr/tab.php?obj=commission_tous_retours",
282        "class" => "commission_tous_retours",
283        "title" => _("Tous les retours"),
284        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
285        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
286  );  );
287    
288  //  //
# Line 277  $links[] = array( Line 306  $links[] = array(
306      "class" => "avis_code_barre",      "class" => "avis_code_barre",
307      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
308      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
309      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
310    );
311    
312    $links[] = array(
313        "href" => "../app/maj_dates_suivi.php",
314        "class" => "maj_dates_suivi",
315        "title" => _("Mise a jour des dates"),
316        "right" => array("maj_dates_suivi", ),
317        "open" => array("maj_dates_suivi.php|"),
318    );
319    
320    $links[] = array(
321        "href" => "../app/envoi_lettre_rar.php",
322        "class" => "envoi_lettre_rar",
323        "title" => _("Envoi lettre rar"),
324        "right" => array("envoi_lettre_rar", ),
325        "open" => array("envoi_lettre_rar.php|"),
326    );
327    //
328    $links[] = array(
329        "href" => "../app/bordereaux_envoi.php",
330        "class" => "bordereaux_envoi",
331        "title" => _("Bordereaux"),
332        "right" => array("bordereaux_envoi", ),
333        "open" => array("bordereaux_envoi.php|"),
334  );  );
335  //  //
336  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 433  $links[] = array( Line 486  $links[] = array(
486  $links[] = array(  $links[] = array(
487      "title" => "<hr/>",      "title" => "<hr/>",
488      "right" => array(      "right" => array(
489          "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",  
490           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
491          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
492          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 448  $links[] = array( Line 500  $links[] = array(
500      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
501      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
502  );  );
503  //  
 $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", ),  
 );  
504  //  //
505  $links[] = array(  $links[] = array(
506      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 514  $links[] = array( Line 529  $links[] = array(
529  );  );
530  //  //
531  $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(  
532      "href" => "../scr/tab.php?obj=rivoli",      "href" => "../scr/tab.php?obj=rivoli",
533      "class" => "rivoli",      "class" => "rivoli",
534      "title" => _("rivoli"),      "title" => _("rivoli"),
# Line 544  $links[] = array( Line 551  $links[] = array(
551      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
552      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
553  );  );
554    
555  //  //
556  $links[] = array(  $links[] = array(
557      "class" => "category",      "class" => "category",
# Line 613  $links[] = array( Line 621  $links[] = array(
621  );  );
622  //  //
623  $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(  
624      "class" => "category",      "class" => "category",
625      "title" => _("Organisation"),      "title" => _("Organisation"),
626      "right" => array("direction", "division", "instructeur"),      "right" => array(
627            "direction", "direction_tab", "division", "division_tab", "instructeur",
628            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
629        ),
630  );  );
631  $links[] = array(  $links[] = array(
632      "title" => "<hr/>",      "title" => "<hr/>",
633      "right" => array("direction", "division", "instructeur"),      "right" => array(
634            "direction", "direction_tab", "division", "division_tab", "instructeur",
635            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
636        ),
637    );
638    //
639    $links[] = array(
640        "href" => "../scr/tab.php?obj=genre",
641        "class" => "genre",
642        "title" => _("genre"),
643        "right" => array("genre", "genre_tab", ),
644        "open" => array("tab.php|genre", "form.php|genre", ),
645    );
646    //
647    $links[] = array(
648        "href" => "../scr/tab.php?obj=groupe",
649        "class" => "groupe",
650        "title" => _("groupe"),
651        "right" => array("groupe", "groupe_tab", ),
652        "open" => array("tab.php|groupe", "form.php|groupe", ),
653  );  );
654  //  //
655  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 677  $links[] = array(
677  );  );
678  //  //
679  $links[] = array(  $links[] = array(
680        "class" => "category",
681        "title" => _("gestion des commissions"),
682        "right" => array(
683            "comission_type", "comission_type_tab",
684        ),
685    );
686    //
687    $links[] = array(
688        "title" => "<hr/>",
689        "right" => array(
690            "comission_type", "comission_type_tab",
691        ),
692    );
693    //
694    $links[] = array(
695        "href" => "../scr/tab.php?obj=commission_type",
696        "class" => "commission-type",
697        "title" => _("commission_type"),
698        "right" => array("commission_type", "commission_type_tab", ),
699        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
700    );
701    //
702    $links[] = array(
703        "class" => "category",
704        "title" => _("gestion des consultations"),
705        "right" => array(
706            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
707            "service_categorie", "service_categorie_tab",
708            "lien_service_service_categorie", "lien_service_service_categorie_tab",
709        ),
710    );
711    //
712    $links[] = array(
713        "title" => "<hr/>",
714        "right" => array(
715            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
716            "service_categorie", "service_categorie_tab",
717            "lien_service_service_categorie", "lien_service_service_categorie_tab",
718        ),
719    );
720    //
721    $links[] = array(
722        "href" => "../scr/tab.php?obj=avis_consultation",
723        "class" => "avis_consultation",
724        "title" => _("avis consultation"),
725        "right" => array("avis_consultation", "avis_consultation_tab", ),
726        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
727    );
728    //
729    $links[] = array(
730        "href" => "../scr/tab.php?obj=service",
731        "class" => "service",
732        "title" => _("service"),
733        "right" => array("service", "service_tab", ),
734        "open" => array("tab.php|service", "form.php|service", ),
735    );
736    $links[] = array(
737        "href" => "../scr/tab.php?obj=service_categorie",
738        "class" => "service_categorie",
739        "title" => _("thematique des services"),
740        "right" => array("service_categorie", "service_categorie_tab", ),
741        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
742    );
743    $links[] = array(
744        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
745        "class" => "lien_service_service_categorie",
746        "title" => _("Lien service / thematique"),
747        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
748        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
749    );
750    //
751    $links[] = array(
752        "class" => "category",
753        "title" => _("Gestion des dossiers"),
754        "right" => array(
755            "dossier_autorisation_type", "dossier_autorisation_type_tab",
756            "dossier_autorisation_type_detaille",
757            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
758            "dossier_instruction_type_tab",
759            "lien_evenement_dossier_autorisation_type",
760            "lien_evenement_dossier_autorisation_type_tab",
761            "autorite_competente", "autorite_competente_tab",
762            "affectation_automatique", "affectation_automatique_tab",
763        ),
764    );
765    //
766    $links[] = array(
767        "title" => "<hr/>",
768        "right" => array(
769            "dossier_autorisation_type", "dossier_autorisation_type_tab",
770            "dossier_autorisation_type_detaille",
771            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
772            "dossier_instruction_type_tab",
773            "lien_evenement_dossier_autorisation_type",
774            "lien_evenement_dossier_autorisation_type_tab",
775            "autorite_competente", "autorite_competente_tab",
776            "affectation_automatique", "affectation_automatique_tab",
777            
778        ),
779    );
780    //
781    $links[] = array(
782        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
783        "class" => "dossier_autorisation_type",
784        "title" => _("dossier")." ".("autorisation")." "._("type"),
785        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
786        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
787    );
788    //
789    $links[] = array(
790        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
791        "class" => "dossier_autorisation_type_detaille",
792        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
793        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
794        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
795    );
796    //
797    $links[] = array(
798        "href" => "../scr/tab.php?obj=dossier_instruction_type",
799        "class" => "dossier_instruction_type",
800        "title" => _("dossier")." "._("instruction")." "._("type"),
801        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
802        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
803    );
804    //
805    $links[] = array(
806        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
807        "class" => "lien_evenement_dossier_autorisation_type",
808        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
809        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
810        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
811    );
812    //
813    $links[] = array(
814        "href" => "../scr/tab.php?obj=affectation_automatique",
815        "class" => "affectation_automatique",
816        "title" => _("affectation automatique"),
817        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
818        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
819    );
820    //
821    $links[] = array(
822        "href" => "../scr/tab.php?obj=autorite_competente",
823        "class" => "autorite_competente",
824        "title" => _("autorite")." "._("competente"),
825        "right" => array("autorite_competente", "autorite_competente_tab", ),
826        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
827    );
828    //
829    $links[] = array(
830        "class" => "category",
831        "title" => _("gestion du guichet unique"),
832        "right" => array(
833            "demande_type",
834            "demande_type_tab", "demande_nature", "demande_nature_tab",
835        ),
836    );
837    //
838    $links[] = array(
839        "title" => "<hr/>",
840        "right" => array(
841            "demande_type",
842            "demande_type_tab", "demande_nature", "demande_nature_tab",
843        ),
844    );
845    //
846    $links[] = array(
847        "href" => "../scr/tab.php?obj=demande_nature",
848        "class" => "demande_nature",
849        "title" => _("nature de la demande"),
850        "right" => array("demande_nature", "demande_nature_tab", ),
851        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
852    );
853    
854    //
855    $links[] = array(
856        "href" => "../scr/tab.php?obj=demande_type",
857        "class" => "demande_type",
858        "title" => _("type de la demande"),
859        "right" => array("demande_type", "demande_type_tab",),
860        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
861    );
862    //
863    $links[] = array(
864      "class" => "category",      "class" => "category",
865      "title" => _("editions"),      "title" => _("editions"),
866      "right" => array(      "right" => array(

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26