/[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 566 by fmichon, Wed Oct 31 13:09:47 2012 UTC revision 1185 by vpihour, Wed Jan 9 11:20:26 2013 UTC
# Line 10  Line 10 
10  //  //
11  $menu = array();  $menu = array();
12    
13  // {{{ Rubrique APPLICATION  // {{{ Rubrique AUTORISATION
14  //  //
15  $rubrik = array(  $rubrik = array(
16      "title" => _("instruction"),      "title" => _("autorisation"),
17      "class" => "instruction",      "class" => "autorisation",
18      "right" => "menu_instruction",      "right" => "menu_autorisation",
19  );  );
20  //  //
21  $links = array();  $links = array();
22  //  //
23  $links[] = array(  $rubrik['links'] = $links;
24      "href" => "../scr/tab.php?obj=PC",  //
25      "class" => "dossier",  $menu[] = $rubrik;
26      "title" => _("PC"),  // }}}
27      "right" => array("PC", "PC_tab", ),  
28      "open" => array("tab.php|PC", "form.php|PC", ),  // {{{ Rubrique GUICHET UNIQUE
29    //
30    $rubrik = array(
31        "title" => _("Guichet Unique"),
32        "class" => "guichet_unique",
33        "right" => "menu_guichet_unique",
34  );  );
35  //  //
36    $links = array();
37    //
38  $links[] = array(  $links[] = array(
39      "href" => "../scr/tab.php?obj=DP",      "class" => "category",
40      "class" => "dossier",      "title" => _("demandes"),
41      "title" => _("DP"),      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
42      "right" => array("DP", "DP_tab", ),                       "demande_dossier_existant","demande_dossier_existant_tab",),
43      "open" => array("tab.php|DP", "form.php|DP", ),  );
44    $links[] = array(
45        "title" => "<hr/>",
46        "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
47                         "demande_dossier_existant","demande_dossier_existant_tab",
48                         "demande_recepisse_demande","demande_recepisse_demande_tab",),
49    );
50    $links[] = array(
51        "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",
53        "title" => _("nouveau dossier"),
54        "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),
55        "open" => array("form.php|demande_nouveau_dossier",),
56    );
57    $links[] = array(
58        "href" => "../scr/tab.php?obj=demande_dossier_existant",
59        "class" => "demande_dossier_existant",
60        "title" => _("dossier existant"),
61        "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),
62        "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      "href" => "../scr/tab.php?obj=PD",      "class" => "category",
74      "class" => "dossier",      "title" => _("Affichage des dossiers"),
75      "title" => _("PD"),      "right" => array("edition_reglementaire","attestation_affichage",),
76      "right" => array("PD", "PD_tab", ),  );
77      "open" => array("tab.php|PD", "form.php|PD", ),  $links[] = array(
78        "title" => "<hr/>",
79        "right" => array("edition", "attestation_affichage"),
80    );
81    $links[] = array(
82        "href" => "../app/edition_reglementaire.php",
83        "class" => "edition",
84        "title" => _("edition reglementaire"),
85        "right" => "edition_reglementaire",
86        "open" => "edition_reglementaire.php|",
87    );
88    $links[] = array(
89        "href" => "../app/attestation_affichage.php",
90        "class" => "attestation_affichage",
91        "title" => _("attestation d'affichage"),
92        "right" => "attestation_affichage",
93        "open" => "attestation_affichage.php|",
94  );  );
95  //  //
96    /*$links[] = array(
97        "class" => "category",
98        "title" => _("Qualification"),
99        "right" => array("qualification"),
100    );
101  $links[] = array(  $links[] = array(
102      "href" => "../scr/tab.php?obj=PA",      "title" => "<hr/>",
103      "class" => "dossier",      "right" => array("qualification"),
104      "title" => _("PA"),  );
105      "right" => array("PA", "PA_tab", ),  $links[] = array(
106      "open" => array("tab.php|PA", "form.php|PA", ),      "href" => "../scr/tab.php?obj=dossier",
107        "class" => "qualification",
108        "title" => _("A Qualifier"),
109        "right" => array("qualification", "qualification_tab", ),
110        "open" => array("tab.php|qualification", "form.php|qualification", ),
111    );*/
112    //
113    $rubrik['links'] = $links;
114    //
115    $menu[] = $rubrik;
116    // }}}
117    
118    // {{{ Rubrique INSTRUCTION
119    //
120    $rubrik = array(
121        "title" => _("instruction"),
122        "class" => "instruction",
123        "right" => "menu_instruction",
124  );  );
125  //  //
126    $links = array();
127    // Catégorie DOSSIERS D'INSTRUCTION
128    $links[] = array(
129        "class" => "category",
130        "title" => _("dossiers d'instruction"),
131        "right" => array(
132            "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
133            "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            "dossiers_limites", "dossiers_limites_tab",
138            "PC_modificatif", "PC_modificatif_tab",
139        ),
140    );
141  $links[] = array(  $links[] = array(
142      "title" => "<hr/>",      "title" => "<hr/>",
143      "right" => array(      "right" => array(
144          "PC_accueil", "PC_accueil_tab", "DP_accueil", "DP_accueil_tab",          "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
145          "PD_accueil", "PD_accueil_tab", "PA_accueil", "PA_accueil_tab",          "dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab",
146      ),      ),
147  );  );
148  //  //
149  $links[] = array(  $links[] = array(
150      "href" => "../scr/tab.php?obj=PC_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_encours",
151      "class" => "dossier",      "class" => "dossier_instruction_mes_encours",
152      "title" => _("PC - accueil"),      "title" => _("mes encours"),
153      "right" => array("PC_accueil", "PC_accueil_tab", ),      "right" => array("dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", ),
154      "open" => array("tab.php|PC_accueil", "form.php|PC_accueil", ),      "open" => array("tab.php|dossier_instruction_mes_encours", "form.php|dossier_instruction_mes_encours",
155            "form.php|rapport_instruction"),
156    );
157    //
158    $links[] = array(
159        "href" => "../scr/tab.php?obj=dossier_instruction_tous_encours",
160        "class" => "dossier_instruction_tous_encours",
161        "title" => _("tous les encours"),
162        "right" => array("dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", ),
163        "open" => array("tab.php|dossier_instruction_tous_encours", "form.php|dossier_instruction_tous_encours", ),
164    );
165    //
166    $links[] = array(
167        "title" => "<hr/>",
168        "right" => array(
169            "dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab",
170            "dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab",
171        ),
172  );  );
173  //  //
174  $links[] = array(  $links[] = array(
175      "href" => "../scr/tab.php?obj=DP_accueil",      "title" => "<hr/>",
176      "class" => "dossier",      "right" => array(
177      "title" => _("DP - accueil"),          "dossiers_limites", "dossiers_limites_tab",
178      "right" => array("DP_accueil", "DP_accueil_tab", ),          "dossiers_limites", "dossiers_limites_tab",
179      "open" => array("tab.php|DP_accueil", "form.php|DP_accueil", ),      ),
180  );  );
181  //  //
182  $links[] = array(  $links[] = array(
183      "href" => "../scr/tab.php?obj=PD_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures",
184      "class" => "dossier",      "class" => "dossier_instruction_mes_clotures",
185      "title" => _("PD - accueil"),      "title" => _("mes clotures"),
186      "right" => array("PD_accueil", "PD_accueil_tab", ),      "right" => array("dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", ),
187      "open" => array("tab.php|PD_accueil", "form.php|PD_accueil", ),      "open" => array("tab.php|dossier_instruction_mes_clotures", "form.php|dossier_instruction_mes_clotures", ),
188  );  );
189  //  //
190  $links[] = array(  $links[] = array(
191      "href" => "../scr/tab.php?obj=PA_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_tous_clotures",
192      "class" => "dossier",      "class" => "dossier_instruction_tous_clotures",
193      "title" => _("PA - accueil"),      "title" => _("tous les clotures"),
194      "right" => array("PA_accueil", "PA_accueil_tab", ),      "right" => array("dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", ),
195      "open" => array("tab.php|PA_accueil", "form.php|PA_accueil", ),      "open" => array("tab.php|dossier_instruction_tous_clotures", "form.php|dossier_instruction_tous_clotures", ),
196  );  );
197  //  //
198  $links[] = array(  $links[] = array(
# Line 107  $links[] = array( Line 210  $links[] = array(
210  //  //
211  $links[] = array(  $links[] = array(
212      "title" => "<hr/>",      "title" => "<hr/>",
213      "right" => array("recherchedossier", ),      "right" => array(
214            "dossiers_limites", "dossiers_limites_tab",
215        ),
216    );
217    //
218    $links[] = array(
219        "href" => "../scr/tab.php?obj=dossiers_limites",
220        "class" => "dossiers_limites",
221        "title" => _("dossiers limites"),
222        "right" => array("dossiers_limites", "dossiers_limites_tab", ),
223        "open" => array("tab.php|dossiers_limites", "form.php|dossiers_limites", ),
224    );
225    //
226    $links[] = array(
227        "title" => "<hr/>",
228        "right" => array(
229            "dossier_instruction", "dossier_instruction_tab",
230        ),
231  );  );
232  //  //
233  $links[] = array(  $links[] = array(
234      "href" => "../app/recherchedossier.php",      "href" => "../scr/tab.php?obj=dossier_instruction",
235      "class" => "dossier",      "class" => "dossier_instruction",
236      "title" => _("Recherche dossier"),      "title" => _("recherche"),
237      "right" => "recherchedossier",      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
238      "open" => "recherchedossier.php|",      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
239  );  );
240    // Catégorie CONSULTATIONS
241  $links[] = array(  $links[] = array(
242      "class" => "category",      "class" => "category",
243      "title" => _("Consultation"),      "title" => _("consultations"),
244      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
245  );  );
246  $links[] = array(  $links[] = array(
247      "title" => "<hr/>",      "title" => "<hr/>",
248      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
249  );  );
250  $links[] = array(  $links[] = array(
251      "href" => "../scr/tab.php?obj=consultation_mes_retours",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
# Line 140  $links[] = array( Line 261  $links[] = array(
261      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
262      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
263  );  );
264    // Catégorie MESSAGES
265    $links[] = array(
266        "class" => "category",
267        "title" => _("Messages"),
268        "right" => array("messages_mes_retours", "messages_tous_retours"),
269        "parameters" => array("option_ERP" => "true", ),
270    );
271    //
272    $links[] = array(
273        "title" => "<hr/>",
274        "right" => array("messages_mes_retours", "messages_tous_retours"),
275        "parameters" => array("option_ERP" => "true", ),
276    );
277    //
278    $links[] = array(
279        "href" => "../scr/tab.php?obj=messages_mes_retours",
280        "class" => "messages_mes_retours",
281        "title" => _("Mes messages"),
282        "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
283        "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
284        "parameters" => array("option_ERP" => "true", ),
285    );
286    //
287    $links[] = array(
288        "href" => "../scr/tab.php?obj=messages_tous_retours",
289        "class" => "messages_tous_retours",
290        "title" => _("Tous les messages"),
291        "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
292        "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
293        "parameters" => array("option_ERP" => "true", ),
294    );
295    // Catégorie COMMISSIONS
296    $links[] = array(
297        "class" => "category",
298        "title" => _("commissions"),
299        "right" => array(
300            "commission_mes_retours", "commission_mes_retours_tab",
301            "commission_tous_retours", "commission_tous_retours_tab",
302        ),
303    );
304    $links[] = array(
305        "title" => "<hr/>",
306        "right" => array(
307            "commission_mes_retours", "commission_mes_retours_tab",
308            "commission_tous_retours", "commission_tous_retours_tab",
309        ),
310    );
311    $links[] = array(
312        "href" => "../scr/tab.php?obj=commission_mes_retours",
313        "class" => "commission_mes_retours",
314        "title" => _("Mes retours"),
315        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
316        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
317    );
318    $links[] = array(
319        "href" => "../scr/tab.php?obj=commission_tous_retours",
320        "class" => "commission_tous_retours",
321        "title" => _("Tous les retours"),
322        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
323        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
324    );
325    
326    //
327    $rubrik['links'] = $links;
328    //
329    $menu[] = $rubrik;
330    // }}}
331    
332    // {{{ Rubrique SUIVI
333    //
334    $rubrik = array(
335        "title" => _("Suivi"),
336        "class" => "suivi",
337        "right" => "menu_suivi",
338    );
339    //
340    $links = array();
341    //
342  $links[] = array(  $links[] = array(
343      "href" => "../app/avis_code_barre.php",      "href" => "../app/avis_code_barre.php",
344      "class" => "avis_code_barre",      "class" => "avis_code_barre",
345      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
346      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
347      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
348  );  );
349  //  //
350  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 153  $rubrik['links'] = $links; Line 352  $rubrik['links'] = $links;
352  $menu[] = $rubrik;  $menu[] = $rubrik;
353  // }}}  // }}}
354    
355    // {{{ Rubrique DEMANDES D'AVIS
 // {{{ Rubrique Demandes d'avis  
356  //  //
357  $rubrik = array(  $rubrik = array(
358      "title" => _("Demandes d'avis"),      "title" => _("Demandes d'avis"),
# Line 165  $rubrik = array( Line 363  $rubrik = array(
363  $links = array();  $links = array();
364  //  //
365  $links[] = array(  $links[] = array(
366      "href" => "../scr/tab.php?obj=demande_encours",      "href" => "../scr/tab.php?obj=demande_avis_encours",
367      "class" => "demande_encours",      "class" => "demande_avis_encours",
368      "title" => _("Demandes en cours"),      "title" => _("Demandes en cours"),
369      "right" => array("demande_encours", "demande_encours_tab", ),      "right" => array("demande_avis_encours", "demande_avis_encours_tab", ),
370      "open" => array("tab.php|demande_encours", "form.php|demande_encours", ),      "open" => array("tab.php|demande_avis_encours", "form.php|demande_avis_encours", ),
371  );  );
372    
373  $links[] = array(  $links[] = array(
374      "href" => "../scr/tab.php?obj=demande_passee",      "href" => "../scr/tab.php?obj=demande_avis_passee",
375      "class" => "demande_passee",      "class" => "demande_avis_passee",
376      "title" => _("Demandes passees"),      "title" => _("Demandes passees"),
377      "right" => array("demande_passee", "demande_passee_tab", ),      "right" => array("demande_avis_passee", "demande_avis_passee_tab", ),
378      "open" => array("tab.php|demande_passee", "form.php|demande_passee", ),      "open" => array("tab.php|demande_avis_passee", "form.php|demande_avis_passee", ),
379  );  );
380    
381  $links[] = array(  $links[] = array(
382      "href" => "../scr/tab.php?obj=demande_export",      "href" => "../scr/tab.php?obj=demande_avis",
383      "class" => "demande_export",      "class" => "demande_avis",
384      "title" => _("Exports"),      "title" => _("Exports"),
385      "right" => array("demande_export", "demande_export_tab", ),      "right" => array("demande_avis", "demande_avis_tab", ),
386      "open" => array("tab.php|demande_export", "form.php|demande_export", ),      "open" => array("tab.php|demande_avis", "form.php|demande_avis", ),
387  );  );
388    
389  //  //
# Line 302  $links[] = array( Line 500  $links[] = array(
500  $links[] = array(  $links[] = array(
501      "title" => "<hr/>",      "title" => "<hr/>",
502      "right" => array(      "right" => array(
503          "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",  
504           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
505          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
506          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 317  $links[] = array( Line 514  $links[] = array(
514      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
515      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
516  );  );
517  //  
 $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", ),  
 );  
518  //  //
519  $links[] = array(  $links[] = array(
520      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 383  $links[] = array( Line 543  $links[] = array(
543  );  );
544  //  //
545  $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(  
546      "href" => "../scr/tab.php?obj=rivoli",      "href" => "../scr/tab.php?obj=rivoli",
547      "class" => "rivoli",      "class" => "rivoli",
548      "title" => _("rivoli"),      "title" => _("rivoli"),
# Line 413  $links[] = array( Line 565  $links[] = array(
565      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
566      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
567  );  );
568    
569  //  //
570  $links[] = array(  $links[] = array(
571      "class" => "category",      "class" => "category",
# Line 482  $links[] = array( Line 635  $links[] = array(
635  );  );
636  //  //
637  $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(  
638      "class" => "category",      "class" => "category",
639      "title" => _("Organisation"),      "title" => _("Organisation"),
640      "right" => array("direction", "division", "instructeur"),      "right" => array(
641            "direction", "direction_tab", "division", "division_tab", "instructeur",
642            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
643        ),
644  );  );
645  $links[] = array(  $links[] = array(
646      "title" => "<hr/>",      "title" => "<hr/>",
647      "right" => array("direction", "division", "instructeur"),      "right" => array(
648            "direction", "direction_tab", "division", "division_tab", "instructeur",
649            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
650        ),
651    );
652    //
653    $links[] = array(
654        "href" => "../scr/tab.php?obj=genre",
655        "class" => "genre",
656        "title" => _("genre"),
657        "right" => array("genre", "genre_tab", ),
658        "open" => array("tab.php|genre", "form.php|genre", ),
659    );
660    //
661    $links[] = array(
662        "href" => "../scr/tab.php?obj=groupe",
663        "class" => "groupe",
664        "title" => _("groupe"),
665        "right" => array("groupe", "groupe_tab", ),
666        "open" => array("tab.php|groupe", "form.php|groupe", ),
667  );  );
668  //  //
669  $links[] = array(  $links[] = array(
# Line 525  $links[] = array( Line 692  $links[] = array(
692  //  //
693  $links[] = array(  $links[] = array(
694      "class" => "category",      "class" => "category",
695        "title" => _("gestion des commissions"),
696        "right" => array(
697            "comission_type", "comission_type_tab",
698        ),
699    );
700    //
701    $links[] = array(
702        "title" => "<hr/>",
703        "right" => array(
704            "comission_type", "comission_type_tab",
705        ),
706    );
707    //
708    $links[] = array(
709        "href" => "../scr/tab.php?obj=commission_type",
710        "class" => "commission-type",
711        "title" => _("commission_type"),
712        "right" => array("commission_type", "commission_type_tab", ),
713        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
714    );
715    //
716    $links[] = array(
717        "class" => "category",
718        "title" => _("gestion des consultations"),
719        "right" => array(
720            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
721            "service_categorie", "service_categorie_tab",
722            "lien_service_service_categorie", "lien_service_service_categorie_tab",
723        ),
724    );
725    //
726    $links[] = array(
727        "title" => "<hr/>",
728        "right" => array(
729            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
730            "service_categorie", "service_categorie_tab",
731            "lien_service_service_categorie", "lien_service_service_categorie_tab",
732        ),
733    );
734    //
735    $links[] = array(
736        "href" => "../scr/tab.php?obj=avis_consultation",
737        "class" => "avis_consultation",
738        "title" => _("avis consultation"),
739        "right" => array("avis_consultation", "avis_consultation_tab", ),
740        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
741    );
742    //
743    $links[] = array(
744        "href" => "../scr/tab.php?obj=service",
745        "class" => "service",
746        "title" => _("service"),
747        "right" => array("service", "service_tab", ),
748        "open" => array("tab.php|service", "form.php|service", ),
749    );
750    $links[] = array(
751        "href" => "../scr/tab.php?obj=service_categorie",
752        "class" => "service_categorie",
753        "title" => _("thematique des services"),
754        "right" => array("service_categorie", "service_categorie_tab", ),
755        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
756    );
757    $links[] = array(
758        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
759        "class" => "lien_service_service_categorie",
760        "title" => _("Lien service / thematique"),
761        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
762        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
763    );
764    //
765    $links[] = array(
766        "class" => "category",
767        "title" => _("Gestion des dossiers"),
768        "right" => array(
769            "dossier_autorisation_type", "dossier_autorisation_type_tab",
770            "dossier_autorisation_type_detaille",
771            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
772            "dossier_instruction_type_tab",
773            "lien_evenement_dossier_autorisation_type",
774            "lien_evenement_dossier_autorisation_type_tab",
775            "autorite_competente", "autorite_competente_tab",
776            "affectation_automatique", "affectation_automatique_tab",
777        ),
778    );
779    //
780    $links[] = array(
781        "title" => "<hr/>",
782        "right" => array(
783            "dossier_autorisation_type", "dossier_autorisation_type_tab",
784            "dossier_autorisation_type_detaille",
785            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
786            "dossier_instruction_type_tab",
787            "lien_evenement_dossier_autorisation_type",
788            "lien_evenement_dossier_autorisation_type_tab",
789            "autorite_competente", "autorite_competente_tab",
790            "affectation_automatique", "affectation_automatique_tab",
791            
792        ),
793    );
794    //
795    $links[] = array(
796        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
797        "class" => "dossier_autorisation_type",
798        "title" => _("dossier")." ".("autorisation")." "._("type"),
799        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
800        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
801    );
802    //
803    $links[] = array(
804        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
805        "class" => "dossier_autorisation_type_detaille",
806        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
807        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
808        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
809    );
810    //
811    $links[] = array(
812        "href" => "../scr/tab.php?obj=dossier_instruction_type",
813        "class" => "dossier_instruction_type",
814        "title" => _("dossier")." "._("instruction")." "._("type"),
815        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
816        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
817    );
818    //
819    $links[] = array(
820        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
821        "class" => "lien_evenement_dossier_autorisation_type",
822        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
823        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
824        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
825    );
826    //
827    $links[] = array(
828        "href" => "../scr/tab.php?obj=affectation_automatique",
829        "class" => "affectation_automatique",
830        "title" => _("affectation automatique"),
831        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
832        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
833    );
834    //
835    $links[] = array(
836        "href" => "../scr/tab.php?obj=autorite_competente",
837        "class" => "autorite_competente",
838        "title" => _("autorite")." "._("competente"),
839        "right" => array("autorite_competente", "autorite_competente_tab", ),
840        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
841    );
842    //
843    $links[] = array(
844        "class" => "category",
845        "title" => _("gestion du guichet unique"),
846        "right" => array(
847            "demande_type",
848            "demande_type_tab", "demande_nature", "demande_nature_tab",
849        ),
850    );
851    //
852    $links[] = array(
853        "title" => "<hr/>",
854        "right" => array(
855            "demande_type",
856            "demande_type_tab", "demande_nature", "demande_nature_tab",
857        ),
858    );
859    //
860    $links[] = array(
861        "href" => "../scr/tab.php?obj=demande_nature",
862        "class" => "demande_nature",
863        "title" => _("nature de la demande"),
864        "right" => array("demande_nature", "demande_nature_tab", ),
865        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
866    );
867    
868    //
869    $links[] = array(
870        "href" => "../scr/tab.php?obj=demande_type",
871        "class" => "demande_type",
872        "title" => _("type de la demande"),
873        "right" => array("demande_type", "demande_type_tab",),
874        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
875    );
876    //
877    $links[] = array(
878        "class" => "category",
879      "title" => _("editions"),      "title" => _("editions"),
880      "right" => array(      "right" => array(
881          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
# Line 746  $links[] = array( Line 1097  $links[] = array(
1097  $links[] = array(  $links[] = array(
1098      "class" => "category",      "class" => "category",
1099      "title" => _("tableaux de bord"),      "title" => _("tableaux de bord"),
1100      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
1101            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1102        ),
1103  );  );
1104  //  //
1105  $links[] = array(  $links[] = array(
1106      "title" => "<hr/>",      "title" => "<hr/>",
1107      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
1108            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1109        ),
1110  );  );
1111  //  //
1112  $links[] = array(  $links[] = array(
1113      "href" => "../scr/tab.php?obj=om_widget",      "href" => "../scr/tab.php?obj=om_widget",
1114      "class" => "om_widget",      "class" => "om_widget",
1115      "title" => _("widget"),      "title" => _("om_widget"),
1116      "right" => array("om_widget", "om_widget_tab", ),      "right" => array("om_widget", "om_widget_tab", ),
1117      "open" => array("tab.php|om_widget", "form.php|om_widget", ),      "open" => array("tab.php|om_widget", "form.php|om_widget", ),
1118  );  );
1119  //  //
1120  $links[] = array(  $links[] = array(
1121        "href" => "../scr/tab.php?obj=om_dashboard",
1122        "class" => "om_dashboard",
1123        "title" => _("om_dashboard"),
1124        "right" => array( ),
1125        "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
1126    );
1127    //
1128    $links[] = array(
1129      "class" => "category",      "class" => "category",
1130      "title" => _("sig"),      "title" => _("sig"),
1131      "right" => array(      "right" => array(

Legend:
Removed from v.566  
changed lines
  Added in v.1185

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26