/[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 721 by nhaye, Fri Nov 16 14:45:49 2012 UTC revision 859 by vpihour, Wed Nov 28 16:17:06 2012 UTC
# Line 54  $links[] = array( Line 54  $links[] = array(
54      "open" => array("form.php|demande"),      "open" => array("form.php|demande"),
55  );  );
56  $links[] = array(  $links[] = array(
57      "href" => "../scr/tab.php?obj=demande",      "href" => "../scr/tab.php?obj=dossier_autorisation",
58      "class" => "demande",      "class" => "demande_dossier_existant",
59      "title" => _("dossier existant"),      "title" => _("dossier existant"),
60      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),
61      "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation"),      "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation"),
# Line 64  $links[] = array( Line 64  $links[] = array(
64  $links[] = array(  $links[] = array(
65      "class" => "category",      "class" => "category",
66      "title" => _("Affichage des dossiers"),      "title" => _("Affichage des dossiers"),
67      "right" => array("edition", "edition_tab","attestation_affichage","attestation_affichage_tab",),      "right" => array("edition_m","attestation_affichage",),
68  );  );
69  $links[] = array(  $links[] = array(
70      "title" => "<hr/>",      "title" => "<hr/>",
71      "right" => array("edition", "attestation_affichage"),      "right" => array("edition", "attestation_affichage"),
72  );  );
73  $links[] = array(  $links[] = array(
74      "href" => "../app/edition_affichage.php",      "href" => "../app/edition_m.php",
75      "class" => "edition",      "class" => "edition",
76      "title" => _("edition"),      "title" => _("edition"),
77      "right" => array("edition", "edition_tab", ),      "right" => "edition_m",
78      "open" => array("tab.php|edition", "form.php|edition", ),      "open" => "edition_m.php|",
79  );  );
80  $links[] = array(  $links[] = array(
81      "href" => "../app/attestation_affichage.php",      "href" => "../app/attestation_affichage.php",
82      "class" => "attestation_affichage",      "class" => "attestation_affichage",
83      "title" => _("attestation d'affichage"),      "title" => _("attestation d'affichage"),
84      "right" => array("attestation_affichage", "attestation_affichage_tab", ),      "right" => "attestation_affichage",
85      "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),      "open" => "attestation_affichage.php|",
86  );  );
87  //  //
88  /*$links[] = array(  /*$links[] = array(
# Line 433  $links[] = array( Line 433  $links[] = array(
433  $links[] = array(  $links[] = array(
434      "title" => "<hr/>",      "title" => "<hr/>",
435      "right" => array(      "right" => array(
436          "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",
437          "lien_localisation_nature", "lien_localisation_nature_tab",          "lien_localisation_nature", "lien_localisation_nature_tab",
438           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
439          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
440          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
441            "dossier_autorisation_type","dossier_autorisation_type_tab",
442            "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",
443            "dossier_instruction_type","dossier_instruction_type_tab",
444            "lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab",
445            "autorite_competente","autorite_competente_tab",
446      ),      ),
447  );  );
448  //  //
# Line 450  $links[] = array( Line 455  $links[] = array(
455  );  );
456  //  //
457  $links[] = array(  $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(  
458      "href" => "../scr/tab.php?obj=lien_localisation_nature",      "href" => "../scr/tab.php?obj=lien_localisation_nature",
459      "class" => "lien_localisation_nature",      "class" => "lien_localisation_nature",
460      "title" => _("Lien instructeur / localisation / type de dossier"),      "title" => _("Lien instructeur / localisation / type de dossier"),
# Line 546  $links[] = array( Line 521  $links[] = array(
521  );  );
522  //  //
523  $links[] = array(  $links[] = array(
524        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
525        "class" => "dossier_autorisation_type",
526        "title" => _("dossier")." ".("autorisation")." "._("type"),
527        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
528        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
529    );
530    //
531    $links[] = array(
532        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
533        "class" => "dossier_autorisation_type_detaille",
534        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
535        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
536        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
537    );
538    //
539    $links[] = array(
540        "href" => "../scr/tab.php?obj=dossier_instruction_type",
541        "class" => "dossier_instruction_type",
542        "title" => _("dossier")." "._("instruction")." "._("type"),
543        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
544        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
545    );
546    //
547    $links[] = array(
548        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
549        "class" => "lien_evenement_dossier_autorisation_type",
550        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
551        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
552        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
553    );
554    
555    
556    //
557    $links[] = array(
558        "href" => "../scr/tab.php?obj=autorite_competente",
559        "class" => "autorite_competente",
560        "title" => _("autorite")." "._("competente"),
561        "right" => array("autorite_competente", "autorite_competente_tab", ),
562        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
563    );
564    //
565    $links[] = array(
566      "class" => "category",      "class" => "category",
567      "title" => _("workflows"),      "title" => _("workflows"),
568      "right" => array(      "right" => array(
# Line 613  $links[] = array( Line 630  $links[] = array(
630  );  );
631  //  //
632  $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(  
633      "class" => "category",      "class" => "category",
634      "title" => _("Organisation"),      "title" => _("Organisation"),
635      "right" => array("direction", "division", "instructeur"),      "right" => array(
636            "direction", "direction_tab", "division", "division_tab", "instructeur",
637            "instructeur_tab", "groupe", "groupe_tab",
638        ),
639  );  );
640  $links[] = array(  $links[] = array(
641      "title" => "<hr/>",      "title" => "<hr/>",
642      "right" => array("direction", "division", "instructeur"),      "right" => array(
643            "direction", "direction_tab", "division", "division_tab", "instructeur",
644            "instructeur_tab", "groupe", "groupe_tab",
645        ),
646    );
647    //
648    $links[] = array(
649        "href" => "../scr/tab.php?obj=groupe",
650        "class" => "groupe",
651        "title" => _("groupe"),
652        "right" => array("groupe", "groupe_tab", ),
653        "open" => array("tab.php|groupe", "form.php|groupe", ),
654  );  );
655  //  //
656  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 678  $links[] = array(
678  );  );
679  //  //
680  $links[] = array(  $links[] = array(
681        "class" => "category",
682        "title" => _("gestion des consultations"),
683        "right" => array(
684            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
685            "service_categorie", "service_categorie_tab",
686            "lien_service_service_categorie", "lien_service_service_categorie_tab",
687        ),
688    );
689    //
690    $links[] = array(
691        "title" => "<hr/>",
692        "right" => array(
693            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
694            "service_categorie", "service_categorie_tab",
695            "lien_service_service_categorie", "lien_service_service_categorie_tab",
696        ),
697    );
698    //
699    $links[] = array(
700        "href" => "../scr/tab.php?obj=avis_consultation",
701        "class" => "avis_consultation",
702        "title" => _("avis consultation"),
703        "right" => array("avis_consultation", "avis_consultation_tab", ),
704        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
705    );
706    //
707    $links[] = array(
708        "href" => "../scr/tab.php?obj=service",
709        "class" => "service",
710        "title" => _("service"),
711        "right" => array("service", "service_tab", ),
712        "open" => array("tab.php|service", "form.php|service", ),
713    );
714    $links[] = array(
715        "href" => "../scr/tab.php?obj=service_categorie",
716        "class" => "service_categorie",
717        "title" => _("thematique des services"),
718        "right" => array("service_categorie", "service_categorie_tab", ),
719        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
720    );
721    $links[] = array(
722        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
723        "class" => "lien_service_service_categorie",
724        "title" => _("Lien service / thematique"),
725        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
726        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
727    );
728    //
729    $links[] = array(
730        "class" => "category",
731        "title" => _("gestion du guichet unique"),
732        "right" => array(
733            "demande_genre", "demande_genre_tab", "demande_type",
734            "demande_type_tab", "demande_nature", "demande_nature_tab",
735        ),
736    );
737    //
738    $links[] = array(
739        "title" => "<hr/>",
740        "right" => array(
741            "demande_genre", "demande_genre_tab", "demande_type",
742            "demande_type_tab", "demande_nature", "demande_nature_tab",
743        ),
744    );
745    //
746    $links[] = array(
747        "href" => "../scr/tab.php?obj=demande_nature",
748        "class" => "demande_nature",
749        "title" => _("nature de la demande"),
750        "right" => array("demande_nature", "demande_nature_tab", ),
751        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
752    );
753    //
754    $links[] = array(
755        "href" => "../scr/tab.php?obj=demande_genre",
756        "class" => "demande_genre",
757        "title" => _("genre de la demande"),
758        "right" => array("demande_genre", "demande_genre_tab", ),
759        "open" => array("tab.php|demande_genre", "form.php|demande_genre", ),
760    );
761    //
762    $links[] = array(
763        "href" => "../scr/tab.php?obj=demande_type",
764        "class" => "demande_type",
765        "title" => _("type de la demande"),
766        "right" => array("demande_type", "demande_type_tab",),
767        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
768    );
769    //
770    $links[] = array(
771      "class" => "category",      "class" => "category",
772      "title" => _("editions"),      "title" => _("editions"),
773      "right" => array(      "right" => array(

Legend:
Removed from v.721  
changed lines
  Added in v.859

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26