47 |
"demande_dossier_existant","demande_dossier_existant_tab",), |
"demande_dossier_existant","demande_dossier_existant_tab",), |
48 |
); |
); |
49 |
$links[] = array( |
$links[] = array( |
50 |
"href" => "../scr/form.php?obj=demande&action=0&advs_id=&tricol=&valide=&retour=tab&new=", |
"href" => "../scr/form.php?obj=demande&action=0&advs_id=&tricol=&valide=&retour=tab&new=", |
51 |
"class" => "demande", |
"class" => "demande", |
52 |
"title" => _("nouveau dossier"), |
"title" => _("nouveau dossier"), |
53 |
"right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ), |
"right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ), |
54 |
"open" => array("tab.php|demande", "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|demande", "form.php|demande", ), |
"open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation"), |
62 |
); |
); |
63 |
// |
// |
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( |
233 |
"class" => "category", |
"class" => "category", |
234 |
"title" => _("Messages"), |
"title" => _("Messages"), |
235 |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
236 |
|
"parameters" => array("option_ERP" => "true", ), |
237 |
); |
); |
238 |
// |
// |
239 |
$links[] = array( |
$links[] = array( |
240 |
"title" => "<hr/>", |
"title" => "<hr/>", |
241 |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
242 |
|
"parameters" => array("option_ERP" => "true", ), |
243 |
); |
); |
244 |
// |
// |
245 |
$links[] = array( |
$links[] = array( |
248 |
"title" => _("Mes messages"), |
"title" => _("Mes messages"), |
249 |
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
250 |
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
251 |
|
"parameters" => array("option_ERP" => "true", ), |
252 |
); |
); |
253 |
// |
// |
254 |
$links[] = array( |
$links[] = array( |
257 |
"title" => _("Tous les messages"), |
"title" => _("Tous les messages"), |
258 |
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
259 |
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
260 |
|
"parameters" => array("option_ERP" => "true", ), |
261 |
); |
); |
262 |
|
|
263 |
// |
// |
437 |
$links[] = array( |
$links[] = array( |
438 |
"title" => "<hr/>", |
"title" => "<hr/>", |
439 |
"right" => array( |
"right" => array( |
440 |
"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", |
441 |
"lien_localisation_nature", "lien_localisation_nature_tab", |
"affectation_automatique", "affectation_automatique_tab", |
442 |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
443 |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
444 |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
445 |
|
"dossier_autorisation_type","dossier_autorisation_type_tab", |
446 |
|
"dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab", |
447 |
|
"dossier_instruction_type","dossier_instruction_type_tab", |
448 |
|
"lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab", |
449 |
|
"autorite_competente","autorite_competente_tab", |
450 |
), |
), |
451 |
); |
); |
452 |
// |
// |
459 |
); |
); |
460 |
// |
// |
461 |
$links[] = array( |
$links[] = array( |
462 |
"href" => "../scr/tab.php?obj=service", |
"href" => "../scr/tab.php?obj=affectation_automatique", |
463 |
"class" => "service", |
"class" => "affectation_automatique", |
464 |
"title" => _("service"), |
"title" => _("affectation automatique"), |
465 |
"right" => array("service", "service_tab", ), |
"right" => array("affectation_automatique", "affectation_automatique_tab", ), |
466 |
"open" => array("tab.php|service", "form.php|service", ), |
"open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ), |
|
); |
|
|
$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", ), |
|
467 |
); |
); |
468 |
// |
// |
469 |
$links[] = array( |
$links[] = array( |
525 |
); |
); |
526 |
// |
// |
527 |
$links[] = array( |
$links[] = array( |
528 |
|
"href" => "../scr/tab.php?obj=dossier_autorisation_type", |
529 |
|
"class" => "dossier_autorisation_type", |
530 |
|
"title" => _("dossier")." ".("autorisation")." "._("type"), |
531 |
|
"right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ), |
532 |
|
"open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ), |
533 |
|
); |
534 |
|
// |
535 |
|
$links[] = array( |
536 |
|
"href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille", |
537 |
|
"class" => "dossier_autorisation_type_detaille", |
538 |
|
"title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"), |
539 |
|
"right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ), |
540 |
|
"open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ), |
541 |
|
); |
542 |
|
// |
543 |
|
$links[] = array( |
544 |
|
"href" => "../scr/tab.php?obj=dossier_instruction_type", |
545 |
|
"class" => "dossier_instruction_type", |
546 |
|
"title" => _("dossier")." "._("instruction")." "._("type"), |
547 |
|
"right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ), |
548 |
|
"open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ), |
549 |
|
); |
550 |
|
// |
551 |
|
$links[] = array( |
552 |
|
"href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type", |
553 |
|
"class" => "lien_evenement_dossier_autorisation_type", |
554 |
|
"title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"), |
555 |
|
"right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ), |
556 |
|
"open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ), |
557 |
|
); |
558 |
|
|
559 |
|
|
560 |
|
// |
561 |
|
$links[] = array( |
562 |
|
"href" => "../scr/tab.php?obj=autorite_competente", |
563 |
|
"class" => "autorite_competente", |
564 |
|
"title" => _("autorite")." "._("competente"), |
565 |
|
"right" => array("autorite_competente", "autorite_competente_tab", ), |
566 |
|
"open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ), |
567 |
|
); |
568 |
|
// |
569 |
|
$links[] = array( |
570 |
"class" => "category", |
"class" => "category", |
571 |
"title" => _("workflows"), |
"title" => _("workflows"), |
572 |
"right" => array( |
"right" => array( |
634 |
); |
); |
635 |
// |
// |
636 |
$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( |
|
637 |
"class" => "category", |
"class" => "category", |
638 |
"title" => _("Organisation"), |
"title" => _("Organisation"), |
639 |
"right" => array("direction", "division", "instructeur"), |
"right" => array( |
640 |
|
"direction", "direction_tab", "division", "division_tab", "instructeur", |
641 |
|
"instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab", |
642 |
|
), |
643 |
); |
); |
644 |
$links[] = array( |
$links[] = array( |
645 |
"title" => "<hr/>", |
"title" => "<hr/>", |
646 |
"right" => array("direction", "division", "instructeur"), |
"right" => array( |
647 |
|
"direction", "direction_tab", "division", "division_tab", "instructeur", |
648 |
|
"instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab", |
649 |
|
), |
650 |
|
); |
651 |
|
// |
652 |
|
$links[] = array( |
653 |
|
"href" => "../scr/tab.php?obj=genre", |
654 |
|
"class" => "genre", |
655 |
|
"title" => _("genre"), |
656 |
|
"right" => array("genre", "genre_tab", ), |
657 |
|
"open" => array("tab.php|genre", "form.php|genre", ), |
658 |
|
); |
659 |
|
// |
660 |
|
$links[] = array( |
661 |
|
"href" => "../scr/tab.php?obj=groupe", |
662 |
|
"class" => "groupe", |
663 |
|
"title" => _("groupe"), |
664 |
|
"right" => array("groupe", "groupe_tab", ), |
665 |
|
"open" => array("tab.php|groupe", "form.php|groupe", ), |
666 |
); |
); |
667 |
// |
// |
668 |
$links[] = array( |
$links[] = array( |
690 |
); |
); |
691 |
// |
// |
692 |
$links[] = array( |
$links[] = array( |
693 |
|
"class" => "category", |
694 |
|
"title" => _("gestion des consultations"), |
695 |
|
"right" => array( |
696 |
|
"avis_consultation", "avis_consultation_tab", "service", "service_tab", |
697 |
|
"service_categorie", "service_categorie_tab", |
698 |
|
"lien_service_service_categorie", "lien_service_service_categorie_tab", |
699 |
|
), |
700 |
|
); |
701 |
|
// |
702 |
|
$links[] = array( |
703 |
|
"title" => "<hr/>", |
704 |
|
"right" => array( |
705 |
|
"avis_consultation", "avis_consultation_tab", "service", "service_tab", |
706 |
|
"service_categorie", "service_categorie_tab", |
707 |
|
"lien_service_service_categorie", "lien_service_service_categorie_tab", |
708 |
|
), |
709 |
|
); |
710 |
|
// |
711 |
|
$links[] = array( |
712 |
|
"href" => "../scr/tab.php?obj=avis_consultation", |
713 |
|
"class" => "avis_consultation", |
714 |
|
"title" => _("avis consultation"), |
715 |
|
"right" => array("avis_consultation", "avis_consultation_tab", ), |
716 |
|
"open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ), |
717 |
|
); |
718 |
|
// |
719 |
|
$links[] = array( |
720 |
|
"href" => "../scr/tab.php?obj=service", |
721 |
|
"class" => "service", |
722 |
|
"title" => _("service"), |
723 |
|
"right" => array("service", "service_tab", ), |
724 |
|
"open" => array("tab.php|service", "form.php|service", ), |
725 |
|
); |
726 |
|
$links[] = array( |
727 |
|
"href" => "../scr/tab.php?obj=service_categorie", |
728 |
|
"class" => "service_categorie", |
729 |
|
"title" => _("thematique des services"), |
730 |
|
"right" => array("service_categorie", "service_categorie_tab", ), |
731 |
|
"open" => array("tab.php|service_categorie", "form.php|service_categorie", ), |
732 |
|
); |
733 |
|
$links[] = array( |
734 |
|
"href" => "../scr/tab.php?obj=lien_service_service_categorie", |
735 |
|
"class" => "lien_service_service_categorie", |
736 |
|
"title" => _("Lien service / thematique"), |
737 |
|
"right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ), |
738 |
|
"open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ), |
739 |
|
); |
740 |
|
// |
741 |
|
$links[] = array( |
742 |
|
"class" => "category", |
743 |
|
"title" => _("gestion du guichet unique"), |
744 |
|
"right" => array( |
745 |
|
"demande_type", |
746 |
|
"demande_type_tab", "demande_nature", "demande_nature_tab", |
747 |
|
), |
748 |
|
); |
749 |
|
// |
750 |
|
$links[] = array( |
751 |
|
"title" => "<hr/>", |
752 |
|
"right" => array( |
753 |
|
"demande_type", |
754 |
|
"demande_type_tab", "demande_nature", "demande_nature_tab", |
755 |
|
), |
756 |
|
); |
757 |
|
// |
758 |
|
$links[] = array( |
759 |
|
"href" => "../scr/tab.php?obj=demande_nature", |
760 |
|
"class" => "demande_nature", |
761 |
|
"title" => _("nature de la demande"), |
762 |
|
"right" => array("demande_nature", "demande_nature_tab", ), |
763 |
|
"open" => array("tab.php|demande_nature", "form.php|demande_nature", ), |
764 |
|
); |
765 |
|
|
766 |
|
// |
767 |
|
$links[] = array( |
768 |
|
"href" => "../scr/tab.php?obj=demande_type", |
769 |
|
"class" => "demande_type", |
770 |
|
"title" => _("type de la demande"), |
771 |
|
"right" => array("demande_type", "demande_type_tab",), |
772 |
|
"open" => array("tab.php|demande_type", "form.php|demande_type", ), |
773 |
|
); |
774 |
|
// |
775 |
|
$links[] = array( |
776 |
"class" => "category", |
"class" => "category", |
777 |
"title" => _("editions"), |
"title" => _("editions"), |
778 |
"right" => array( |
"right" => array( |