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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 946 - (hide annotations)
Fri Nov 30 15:58:49 2012 UTC (12 years, 2 months ago) by nhaye
File size: 33373 byte(s)
Ajout d'un option (option_ERP) dans la table om_parametre permettant d'activer ou non le menu des messages ERP

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26