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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26