/[openfoncier]/trunk/dyn/menu.inc.php
ViewVC logotype

Annotation of /trunk/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1206 - (hide annotations)
Wed Jan 9 17:59:45 2013 UTC (12 years ago) by vpihour
File size: 36057 byte(s)
Correction du nom
Mise en cohérence avec l'autre widget de dossiers
Prise en compte du nombre de jours
Suppression de l'entrée dans le menu

1 fraynaud 3 <?php
2     /**
3     * Ce fichier permet de configurer quelles actions vont etre disponibles
4     * dans le menu.
5     *
6     * @package openmairie_exemple
7     * @version SVN : $Id: menu.inc.php 324 2010-12-06 16:06:21Z fraynaud $
8     */
9    
10 fmichon 380 //
11 fraynaud 3 $menu = array();
12 fmichon 647
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 vpihour 624 // }}}
27 fmichon 647
28     // {{{ Rubrique GUICHET UNIQUE
29 fmichon 380 //
30 fraynaud 3 $rubrik = array(
31 vpihour 624 "title" => _("Guichet Unique"),
32 fmichon 647 "class" => "guichet_unique",
33 vpihour 624 "right" => "menu_guichet_unique",
34     );
35     //
36     $links = array();
37     //
38     $links[] = array(
39     "class" => "category",
40 vpihour 635 "title" => _("demandes"),
41     "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
42     "demande_dossier_existant","demande_dossier_existant_tab",),
43 vpihour 624 );
44     $links[] = array(
45     "title" => "<hr/>",
46 vpihour 635 "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
47 vpihour 1007 "demande_dossier_existant","demande_dossier_existant_tab",
48     "demande_recepisse_demande","demande_recepisse_demande_tab",),
49 vpihour 624 );
50     $links[] = array(
51 nhaye 1100 "href" => "../scr/form.php?obj=demande_nouveau_dossier&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",
52 vpihour 624 "class" => "demande",
53 vpihour 635 "title" => _("nouveau dossier"),
54 vpihour 624 "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),
55 nhaye 1100 "open" => array("form.php|demande_nouveau_dossier",),
56 vpihour 624 );
57     $links[] = array(
58 nhaye 1100 "href" => "../scr/tab.php?obj=demande_dossier_existant",
59 nhaye 723 "class" => "demande_dossier_existant",
60 vpihour 635 "title" => _("dossier existant"),
61 vpihour 624 "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),
62 nhaye 1100 "open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant"),
63 vpihour 624 );
64 vpihour 1007 $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 nhaye 1100 "open" => array("tab.php|demande","form.php|demande"),
70 vpihour 1007 );
71 vpihour 624 //
72     $links[] = array(
73     "class" => "category",
74     "title" => _("Affichage des dossiers"),
75 vpihour 1111 "right" => array("edition_reglementaire","attestation_affichage",),
76 vpihour 624 );
77     $links[] = array(
78     "title" => "<hr/>",
79     "right" => array("edition", "attestation_affichage"),
80     );
81     $links[] = array(
82 vpihour 1072 "href" => "../app/edition_reglementaire.php",
83 vpihour 624 "class" => "edition",
84 vpihour 1072 "title" => _("edition reglementaire"),
85     "right" => "edition_reglementaire",
86     "open" => "edition_reglementaire.php|",
87 vpihour 624 );
88     $links[] = array(
89     "href" => "../app/attestation_affichage.php",
90     "class" => "attestation_affichage",
91 vpihour 635 "title" => _("attestation d'affichage"),
92 vpihour 859 "right" => "attestation_affichage",
93     "open" => "attestation_affichage.php|",
94 vpihour 624 );
95     //
96     /*$links[] = array(
97     "class" => "category",
98     "title" => _("Qualification"),
99     "right" => array("qualification"),
100     );
101     $links[] = array(
102     "title" => "<hr/>",
103     "right" => array("qualification"),
104     );
105     $links[] = array(
106     "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 fmichon 647
118     // {{{ Rubrique INSTRUCTION
119 vpihour 624 //
120     $rubrik = array(
121 fmichon 380 "title" => _("instruction"),
122 fmichon 566 "class" => "instruction",
123     "right" => "menu_instruction",
124 fraynaud 3 );
125 fmichon 380 //
126 fraynaud 3 $links = array();
127 fmichon 654 // Catégorie DOSSIERS D'INSTRUCTION
128 fmichon 380 $links[] = array(
129 fmichon 647 "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     "PC_modificatif", "PC_modificatif_tab",
138     ),
139 fmichon 380 );
140 fmichon 654 $links[] = array(
141     "title" => "<hr/>",
142     "right" => array(
143     "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
144     "dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab",
145     ),
146     );
147 fmichon 380 //
148     $links[] = array(
149 fmichon 647 "href" => "../scr/tab.php?obj=dossier_instruction_mes_encours",
150     "class" => "dossier_instruction_mes_encours",
151     "title" => _("mes encours"),
152     "right" => array("dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", ),
153 vpihour 1206 "open" => array("tab.php|dossier_instruction_mes_encours", "form.php|dossier_instruction_mes_encours", ),
154 fmichon 380 );
155     //
156     $links[] = array(
157 fmichon 647 "href" => "../scr/tab.php?obj=dossier_instruction_tous_encours",
158     "class" => "dossier_instruction_tous_encours",
159     "title" => _("tous les encours"),
160     "right" => array("dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", ),
161     "open" => array("tab.php|dossier_instruction_tous_encours", "form.php|dossier_instruction_tous_encours", ),
162 fmichon 380 );
163     //
164     $links[] = array(
165     "title" => "<hr/>",
166     "right" => array(
167 fmichon 647 "dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab",
168     "dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab",
169 fmichon 380 ),
170     );
171     //
172     $links[] = array(
173 fmichon 647 "href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures",
174     "class" => "dossier_instruction_mes_clotures",
175     "title" => _("mes clotures"),
176     "right" => array("dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", ),
177     "open" => array("tab.php|dossier_instruction_mes_clotures", "form.php|dossier_instruction_mes_clotures", ),
178 fmichon 380 );
179     //
180     $links[] = array(
181 fmichon 647 "href" => "../scr/tab.php?obj=dossier_instruction_tous_clotures",
182     "class" => "dossier_instruction_tous_clotures",
183     "title" => _("tous les clotures"),
184     "right" => array("dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", ),
185     "open" => array("tab.php|dossier_instruction_tous_clotures", "form.php|dossier_instruction_tous_clotures", ),
186 fmichon 380 );
187     //
188     $links[] = array(
189     "title" => "<hr/>",
190     "right" => array("PC_modificatif", "PC_modificatif_tab", ),
191     );
192     //
193     $links[] = array(
194     "href" => "../scr/tab.php?obj=PC_modificatif",
195     "class" => "traitement",
196     "title" => _("modificatif transfert"),
197     "right" => array("PC_modificatif", "PC_modificatif_tab", ),
198     "open" => array("|PC_modificatif", "dossier_modificatif.php|", ),
199     );
200     //
201     $links[] = array(
202     "title" => "<hr/>",
203 fmichon 647 "right" => array(
204     "dossier_instruction", "dossier_instruction_tab",
205     ),
206 fmichon 380 );
207     //
208     $links[] = array(
209 fmichon 647 "href" => "../scr/tab.php?obj=dossier_instruction",
210     "class" => "dossier_instruction",
211     "title" => _("recherche"),
212     "right" => array("dossier_instruction", "dossier_instruction_tab", ),
213     "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
214 fmichon 380 );
215 fmichon 654 // Catégorie CONSULTATIONS
216 nhaye 496 $links[] = array(
217 nhaye 519 "class" => "category",
218 fmichon 647 "title" => _("consultations"),
219 fmichon 654 "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
220 nhaye 496 );
221     $links[] = array(
222 nhaye 519 "title" => "<hr/>",
223 fmichon 654 "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
224 nhaye 519 );
225     $links[] = array(
226 nhaye 509 "href" => "../scr/tab.php?obj=consultation_mes_retours",
227     "class" => "consultation_mes_retours",
228     "title" => _("Mes retours"),
229     "right" => array("consultation_mes_retours", "consultation_mes_retours_tab", ),
230     "open" => array("tab.php|consultation_mes_retours", "form.php|consultation_mes_retours", ),
231 nhaye 496 );
232 nhaye 498 $links[] = array(
233 nhaye 509 "href" => "../scr/tab.php?obj=consultation_tous_retours",
234     "class" => "consultation_tous_retours",
235     "title" => _("Tous les retours"),
236     "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
237     "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
238 nhaye 498 );
239 fmichon 654 // Catégorie MESSAGES
240 mlimic 599 $links[] = array(
241     "class" => "category",
242     "title" => _("Messages"),
243     "right" => array("messages_mes_retours", "messages_tous_retours"),
244 nhaye 946 "parameters" => array("option_ERP" => "true", ),
245 mlimic 599 );
246 fmichon 654 //
247 mlimic 599 $links[] = array(
248     "title" => "<hr/>",
249     "right" => array("messages_mes_retours", "messages_tous_retours"),
250 nhaye 946 "parameters" => array("option_ERP" => "true", ),
251 mlimic 599 );
252 fmichon 654 //
253 mlimic 599 $links[] = array(
254     "href" => "../scr/tab.php?obj=messages_mes_retours",
255     "class" => "messages_mes_retours",
256     "title" => _("Mes messages"),
257     "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
258     "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
259 nhaye 946 "parameters" => array("option_ERP" => "true", ),
260 mlimic 599 );
261 fmichon 654 //
262 mlimic 599 $links[] = array(
263     "href" => "../scr/tab.php?obj=messages_tous_retours",
264     "class" => "messages_tous_retours",
265     "title" => _("Tous les messages"),
266     "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
267     "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
268 nhaye 946 "parameters" => array("option_ERP" => "true", ),
269 mlimic 599 );
270 fmichon 1026 // Catégorie COMMISSIONS
271     $links[] = array(
272     "class" => "category",
273     "title" => _("commissions"),
274     "right" => array(
275 fmichon 1085 "commission_mes_retours", "commission_mes_retours_tab",
276     "commission_tous_retours", "commission_tous_retours_tab",
277 fmichon 1026 ),
278     );
279     $links[] = array(
280     "title" => "<hr/>",
281     "right" => array(
282 fmichon 1085 "commission_mes_retours", "commission_mes_retours_tab",
283     "commission_tous_retours", "commission_tous_retours_tab",
284 fmichon 1026 ),
285     );
286     $links[] = array(
287 fmichon 1085 "href" => "../scr/tab.php?obj=commission_mes_retours",
288     "class" => "commission_mes_retours",
289 fmichon 1026 "title" => _("Mes retours"),
290 fmichon 1085 "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
291     "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
292 fmichon 1026 );
293     $links[] = array(
294 fmichon 1085 "href" => "../scr/tab.php?obj=commission_tous_retours",
295     "class" => "commission_tous_retours",
296 fmichon 1026 "title" => _("Tous les retours"),
297 fmichon 1085 "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
298     "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
299 fmichon 1026 );
300 mlimic 599
301 nhaye 583 //
302     $rubrik['links'] = $links;
303     //
304     $menu[] = $rubrik;
305     // }}}
306 fmichon 654
307     // {{{ Rubrique SUIVI
308 nhaye 583 //
309     $rubrik = array(
310     "title" => _("Suivi"),
311     "class" => "suivi",
312     "right" => "menu_suivi",
313     );
314 vpihour 635 //
315 nhaye 583 $links = array();
316     //
317 nhaye 533 $links[] = array(
318     "href" => "../app/avis_code_barre.php",
319     "class" => "avis_code_barre",
320     "title" => _("Retour de consultation"),
321     "right" => array("avis_code_barre", ),
322 fmichon 957 "open" => array("avis_code_barre.php|", "form.php|consultation", ),
323 nhaye 533 );
324 fmichon 380 //
325 fraynaud 3 $rubrik['links'] = $links;
326 fmichon 380 //
327     $menu[] = $rubrik;
328     // }}}
329 fmichon 647
330     // {{{ Rubrique DEMANDES D'AVIS
331 nhaye 538 //
332     $rubrik = array(
333     "title" => _("Demandes d'avis"),
334     "class" => "demande_avis",
335 fmichon 566 "right" => "menu_demande_avis",
336 nhaye 538 );
337     //
338     $links = array();
339     //
340     $links[] = array(
341 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_encours",
342     "class" => "demande_avis_encours",
343 nhaye 538 "title" => _("Demandes en cours"),
344 nhaye 571 "right" => array("demande_avis_encours", "demande_avis_encours_tab", ),
345     "open" => array("tab.php|demande_avis_encours", "form.php|demande_avis_encours", ),
346 nhaye 538 );
347    
348     $links[] = array(
349 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_passee",
350     "class" => "demande_avis_passee",
351 nhaye 538 "title" => _("Demandes passees"),
352 nhaye 571 "right" => array("demande_avis_passee", "demande_avis_passee_tab", ),
353     "open" => array("tab.php|demande_avis_passee", "form.php|demande_avis_passee", ),
354 nhaye 538 );
355    
356     $links[] = array(
357 nhaye 652 "href" => "../scr/tab.php?obj=demande_avis",
358     "class" => "demande_avis",
359 nhaye 538 "title" => _("Exports"),
360 nhaye 652 "right" => array("demande_avis", "demande_avis_tab", ),
361     "open" => array("tab.php|demande_avis", "form.php|demande_avis", ),
362 nhaye 538 );
363    
364     //
365     $rubrik['links'] = $links;
366     //
367     $menu[] = $rubrik;
368     // }}}
369    
370    
371    
372 fraynaud 3 // {{{ Rubrique EXPORT
373 fmichon 380 //
374 fraynaud 3 $rubrik = array(
375 fmichon 380 "title" => _("export"),
376 fraynaud 3 "class" => "edition",
377     "right" => "menu_export",
378     );
379 fmichon 380 //
380 fraynaud 3 $links = array();
381 fmichon 380 //
382     $links[] = array(
383     "href" => "../scr/edition.php",
384     "class" => "edition",
385     "title" => _("edition"),
386     "right" => "edition",
387     "open" => "edition.php|",
388     );
389     //
390     $links[] = array(
391     "href" => "../app/edition_p.php",
392     "class" => "edition",
393     "title" => _("edition date depot"),
394     "right" => "edition_p",
395     "open" => "edition_p.php|",
396     );
397     //
398     $links[] = array(
399     "href" => "../app/edition_d.php",
400     "class" => "edition",
401     "title" => _("edition date decision"),
402     "right" => "edition_d",
403     "open" => "edition_d.php|",
404     );
405     //
406     $links[] = array(
407     "title" => "<hr/>",
408     "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),
409     );
410     //
411     $links[] = array(
412     "href" => "../scr/reqmo.php",
413     "class" => "reqmo",
414     "title" => _("requetes memorisees"),
415     "right" => "reqmo",
416     "open" => array("reqmo.php|", "requeteur.php|", ),
417     );
418     //
419     $links[] = array(
420     "href" => "../app/export_pc.php",
421     "class" => "reqmo",
422     "title" => _("export PC Lascot"),
423     "right" => "export_pc",
424     "open" => "export_pc.php|",
425     );
426     //
427     $links[] = array(
428     "href" => "../app/export_dp.php",
429     "class" => "reqmo",
430     "title" => _("export DP Lascot"),
431     "right" => "export_dp",
432     "open" => "export_dp.php|",
433     );
434     //
435     $links[] = array(
436     "href" => "../app/sitadel.php",
437     "class" => "reqmo",
438     "title" => _("export sitadel")." 2",
439     "right" => "export_sitadel",
440     "open" => "sitadel.php|",
441     );
442     //
443 fraynaud 3 $rubrik['links'] = $links;
444 fmichon 380 //
445     $menu[] = $rubrik;
446 fraynaud 3 // }}}
447    
448 fmichon 380 // {{{ Rubrique PARAMETRAGE
449     //
450 fraynaud 3 $rubrik = array(
451 fmichon 380 "title" => _("parametrage"),
452 atreal 306 "class" => "parametrage",
453     "right" => "menu_parametrage",
454 fraynaud 3 );
455 fmichon 380 //
456 fraynaud 3 $links = array();
457 fmichon 380 //
458     // GENERAUX
459     $links[] = array(
460     "href" => "../scr/form.php?obj=dossier_numeromanuel",
461     "class" => "traitement",
462     "title" => _("numero manuel"),
463     "right" => "dossier_numeromanuel",
464     "open" => "|dossier_numeromanuel",
465     );
466     //
467     $links[] = array(
468     "href" => "../app/num_dossier.php",
469     "class" => "traitement",
470     "title" => _("remise a 0"),
471     "right" => "num_dossier",
472     "open" => "num_dossier.php|",
473     );
474     //
475     $links[] = array(
476     "title" => "<hr/>",
477     "right" => array(
478 fmichon 854 "architecte", "architecte_tab",
479 vpihour 490 "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
480 fmichon 380 "destination", "destination_tab", "nature", "nature_tab", "rivoli",
481     "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
482     ),
483     );
484     //
485     $links[] = array(
486     "href" => "../scr/tab.php?obj=architecte",
487     "class" => "architecte",
488     "title" => _("architecte"),
489     "right" => array("architecte", "architecte_tab", ),
490     "open" => array("tab.php|architecte", "form.php|architecte", ),
491     );
492 fmichon 955
493 fmichon 380 //
494     $links[] = array(
495     "href" => "../scr/tab.php?obj=travaux",
496     "class" => "travaux",
497     "title" => _("travaux"),
498     "right" => array("travaux", "travaux_tab", ),
499     "open" => array("tab.php|travaux", "form.php|travaux", ),
500     );
501     //
502     $links[] = array(
503     "href" => "../scr/tab.php?obj=categorie_demandeur",
504     "class" => "categorie_demandeur",
505     "title" => _("categorie_demandeur"),
506     "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),
507     "open" => array(
508     "tab.php|categorie_demandeur", "form.php|categorie_demandeur",
509     ),
510     );
511     //
512     $links[] = array(
513     "href" => "../scr/tab.php?obj=destination",
514     "class" => "destination",
515     "title" => _("destination"),
516     "right" => array("destination", "destination_tab", ),
517     "open" => array("tab.php|destination", "form.php|destination", ),
518     );
519     //
520     $links[] = array(
521     "href" => "../scr/tab.php?obj=rivoli",
522     "class" => "rivoli",
523     "title" => _("rivoli"),
524     "right" => array("rivoli", "rivoli_tab", ),
525     "open" => array("tab.php|rivoli", "form.php|rivoli", ),
526     );
527     //
528     $links[] = array(
529     "href" => "../scr/tab.php?obj=civilite",
530     "class" => "civilite",
531     "title" => _("civilite"),
532     "right" => array("civilite", "civilite_tab", ),
533     "open" => array("tab.php|civilite", "form.php|civilite", ),
534     );
535     //
536     $links[] = array(
537     "href" => "../scr/tab.php?obj=parametre",
538     "class" => "parametre",
539     "title" => _("parametre")." "._("statistique"),
540     "right" => array("parametre", "parametre_tab", ),
541     "open" => array("tab.php|parametre", "form.php|parametre", ),
542     );
543 fmichon 853
544 vpihour 821 //
545     $links[] = array(
546 fmichon 380 "class" => "category",
547     "title" => _("workflows"),
548     "right" => array(
549     "action", "action_tab", "transition", "transition_tab", "etat",
550 vpihour 491 "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
551     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
552 fmichon 380 ),
553     );
554     //
555     $links[] = array(
556     "title" => "<hr/>",
557     "right" => array(
558     "action", "action_tab", "transition", "transition_tab", "etat",
559 vpihour 491 "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
560     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
561 fmichon 380 ),
562     );
563     //
564     $links[] = array(
565     "href" => "../scr/tab.php?obj=action",
566     "class" => "action",
567     "title" => _("action"),
568     "right" => array("action", "action_tab", ),
569     "open" => array("tab.php|action", "form.php|action", ),
570     );
571     //
572     $links[] = array(
573     "href" => "../scr/tab.php?obj=transition",
574     "class" => "transition",
575     "title" => _("transition"),
576     "right" => array("transition", "transition_tab", ),
577     "open" => array("tab.php|transition", "form.php|transition", ),
578     );
579     //
580     $links[] = array(
581     "href" => "../scr/tab.php?obj=etat",
582     "class" => "etat",
583     "title" => _("etat"),
584     "right" => array("etat", "etat_tab", ),
585     "open" => array("tab.php|etat", "form.php|etat", ),
586     );
587     //
588     $links[] = array(
589     "href" => "../scr/tab.php?obj=evenement",
590     "class" => "evenement",
591     "title" => _("evenement"),
592     "right" => array("evenement", "evenement_tab", ),
593     "open" => array("tab.php|evenement", "form.php|evenement", ),
594     );
595     //
596     $links[] = array(
597     "href" => "../scr/tab.php?obj=bible",
598     "class" => "bible",
599     "title" => _("bible"),
600     "right" => array("bible", "bible_tab", ),
601     "open" => array("tab.php|bible", "form.php|bible", ),
602     );
603     //
604     $links[] = array(
605 vpihour 491 "href" => "../scr/tab.php?obj=avis_decision",
606     "class" => "avis_decision",
607     "title" => _("avis decision"),
608     "right" => array("avis_decision", "avis_decision_tab", ),
609     "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
610 fmichon 380 );
611     //
612     $links[] = array(
613     "class" => "category",
614 nhaye 521 "title" => _("Organisation"),
615 fmichon 853 "right" => array(
616     "direction", "direction_tab", "division", "division_tab", "instructeur",
617 fmichon 955 "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
618 fmichon 853 ),
619 nhaye 521 );
620     $links[] = array(
621     "title" => "<hr/>",
622 fmichon 853 "right" => array(
623     "direction", "direction_tab", "division", "division_tab", "instructeur",
624 fmichon 955 "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
625 fmichon 853 ),
626 nhaye 521 );
627     //
628     $links[] = array(
629 fmichon 866 "href" => "../scr/tab.php?obj=genre",
630     "class" => "genre",
631     "title" => _("genre"),
632     "right" => array("genre", "genre_tab", ),
633     "open" => array("tab.php|genre", "form.php|genre", ),
634     );
635     //
636     $links[] = array(
637 fmichon 853 "href" => "../scr/tab.php?obj=groupe",
638     "class" => "groupe",
639     "title" => _("groupe"),
640     "right" => array("groupe", "groupe_tab", ),
641     "open" => array("tab.php|groupe", "form.php|groupe", ),
642     );
643     //
644     $links[] = array(
645 nhaye 521 "href" => "../scr/tab.php?obj=direction",
646     "class" => "direction",
647     "title" => _("direction"),
648     "right" => array("direction", "direction_tab", ),
649     "open" => array("tab.php|direction", "form.php|direction", ),
650     );
651     //
652     $links[] = array(
653     "href" => "../scr/tab.php?obj=division",
654     "class" => "division",
655     "title" => _("division"),
656     "right" => array("division", "division_tab", ),
657     "open" => array("tab.php|division", "form.php|division", ),
658     );
659     //
660     $links[] = array(
661     "href" => "../scr/tab.php?obj=instructeur",
662     "class" => "instructeur",
663     "title" => _("instructeur"),
664     "right" => array("instructeur", "instructeur_tab", ),
665     "open" => array("tab.php|instructeur", "form.php|instructeur", ),
666     );
667     //
668     $links[] = array(
669     "class" => "category",
670 fmichon 1026 "title" => _("gestion des commissions"),
671     "right" => array(
672     "comission_type", "comission_type_tab",
673     ),
674     );
675     //
676     $links[] = array(
677     "title" => "<hr/>",
678     "right" => array(
679     "comission_type", "comission_type_tab",
680     ),
681     );
682     //
683     $links[] = array(
684     "href" => "../scr/tab.php?obj=commission_type",
685     "class" => "commission-type",
686     "title" => _("commission_type"),
687     "right" => array("commission_type", "commission_type_tab", ),
688     "open" => array("tab.php|commission_type", "form.php|commission_type", ),
689     );
690     //
691     $links[] = array(
692     "class" => "category",
693 fmichon 854 "title" => _("gestion des consultations"),
694 fmichon 853 "right" => array(
695 fmichon 854 "avis_consultation", "avis_consultation_tab", "service", "service_tab",
696     "service_categorie", "service_categorie_tab",
697     "lien_service_service_categorie", "lien_service_service_categorie_tab",
698     ),
699     );
700     //
701     $links[] = array(
702     "title" => "<hr/>",
703     "right" => array(
704     "avis_consultation", "avis_consultation_tab", "service", "service_tab",
705     "service_categorie", "service_categorie_tab",
706     "lien_service_service_categorie", "lien_service_service_categorie_tab",
707     ),
708     );
709     //
710     $links[] = array(
711     "href" => "../scr/tab.php?obj=avis_consultation",
712     "class" => "avis_consultation",
713     "title" => _("avis consultation"),
714     "right" => array("avis_consultation", "avis_consultation_tab", ),
715     "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
716     );
717     //
718     $links[] = array(
719     "href" => "../scr/tab.php?obj=service",
720     "class" => "service",
721     "title" => _("service"),
722     "right" => array("service", "service_tab", ),
723     "open" => array("tab.php|service", "form.php|service", ),
724     );
725     $links[] = array(
726     "href" => "../scr/tab.php?obj=service_categorie",
727     "class" => "service_categorie",
728     "title" => _("thematique des services"),
729     "right" => array("service_categorie", "service_categorie_tab", ),
730     "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
731     );
732     $links[] = array(
733     "href" => "../scr/tab.php?obj=lien_service_service_categorie",
734     "class" => "lien_service_service_categorie",
735     "title" => _("Lien service / thematique"),
736     "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
737     "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
738     );
739     //
740     $links[] = array(
741     "class" => "category",
742 fmichon 955 "title" => _("Gestion des dossiers"),
743     "right" => array(
744     "dossier_autorisation_type", "dossier_autorisation_type_tab",
745     "dossier_autorisation_type_detaille",
746     "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
747     "dossier_instruction_type_tab",
748     "lien_evenement_dossier_autorisation_type",
749     "lien_evenement_dossier_autorisation_type_tab",
750     "autorite_competente", "autorite_competente_tab",
751     "affectation_automatique", "affectation_automatique_tab",
752     ),
753     );
754     //
755     $links[] = array(
756     "title" => "<hr/>",
757     "right" => array(
758     "dossier_autorisation_type", "dossier_autorisation_type_tab",
759     "dossier_autorisation_type_detaille",
760     "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
761     "dossier_instruction_type_tab",
762     "lien_evenement_dossier_autorisation_type",
763     "lien_evenement_dossier_autorisation_type_tab",
764     "autorite_competente", "autorite_competente_tab",
765     "affectation_automatique", "affectation_automatique_tab",
766    
767     ),
768     );
769     //
770     $links[] = array(
771     "href" => "../scr/tab.php?obj=dossier_autorisation_type",
772     "class" => "dossier_autorisation_type",
773     "title" => _("dossier")." ".("autorisation")." "._("type"),
774     "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
775     "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
776     );
777     //
778     $links[] = array(
779     "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
780     "class" => "dossier_autorisation_type_detaille",
781     "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
782     "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
783     "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
784     );
785     //
786     $links[] = array(
787     "href" => "../scr/tab.php?obj=dossier_instruction_type",
788     "class" => "dossier_instruction_type",
789     "title" => _("dossier")." "._("instruction")." "._("type"),
790     "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
791     "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
792     );
793     //
794     $links[] = array(
795     "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
796     "class" => "lien_evenement_dossier_autorisation_type",
797     "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
798     "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
799     "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
800     );
801     //
802     $links[] = array(
803     "href" => "../scr/tab.php?obj=affectation_automatique",
804     "class" => "affectation_automatique",
805     "title" => _("affectation automatique"),
806     "right" => array("affectation_automatique", "affectation_automatique_tab", ),
807     "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
808     );
809     //
810     $links[] = array(
811     "href" => "../scr/tab.php?obj=autorite_competente",
812     "class" => "autorite_competente",
813     "title" => _("autorite")." "._("competente"),
814     "right" => array("autorite_competente", "autorite_competente_tab", ),
815     "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
816     );
817     //
818     $links[] = array(
819     "class" => "category",
820 fmichon 854 "title" => _("gestion du guichet unique"),
821     "right" => array(
822 fmichon 866 "demande_type",
823 fmichon 853 "demande_type_tab", "demande_nature", "demande_nature_tab",
824     ),
825     );
826     //
827     $links[] = array(
828     "title" => "<hr/>",
829     "right" => array(
830 fmichon 866 "demande_type",
831 fmichon 853 "demande_type_tab", "demande_nature", "demande_nature_tab",
832     ),
833     );
834     //
835     $links[] = array(
836     "href" => "../scr/tab.php?obj=demande_nature",
837     "class" => "demande_nature",
838     "title" => _("nature de la demande"),
839     "right" => array("demande_nature", "demande_nature_tab", ),
840     "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
841     );
842 fmichon 866
843 fmichon 853 //
844     $links[] = array(
845     "href" => "../scr/tab.php?obj=demande_type",
846     "class" => "demande_type",
847     "title" => _("type de la demande"),
848     "right" => array("demande_type", "demande_type_tab",),
849     "open" => array("tab.php|demande_type", "form.php|demande_type", ),
850     );
851     //
852     $links[] = array(
853     "class" => "category",
854 fmichon 380 "title" => _("editions"),
855     "right" => array(
856     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
857     "om_lettretype", "om_lettretype_tab",
858     ),
859     );
860     //
861     $links[] = array(
862     "title" => "<hr/>",
863     "right" => array(
864     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
865     "om_lettretype", "om_lettretype_tab",
866     ),
867     );
868     //
869     $links[] = array(
870     "href" => "../scr/tab.php?obj=om_etat",
871     "class" => "etat",
872     "title" => _("om_etat"),
873     "right" => array("om_etat", "om_etat_tab", ),
874     "open" => array("tab.php|om_etat", "form.php|om_etat", ),
875     );
876     //
877     $links[] = array(
878     "href" => "../scr/tab.php?obj=om_sousetat",
879     "class" => "sousetat",
880     "title" => _("om_sousetat"),
881     "right" => array("om_sousetat", "om_sousetat_tab", ),
882     "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
883     );
884     //
885     $links[] = array(
886     "href" => "../scr/tab.php?obj=om_lettretype",
887     "class" => "lettretype",
888     "title" => _("om_lettretype"),
889     "right" => array("om_lettretype", "om_lettretype_tab"),
890     "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
891     );
892     //
893 fraynaud 196 $rubrik['links'] = $links;
894 fmichon 380 //
895     $menu[] = $rubrik;
896     // }}}
897 fraynaud 196
898 fmichon 380 // {{{ Rubrique SIG
899     //
900 fraynaud 196 $rubrik = array(
901 fmichon 380 "title" => _("sig"),
902 fraynaud 196 "class" => "sig",
903     "right" => "menu_sig",
904     );
905 fmichon 380 //
906 fraynaud 196 $links = array();
907 fmichon 380 //
908     $links[] = array(
909     "href" => "../scr/tab.php?obj=parcelle",
910     "class" => "parcelle",
911     "title" => _("parcelle"),
912     "right" => array("parcelle", "parcelle_tab"),
913     "open" => array("tab.php|parcelle", "form.php|parcelle", ),
914     );
915     //
916     $links[] = array(
917     "href" => "../scr/tab.php?obj=proprietaire",
918     "class" => "proprietaire",
919     "title" => _("proprietaire"),
920     "right" => array("proprietaire", "proprietaire_tab"),
921     "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
922     );
923     //
924     $links[] = array(
925     "class" => "category",
926     "title" => _("servitudes"),
927     "right" => array(
928     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
929     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
930     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
931     ),
932     );
933     //
934     $links[] = array(
935     "title" => "<hr/>",
936     "right" => array(
937     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
938     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
939     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
940     ),
941     );
942     //
943     $links[] = array(
944     "href" => "../scr/tab.php?obj=pos",
945     "class" => "pos",
946     "title" => _("pos"),
947     "right" => array("pos", "pos_tab"),
948     "open" => array("tab.php|pos", "form.php|pos", ),
949     );
950     //
951     $links[] = array(
952     "href" => "../scr/tab.php?obj=servitude_surfacique",
953     "class" => "servitude_surfacique",
954     "title" => _("servitude_surfacique"),
955     "right" => array("servitude_surfacique", "servitude_surfacique_tab"),
956     "open" => array(
957     "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
958     ),
959     );
960     //
961     $links[] = array(
962     "href" => "../scr/tab.php?obj=servitude_ligne",
963     "class" => "servitude_ligne",
964     "title" => _("servitude_ligne"),
965     "right" => array("servitude_ligne", "servitude_ligne_tab"),
966     "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
967     );
968     //
969     $links[] = array(
970     "href" => "../scr/tab.php?obj=servitude_point",
971     "class" => "servitude_point",
972     "title" => _("servitude_point"),
973     "right" => array("servitude_point", "servitude_point_tab"),
974     "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),
975     );
976     //
977     $links[] = array(
978     "href" => "../scr/tab.php?obj=parcelle_lot",
979     "class" => "parcelle_lot",
980     "title" => _("parcelle_lot"),
981     "right" => array("parcelle_lot", "parcelle_lot_tab"),
982     "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
983     );
984     //
985 fraynaud 3 $rubrik['links'] = $links;
986 fmichon 380 //
987     $menu[] = $rubrik;
988     // }}}
989 fraynaud 3
990     // {{{ Rubrique ADMINISTRATION
991     //
992     $rubrik = array(
993 fmichon 380 "title" => _("administration"),
994 fraynaud 3 "class" => "administration",
995     "right" => "menu_administration",
996     );
997     //
998     $links = array();
999 fmichon 380 //
1000     $links[] = array(
1001     "href" => "../scr/tab.php?obj=om_collectivite",
1002     "class" => "collectivite",
1003     "title" => _("om_collectivite"),
1004     "right" => array("om_collectivite", "om_collectivite_tab", ),
1005     "open" => array("tab.php|om_collectivite", "form.php|om_collectivite", ),
1006     );
1007     //
1008     $links[] = array(
1009     "href" => "../scr/tab.php?obj=om_parametre",
1010     "class" => "parametre",
1011     "title" => _("om_parametre"),
1012     "right" => array("om_parametre", "om_parametre_tab", ),
1013     "open" => array("tab.php|om_parametre", "form.php|om_parametre", ),
1014     );
1015     //
1016     $links[] = array(
1017     "class" => "category",
1018     "title" => _("gestion des utilisateurs"),
1019     "right" => array(
1020     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
1021     "om_droit", "om_droit_tab", "directory",
1022     ),
1023     );
1024     //
1025     $links[] = array(
1026     "title" => "<hr/>",
1027     "right" => array(
1028     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
1029     "om_droit", "om_droit_tab",
1030     ),
1031     );
1032     //
1033     $links[] = array(
1034     "href" => "../scr/tab.php?obj=om_profil",
1035     "class" => "profil",
1036     "title" => _("om_profil"),
1037     "right" => array("om_profil", "om_profil_tab", ),
1038     "open" => array("tab.php|om_profil", "form.php|om_profil", ),
1039     );
1040     //
1041     $links[] = array(
1042     "href" => "../scr/tab.php?obj=om_droit",
1043     "class" => "droit",
1044     "title" => _("om_droit"),
1045     "right" => array("om_droit", "om_droit_tab", ),
1046     "open" => array("tab.php|om_droit", "form.php|om_droit", ),
1047     );
1048     //
1049     $links[] = array(
1050     "href" => "../scr/tab.php?obj=om_utilisateur",
1051     "class" => "utilisateur",
1052     "title" => _("om_utilisateur"),
1053     "right" => array("om_utilisateur", "om_utilisateur_tab", ),
1054     "open" => array("tab.php|om_utilisateur", "form.php|om_utilisateur", ),
1055     );
1056     //
1057     $links[] = array(
1058     "title" => "<hr/>",
1059     "right" => array("directory", ),
1060     "parameters" => array("isDirectoryOptionEnabled" => true, ),
1061     );
1062     //
1063     $links[] = array(
1064     "href" => "../scr/directory.php",
1065     "class" => "directory",
1066     "title" => _("annuaire"),
1067     "right" => array("directory", ),
1068     "open" => array("directory.php|", ),
1069     "parameters" => array("isDirectoryOptionEnabled" => true, ),
1070     );
1071     //
1072     $links[] = array(
1073     "class" => "category",
1074     "title" => _("tableaux de bord"),
1075 fmichon 656 "right" => array(
1076     "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1077     ),
1078 fmichon 380 );
1079     //
1080     $links[] = array(
1081     "title" => "<hr/>",
1082 fmichon 656 "right" => array(
1083     "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1084     ),
1085 fmichon 380 );
1086     //
1087     $links[] = array(
1088     "href" => "../scr/tab.php?obj=om_widget",
1089     "class" => "om_widget",
1090 fmichon 656 "title" => _("om_widget"),
1091 fmichon 380 "right" => array("om_widget", "om_widget_tab", ),
1092     "open" => array("tab.php|om_widget", "form.php|om_widget", ),
1093     );
1094     //
1095     $links[] = array(
1096 fmichon 656 "href" => "../scr/tab.php?obj=om_dashboard",
1097     "class" => "om_dashboard",
1098     "title" => _("om_dashboard"),
1099     "right" => array( ),
1100     "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
1101     );
1102     //
1103     $links[] = array(
1104 fmichon 380 "class" => "category",
1105     "title" => _("sig"),
1106     "right" => array(
1107     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1108     ),
1109     );
1110     //
1111     $links[] = array(
1112     "title" => "<hr/>",
1113     "right" => array(
1114     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1115     ),
1116     );
1117     //
1118     $links[] = array(
1119     "href" => "../scr/tab.php?obj=om_sig_map",
1120     "class" => "om_sig_map",
1121     "title" => _("om_sig_map"),
1122     "right" => array("om_sig_map", "om_sig_map_tab", ),
1123     "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
1124     );
1125     //
1126     $links[] = array(
1127     "href" => "../scr/tab.php?obj=om_sig_wms",
1128     "class" => "om_sig_wms",
1129     "title" => _("om_sig_wms"),
1130     "right" => array("om_sig_wms", "om_sig_wms_tab", ),
1131     "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
1132     );
1133     //
1134     $links[] = array(
1135     "class" => "category",
1136     "title" => _("options avancees"),
1137     "right" => array("import", "gen", ),
1138     );
1139     //
1140     $links[] = array(
1141     "title" => "<hr/>",
1142     "right" => array("import", ),
1143     );
1144     //
1145     $links[] = array(
1146     "href" => "../scr/import.php",
1147     "class" => "import",
1148     "title" => _("Import"),
1149     "right" => array("import", ),
1150     "open" => array("import.php|", ),
1151     );
1152     //
1153     $links[] = array(
1154     "title" => "<hr/>",
1155     "right" => array("gen", ),
1156     );
1157     //
1158     $links[] = array(
1159     "title" => _("Generateur"),
1160     "href" => "../scr/gen.php",
1161     "class" => "generator",
1162     "right" => array("gen", ),
1163     "open" => array(
1164     "gen.php|","genauto.php|", "gensup.php|", "genfull.php|",
1165     "genetat.php|", "gensousetat.php|", "genlettretype.php|",
1166     "genimport.php|",
1167     ),
1168     );
1169     //
1170 fraynaud 3 $rubrik['links'] = $links;
1171 fmichon 380 //
1172     $menu[] = $rubrik;
1173 fraynaud 3 // }}}
1174    
1175     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26