/[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 853 by fmichon, Wed Nov 28 14:55:26 2012 UTC revision 859 by vpihour, Wed Nov 28 16:17:06 2012 UTC
# 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_m","attestation_affichage","attestation_affichage_tab",),      "right" => array("edition_m","attestation_affichage",),
68  );  );
69  $links[] = array(  $links[] = array(
70      "title" => "<hr/>",      "title" => "<hr/>",
# Line 81  $links[] = array( Line 81  $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",          "architecte", "architecte_tab",
         "instructeur_tab", "service_categorie", "service_categorie_tab",  
         "lien_service_service_categorie", "lien_service_service_categorie_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",
         "dossier_autorisation","dossier_autorisation_tab",  
441          "dossier_autorisation_type","dossier_autorisation_type_tab",          "dossier_autorisation_type","dossier_autorisation_type_tab",
442          "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",          "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",
443          "dossier_instruction_type","dossier_instruction_type_tab",          "dossier_instruction_type","dossier_instruction_type_tab",
# Line 458  $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 554  $links[] = array( Line 521  $links[] = array(
521  );  );
522  //  //
523  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=dossier_autorisation",  
     "class" => "dossier_autorisation",  
     "title" => _("dossier")." ".("autorisation"),  
     "right" => array("dossier_autorisation", "dossier_autorisation_tab", ),  
     "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation", ),  
 );  
 //  
 $links[] = array(  
524      "href" => "../scr/tab.php?obj=dossier_autorisation_type",      "href" => "../scr/tab.php?obj=dossier_autorisation_type",
525      "class" => "dossier_autorisation_type",      "class" => "dossier_autorisation_type",
526      "title" => _("dossier")." ".("autorisation")." "._("type"),      "title" => _("dossier")." ".("autorisation")." "._("type"),
# Line 671  $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(      "right" => array(
# Line 728  $links[] = array( Line 679  $links[] = array(
679  //  //
680  $links[] = array(  $links[] = array(
681      "class" => "category",      "class" => "category",
682      "title" => _("guichet unique"),      "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(      "right" => array(
733          "demande_genre", "demande_genre_tab", "demande_type",          "demande_genre", "demande_genre_tab", "demande_type",
734          "demande_type_tab", "demande_nature", "demande_nature_tab",          "demande_type_tab", "demande_nature", "demande_nature_tab",

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26