/[openfoncier]/branches/3.14.x/dyn/menu.inc.php
ViewVC logotype

Diff of /branches/3.14.x/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 635 by vpihour, Thu Nov 8 17:08:40 2012 UTC revision 1023 by nhaye, Fri Dec 7 17:08:36 2012 UTC
# Line 9  Line 9 
9    
10  //  //
11  $menu = array();  $menu = array();
12    
13    // {{{ Rubrique AUTORISATION
14    //
15    $rubrik = array(
16        "title" => _("autorisation"),
17        "class" => "autorisation",
18        "right" => "menu_autorisation",
19    );
20    //
21    $links = array();
22    //
23    $rubrik['links'] = $links;
24    //
25    $menu[] = $rubrik;
26  // }}}  // }}}
27  // {{{ Rubrique APPLICATION  
28    // {{{ Rubrique GUICHET UNIQUE
29  //  //
30  $rubrik = array(  $rubrik = array(
31      "title" => _("Guichet Unique"),      "title" => _("Guichet Unique"),
32      "class" => "demande_type",      "class" => "guichet_unique",
33      "right" => "menu_guichet_unique",      "right" => "menu_guichet_unique",
34  );  );
35  //  //
# Line 29  $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&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"),
56  );  );
57  $links[] = array(  $links[] = array(
58      "href" => "../scr/tab.php?obj=demande",      "href" => "../scr/tab.php?obj=recherche_dossier",
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|recherche_dossier", "form.php|recherche_dossier"),
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"),
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_m","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_m.php",
83      "class" => "edition",      "class" => "edition",
84      "title" => _("edition"),      "title" => _("edition"),
85      "right" => array("edition", "edition_tab", ),      "right" => "edition_m",
86      "open" => array("tab.php|edition", "form.php|edition", ),      "open" => "edition_m.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 91  $rubrik['links'] = $links; Line 114  $rubrik['links'] = $links;
114  //  //
115  $menu[] = $rubrik;  $menu[] = $rubrik;
116  // }}}  // }}}
117  // {{{ Rubrique APPLICATION  
118    // {{{ Rubrique INSTRUCTION
119  //  //
120  $rubrik = array(  $rubrik = array(
121      "title" => _("instruction"),      "title" => _("instruction"),
# Line 100  $rubrik = array( Line 124  $rubrik = array(
124  );  );
125  //  //
126  $links = array();  $links = array();
127  //  // Catégorie DOSSIERS D'INSTRUCTION
128  $links[] = array(  $links[] = array(
129      "href" => "../scr/tab.php?obj=PC",      "class" => "category",
130      "class" => "dossier",      "title" => _("dossiers d'instruction"),
131      "title" => _("PC"),      "right" => array(
132      "right" => array("PC", "PC_tab", ),          "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
133      "open" => array("tab.php|PC", "form.php|PC", ),          "dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab",
134            "dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab",
135            "dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab",
136            "dossier_instruction", "dossier_instruction_tab",
137            "PC_modificatif", "PC_modificatif_tab",
138        ),
139  );  );
 //  
140  $links[] = array(  $links[] = array(
141      "href" => "../scr/tab.php?obj=DP",      "title" => "<hr/>",
142      "class" => "dossier",      "right" => array(
143      "title" => _("DP"),          "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
144      "right" => array("DP", "DP_tab", ),          "dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab",
145      "open" => array("tab.php|DP", "form.php|DP", ),      ),
146  );  );
147  //  //
148  $links[] = array(  $links[] = array(
149      "href" => "../scr/tab.php?obj=PD",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_encours",
150      "class" => "dossier",      "class" => "dossier_instruction_mes_encours",
151      "title" => _("PD"),      "title" => _("mes encours"),
152      "right" => array("PD", "PD_tab", ),      "right" => array("dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", ),
153      "open" => array("tab.php|PD", "form.php|PD", ),      "open" => array("tab.php|dossier_instruction_mes_encours", "form.php|dossier_instruction_mes_encours", ),
154  );  );
155  //  //
156  $links[] = array(  $links[] = array(
157      "href" => "../scr/tab.php?obj=PA",      "href" => "../scr/tab.php?obj=dossier_instruction_tous_encours",
158      "class" => "dossier",      "class" => "dossier_instruction_tous_encours",
159      "title" => _("PA"),      "title" => _("tous les encours"),
160      "right" => array("PA", "PA_tab", ),      "right" => array("dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", ),
161      "open" => array("tab.php|PA", "form.php|PA", ),      "open" => array("tab.php|dossier_instruction_tous_encours", "form.php|dossier_instruction_tous_encours", ),
162  );  );
163  //  //
164  $links[] = array(  $links[] = array(
165      "title" => "<hr/>",      "title" => "<hr/>",
166      "right" => array(      "right" => array(
167          "PC_accueil", "PC_accueil_tab", "DP_accueil", "DP_accueil_tab",          "dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab",
168          "PD_accueil", "PD_accueil_tab", "PA_accueil", "PA_accueil_tab",          "dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab",
169      ),      ),
170  );  );
171  //  //
172  $links[] = array(  $links[] = array(
173      "href" => "../scr/tab.php?obj=PC_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures",
174      "class" => "dossier",      "class" => "dossier_instruction_mes_clotures",
175      "title" => _("PC - accueil"),      "title" => _("mes clotures"),
176      "right" => array("PC_accueil", "PC_accueil_tab", ),      "right" => array("dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", ),
177      "open" => array("tab.php|PC_accueil", "form.php|PC_accueil", ),      "open" => array("tab.php|dossier_instruction_mes_clotures", "form.php|dossier_instruction_mes_clotures", ),
178  );  );
179  //  //
180  $links[] = array(  $links[] = array(
181      "href" => "../scr/tab.php?obj=DP_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_tous_clotures",
182      "class" => "dossier",      "class" => "dossier_instruction_tous_clotures",
183      "title" => _("DP - accueil"),      "title" => _("tous les clotures"),
184      "right" => array("DP_accueil", "DP_accueil_tab", ),      "right" => array("dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", ),
185      "open" => array("tab.php|DP_accueil", "form.php|DP_accueil", ),      "open" => array("tab.php|dossier_instruction_tous_clotures", "form.php|dossier_instruction_tous_clotures", ),
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=PD_accueil",  
     "class" => "dossier",  
     "title" => _("PD - accueil"),  
     "right" => array("PD_accueil", "PD_accueil_tab", ),  
     "open" => array("tab.php|PD_accueil", "form.php|PD_accueil", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=PA_accueil",  
     "class" => "dossier",  
     "title" => _("PA - accueil"),  
     "right" => array("PA_accueil", "PA_accueil_tab", ),  
     "open" => array("tab.php|PA_accueil", "form.php|PA_accueil", ),  
186  );  );
187  //  //
188  $links[] = array(  $links[] = array(
# Line 188  $links[] = array( Line 200  $links[] = array(
200  //  //
201  $links[] = array(  $links[] = array(
202      "title" => "<hr/>",      "title" => "<hr/>",
203      "right" => array("recherchedossier", ),      "right" => array(
204            "dossier_instruction", "dossier_instruction_tab",
205        ),
206  );  );
207  //  //
208  $links[] = array(  $links[] = array(
209      "href" => "../app/recherchedossier.php",      "href" => "../scr/tab.php?obj=dossier_instruction",
210      "class" => "dossier",      "class" => "dossier_instruction",
211      "title" => _("Recherche dossier"),      "title" => _("recherche"),
212      "right" => "recherchedossier",      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
213      "open" => "recherchedossier.php|",      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
214  );  );
215    // Catégorie CONSULTATIONS
216  $links[] = array(  $links[] = array(
217      "class" => "category",      "class" => "category",
218      "title" => _("Consultation"),      "title" => _("consultations"),
219      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
220  );  );
221  $links[] = array(  $links[] = array(
222      "title" => "<hr/>",      "title" => "<hr/>",
223      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
224  );  );
225  $links[] = array(  $links[] = array(
226      "href" => "../scr/tab.php?obj=consultation_mes_retours",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
# Line 221  $links[] = array( Line 236  $links[] = array(
236      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
237      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
238  );  );
239    // Catégorie MESSAGES
   
240  $links[] = array(  $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(
254      "href" => "../scr/tab.php?obj=messages_mes_retours",      "href" => "../scr/tab.php?obj=messages_mes_retours",
255      "class" => "messages_mes_retours",      "class" => "messages_mes_retours",
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(
263      "href" => "../scr/tab.php?obj=messages_tous_retours",      "href" => "../scr/tab.php?obj=messages_tous_retours",
264      "class" => "messages_tous_retours",      "class" => "messages_tous_retours",
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    
271  //  //
# Line 252  $rubrik['links'] = $links; Line 273  $rubrik['links'] = $links;
273  //  //
274  $menu[] = $rubrik;  $menu[] = $rubrik;
275  // }}}  // }}}
276  // {{{ Rubrique Demandes d'avis  
277    // {{{ Rubrique SUIVI
278  //  //
279  $rubrik = array(  $rubrik = array(
280      "title" => _("Suivi"),      "title" => _("Suivi"),
# Line 267  $links[] = array( Line 289  $links[] = array(
289      "class" => "avis_code_barre",      "class" => "avis_code_barre",
290      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
291      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
292      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
293  );  );
294  //  //
295  $rubrik['links'] = $links;  $rubrik['links'] = $links;
296  //  //
297  $menu[] = $rubrik;  $menu[] = $rubrik;
298  // }}}  // }}}
299  // {{{ Rubrique Demandes d'avis  
300    // {{{ Rubrique DEMANDES D'AVIS
301  //  //
302  $rubrik = array(  $rubrik = array(
303      "title" => _("Demandes d'avis"),      "title" => _("Demandes d'avis"),
# Line 301  $links[] = array( Line 324  $links[] = array(
324  );  );
325    
326  $links[] = array(  $links[] = array(
327      "href" => "../scr/tab.php?obj=demande_avis_export",      "href" => "../scr/tab.php?obj=demande_avis",
328      "class" => "demande_avis_export",      "class" => "demande_avis",
329      "title" => _("Exports"),      "title" => _("Exports"),
330      "right" => array("demande_avis_export", "demande_avis_export_tab", ),      "right" => array("demande_avis", "demande_avis_tab", ),
331      "open" => array("tab.php|demande_avis_export", "form.php|demande_avis_export", ),      "open" => array("tab.php|demande_avis", "form.php|demande_avis", ),
332  );  );
333    
334  //  //
# Line 422  $links[] = array( Line 445  $links[] = array(
445  $links[] = array(  $links[] = array(
446      "title" => "<hr/>",      "title" => "<hr/>",
447      "right" => array(      "right" => array(
448          "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",  
449           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
450          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
451          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 437  $links[] = array( Line 459  $links[] = array(
459      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
460      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
461  );  );
462  //  
 $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", ),  
 );  
463  //  //
464  $links[] = array(  $links[] = array(
465      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 533  $links[] = array( Line 518  $links[] = array(
518      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
519      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
520  );  );
521    
522  //  //
523  $links[] = array(  $links[] = array(
524      "class" => "category",      "class" => "category",
# Line 602  $links[] = array( Line 588  $links[] = array(
588  );  );
589  //  //
590  $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(  
591      "class" => "category",      "class" => "category",
592      "title" => _("Organisation"),      "title" => _("Organisation"),
593      "right" => array("direction", "division", "instructeur"),      "right" => array(
594            "direction", "direction_tab", "division", "division_tab", "instructeur",
595            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
596        ),
597  );  );
598  $links[] = array(  $links[] = array(
599      "title" => "<hr/>",      "title" => "<hr/>",
600      "right" => array("direction", "division", "instructeur"),      "right" => array(
601            "direction", "direction_tab", "division", "division_tab", "instructeur",
602            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
603        ),
604    );
605    //
606    $links[] = array(
607        "href" => "../scr/tab.php?obj=genre",
608        "class" => "genre",
609        "title" => _("genre"),
610        "right" => array("genre", "genre_tab", ),
611        "open" => array("tab.php|genre", "form.php|genre", ),
612    );
613    //
614    $links[] = array(
615        "href" => "../scr/tab.php?obj=groupe",
616        "class" => "groupe",
617        "title" => _("groupe"),
618        "right" => array("groupe", "groupe_tab", ),
619        "open" => array("tab.php|groupe", "form.php|groupe", ),
620  );  );
621  //  //
622  $links[] = array(  $links[] = array(
# Line 645  $links[] = array( Line 645  $links[] = array(
645  //  //
646  $links[] = array(  $links[] = array(
647      "class" => "category",      "class" => "category",
648        "title" => _("gestion des consultations"),
649        "right" => array(
650            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
651            "service_categorie", "service_categorie_tab",
652            "lien_service_service_categorie", "lien_service_service_categorie_tab",
653        ),
654    );
655    //
656    $links[] = array(
657        "title" => "<hr/>",
658        "right" => array(
659            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
660            "service_categorie", "service_categorie_tab",
661            "lien_service_service_categorie", "lien_service_service_categorie_tab",
662        ),
663    );
664    //
665    $links[] = array(
666        "href" => "../scr/tab.php?obj=avis_consultation",
667        "class" => "avis_consultation",
668        "title" => _("avis consultation"),
669        "right" => array("avis_consultation", "avis_consultation_tab", ),
670        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
671    );
672    //
673    $links[] = array(
674        "href" => "../scr/tab.php?obj=service",
675        "class" => "service",
676        "title" => _("service"),
677        "right" => array("service", "service_tab", ),
678        "open" => array("tab.php|service", "form.php|service", ),
679    );
680    $links[] = array(
681        "href" => "../scr/tab.php?obj=service_categorie",
682        "class" => "service_categorie",
683        "title" => _("thematique des services"),
684        "right" => array("service_categorie", "service_categorie_tab", ),
685        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
686    );
687    $links[] = array(
688        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
689        "class" => "lien_service_service_categorie",
690        "title" => _("Lien service / thematique"),
691        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
692        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
693    );
694    //
695    $links[] = array(
696        "class" => "category",
697        "title" => _("Gestion des dossiers"),
698        "right" => array(
699            "dossier_autorisation_type", "dossier_autorisation_type_tab",
700            "dossier_autorisation_type_detaille",
701            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
702            "dossier_instruction_type_tab",
703            "lien_evenement_dossier_autorisation_type",
704            "lien_evenement_dossier_autorisation_type_tab",
705            "autorite_competente", "autorite_competente_tab",
706            "affectation_automatique", "affectation_automatique_tab",
707        ),
708    );
709    //
710    $links[] = array(
711        "title" => "<hr/>",
712        "right" => array(
713            "dossier_autorisation_type", "dossier_autorisation_type_tab",
714            "dossier_autorisation_type_detaille",
715            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
716            "dossier_instruction_type_tab",
717            "lien_evenement_dossier_autorisation_type",
718            "lien_evenement_dossier_autorisation_type_tab",
719            "autorite_competente", "autorite_competente_tab",
720            "affectation_automatique", "affectation_automatique_tab",
721            
722        ),
723    );
724    //
725    $links[] = array(
726        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
727        "class" => "dossier_autorisation_type",
728        "title" => _("dossier")." ".("autorisation")." "._("type"),
729        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
730        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
731    );
732    //
733    $links[] = array(
734        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
735        "class" => "dossier_autorisation_type_detaille",
736        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
737        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
738        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
739    );
740    //
741    $links[] = array(
742        "href" => "../scr/tab.php?obj=dossier_instruction_type",
743        "class" => "dossier_instruction_type",
744        "title" => _("dossier")." "._("instruction")." "._("type"),
745        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
746        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
747    );
748    //
749    $links[] = array(
750        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
751        "class" => "lien_evenement_dossier_autorisation_type",
752        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
753        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
754        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
755    );
756    //
757    $links[] = array(
758        "href" => "../scr/tab.php?obj=affectation_automatique",
759        "class" => "affectation_automatique",
760        "title" => _("affectation automatique"),
761        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
762        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
763    );
764    //
765    $links[] = array(
766        "href" => "../scr/tab.php?obj=autorite_competente",
767        "class" => "autorite_competente",
768        "title" => _("autorite")." "._("competente"),
769        "right" => array("autorite_competente", "autorite_competente_tab", ),
770        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
771    );
772    //
773    $links[] = array(
774        "class" => "category",
775        "title" => _("gestion du guichet unique"),
776        "right" => array(
777            "demande_type",
778            "demande_type_tab", "demande_nature", "demande_nature_tab",
779        ),
780    );
781    //
782    $links[] = array(
783        "title" => "<hr/>",
784        "right" => array(
785            "demande_type",
786            "demande_type_tab", "demande_nature", "demande_nature_tab",
787        ),
788    );
789    //
790    $links[] = array(
791        "href" => "../scr/tab.php?obj=demande_nature",
792        "class" => "demande_nature",
793        "title" => _("nature de la demande"),
794        "right" => array("demande_nature", "demande_nature_tab", ),
795        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
796    );
797    
798    //
799    $links[] = array(
800        "href" => "../scr/tab.php?obj=demande_type",
801        "class" => "demande_type",
802        "title" => _("type de la demande"),
803        "right" => array("demande_type", "demande_type_tab",),
804        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
805    );
806    //
807    $links[] = array(
808        "class" => "category",
809      "title" => _("editions"),      "title" => _("editions"),
810      "right" => array(      "right" => array(
811          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
# Line 866  $links[] = array( Line 1027  $links[] = array(
1027  $links[] = array(  $links[] = array(
1028      "class" => "category",      "class" => "category",
1029      "title" => _("tableaux de bord"),      "title" => _("tableaux de bord"),
1030      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
1031            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1032        ),
1033  );  );
1034  //  //
1035  $links[] = array(  $links[] = array(
1036      "title" => "<hr/>",      "title" => "<hr/>",
1037      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
1038            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1039        ),
1040  );  );
1041  //  //
1042  $links[] = array(  $links[] = array(
1043      "href" => "../scr/tab.php?obj=om_widget",      "href" => "../scr/tab.php?obj=om_widget",
1044      "class" => "om_widget",      "class" => "om_widget",
1045      "title" => _("widget"),      "title" => _("om_widget"),
1046      "right" => array("om_widget", "om_widget_tab", ),      "right" => array("om_widget", "om_widget_tab", ),
1047      "open" => array("tab.php|om_widget", "form.php|om_widget", ),      "open" => array("tab.php|om_widget", "form.php|om_widget", ),
1048  );  );
1049  //  //
1050  $links[] = array(  $links[] = array(
1051        "href" => "../scr/tab.php?obj=om_dashboard",
1052        "class" => "om_dashboard",
1053        "title" => _("om_dashboard"),
1054        "right" => array( ),
1055        "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
1056    );
1057    //
1058    $links[] = array(
1059      "class" => "category",      "class" => "category",
1060      "title" => _("sig"),      "title" => _("sig"),
1061      "right" => array(      "right" => array(

Legend:
Removed from v.635  
changed lines
  Added in v.1023

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26