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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 833 - (hide annotations)
Mon Nov 26 14:36:51 2012 UTC (12 years, 2 months ago) by vpihour
File size: 33128 byte(s)
Ajout de l'action du sous-menu edition dans le menu guichet unique.
Génération d'un PDF regroupant les dossiers en cours d'instruction (dont l'état a pour statut "encours")

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 833 "right" => array("edition_m","attestation_affichage","attestation_affichage_tab",),
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 624 "right" => array("attestation_affichage", "attestation_affichage_tab", ),
85     "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),
86     );
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     );
237 fmichon 654 //
238 mlimic 599 $links[] = array(
239     "title" => "<hr/>",
240     "right" => array("messages_mes_retours", "messages_tous_retours"),
241     );
242 fmichon 654 //
243 mlimic 599 $links[] = array(
244     "href" => "../scr/tab.php?obj=messages_mes_retours",
245     "class" => "messages_mes_retours",
246     "title" => _("Mes messages"),
247     "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
248     "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
249     );
250 fmichon 654 //
251 mlimic 599 $links[] = array(
252     "href" => "../scr/tab.php?obj=messages_tous_retours",
253     "class" => "messages_tous_retours",
254     "title" => _("Tous les messages"),
255     "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
256     "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
257     );
258    
259 nhaye 583 //
260     $rubrik['links'] = $links;
261     //
262     $menu[] = $rubrik;
263     // }}}
264 fmichon 654
265     // {{{ Rubrique SUIVI
266 nhaye 583 //
267     $rubrik = array(
268     "title" => _("Suivi"),
269     "class" => "suivi",
270     "right" => "menu_suivi",
271     );
272 vpihour 635 //
273 nhaye 583 $links = array();
274     //
275 nhaye 533 $links[] = array(
276     "href" => "../app/avis_code_barre.php",
277     "class" => "avis_code_barre",
278     "title" => _("Retour de consultation"),
279     "right" => array("avis_code_barre", ),
280 nhaye 538 "open" => array("avis_code_barre.php|"),
281 nhaye 533 );
282 fmichon 380 //
283 fraynaud 3 $rubrik['links'] = $links;
284 fmichon 380 //
285     $menu[] = $rubrik;
286     // }}}
287 fmichon 647
288     // {{{ Rubrique DEMANDES D'AVIS
289 nhaye 538 //
290     $rubrik = array(
291     "title" => _("Demandes d'avis"),
292     "class" => "demande_avis",
293 fmichon 566 "right" => "menu_demande_avis",
294 nhaye 538 );
295     //
296     $links = array();
297     //
298     $links[] = array(
299 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_encours",
300     "class" => "demande_avis_encours",
301 nhaye 538 "title" => _("Demandes en cours"),
302 nhaye 571 "right" => array("demande_avis_encours", "demande_avis_encours_tab", ),
303     "open" => array("tab.php|demande_avis_encours", "form.php|demande_avis_encours", ),
304 nhaye 538 );
305    
306     $links[] = array(
307 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_passee",
308     "class" => "demande_avis_passee",
309 nhaye 538 "title" => _("Demandes passees"),
310 nhaye 571 "right" => array("demande_avis_passee", "demande_avis_passee_tab", ),
311     "open" => array("tab.php|demande_avis_passee", "form.php|demande_avis_passee", ),
312 nhaye 538 );
313    
314     $links[] = array(
315 nhaye 652 "href" => "../scr/tab.php?obj=demande_avis",
316     "class" => "demande_avis",
317 nhaye 538 "title" => _("Exports"),
318 nhaye 652 "right" => array("demande_avis", "demande_avis_tab", ),
319     "open" => array("tab.php|demande_avis", "form.php|demande_avis", ),
320 nhaye 538 );
321    
322     //
323     $rubrik['links'] = $links;
324     //
325     $menu[] = $rubrik;
326     // }}}
327    
328    
329    
330 fraynaud 3 // {{{ Rubrique EXPORT
331 fmichon 380 //
332 fraynaud 3 $rubrik = array(
333 fmichon 380 "title" => _("export"),
334 fraynaud 3 "class" => "edition",
335     "right" => "menu_export",
336     );
337 fmichon 380 //
338 fraynaud 3 $links = array();
339 fmichon 380 //
340     $links[] = array(
341     "href" => "../scr/edition.php",
342     "class" => "edition",
343     "title" => _("edition"),
344     "right" => "edition",
345     "open" => "edition.php|",
346     );
347     //
348     $links[] = array(
349     "href" => "../app/edition_p.php",
350     "class" => "edition",
351     "title" => _("edition date depot"),
352     "right" => "edition_p",
353     "open" => "edition_p.php|",
354     );
355     //
356     $links[] = array(
357     "href" => "../app/edition_d.php",
358     "class" => "edition",
359     "title" => _("edition date decision"),
360     "right" => "edition_d",
361     "open" => "edition_d.php|",
362     );
363     //
364     $links[] = array(
365     "title" => "<hr/>",
366     "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),
367     );
368     //
369     $links[] = array(
370     "href" => "../scr/reqmo.php",
371     "class" => "reqmo",
372     "title" => _("requetes memorisees"),
373     "right" => "reqmo",
374     "open" => array("reqmo.php|", "requeteur.php|", ),
375     );
376     //
377     $links[] = array(
378     "href" => "../app/export_pc.php",
379     "class" => "reqmo",
380     "title" => _("export PC Lascot"),
381     "right" => "export_pc",
382     "open" => "export_pc.php|",
383     );
384     //
385     $links[] = array(
386     "href" => "../app/export_dp.php",
387     "class" => "reqmo",
388     "title" => _("export DP Lascot"),
389     "right" => "export_dp",
390     "open" => "export_dp.php|",
391     );
392     //
393     $links[] = array(
394     "href" => "../app/sitadel.php",
395     "class" => "reqmo",
396     "title" => _("export sitadel")." 2",
397     "right" => "export_sitadel",
398     "open" => "sitadel.php|",
399     );
400     //
401 fraynaud 3 $rubrik['links'] = $links;
402 fmichon 380 //
403     $menu[] = $rubrik;
404 fraynaud 3 // }}}
405    
406 fmichon 380 // {{{ Rubrique PARAMETRAGE
407     //
408 fraynaud 3 $rubrik = array(
409 fmichon 380 "title" => _("parametrage"),
410 atreal 306 "class" => "parametrage",
411     "right" => "menu_parametrage",
412 fraynaud 3 );
413 fmichon 380 //
414 fraynaud 3 $links = array();
415 fmichon 380 //
416     // GENERAUX
417     $links[] = array(
418     "href" => "../scr/form.php?obj=dossier_numeromanuel",
419     "class" => "traitement",
420     "title" => _("numero manuel"),
421     "right" => "dossier_numeromanuel",
422     "open" => "|dossier_numeromanuel",
423     );
424     //
425     $links[] = array(
426     "href" => "../app/num_dossier.php",
427     "class" => "traitement",
428     "title" => _("remise a 0"),
429     "right" => "num_dossier",
430     "open" => "num_dossier.php|",
431     );
432     //
433     $links[] = array(
434     "title" => "<hr/>",
435     "right" => array(
436 vpihour 821 "architecte", "architecte_tab", "service", "service_tab", "instructeur",
437     "instructeur_tab", "service_categorie", "service_categorie_tab",
438     "lien_service_service_categorie", "lien_service_service_categorie_tab",
439 vpihour 555 "lien_localisation_nature", "lien_localisation_nature_tab",
440 vpihour 490 "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
441 fmichon 380 "destination", "destination_tab", "nature", "nature_tab", "rivoli",
442     "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
443 vpihour 821 "dossier_autorisation","dossier_autorisation_tab",
444     "dossier_autorisation_type","dossier_autorisation_type_tab",
445     "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",
446     "dossier_instruction_type","dossier_instruction_type_tab",
447     "lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab",
448     "demande_genre","demande_genre_tab",
449     "demande_type","demande_type_tab",
450     "demande_nature","demande_nature_tab",
451     "groupe","groupe_tab",
452     "autorite_competente","autorite_competente_tab",
453 fmichon 380 ),
454     );
455     //
456     $links[] = array(
457     "href" => "../scr/tab.php?obj=architecte",
458     "class" => "architecte",
459     "title" => _("architecte"),
460     "right" => array("architecte", "architecte_tab", ),
461     "open" => array("tab.php|architecte", "form.php|architecte", ),
462     );
463     //
464     $links[] = array(
465     "href" => "../scr/tab.php?obj=service",
466     "class" => "service",
467     "title" => _("service"),
468     "right" => array("service", "service_tab", ),
469     "open" => array("tab.php|service", "form.php|service", ),
470     );
471 vpihour 490 $links[] = array(
472     "href" => "../scr/tab.php?obj=service_categorie",
473     "class" => "service_categorie",
474 vpihour 491 "title" => _("thematique des services"),
475 vpihour 490 "right" => array("service_categorie", "service_categorie_tab", ),
476     "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
477     );
478     $links[] = array(
479     "href" => "../scr/tab.php?obj=lien_service_service_categorie",
480     "class" => "lien_service_service_categorie",
481 vpihour 491 "title" => _("Lien service / thematique"),
482 vpihour 490 "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
483     "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
484     );
485 fmichon 380 //
486     $links[] = array(
487 vpihour 555 "href" => "../scr/tab.php?obj=instructeur",
488     "class" => "instructeur",
489     "title" => _("instructeur"),
490     "right" => array("instructeur", "instructeur_tab", ),
491     "open" => array("tab.php|instructeur", "form.php|instructeur", ),
492     );
493     //
494     $links[] = array(
495     "href" => "../scr/tab.php?obj=lien_localisation_nature",
496     "class" => "lien_localisation_nature",
497     "title" => _("Lien instructeur / localisation / type de dossier"),
498     "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),
499     "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),
500     );
501     //
502     $links[] = array(
503 fmichon 380 "href" => "../scr/tab.php?obj=travaux",
504     "class" => "travaux",
505     "title" => _("travaux"),
506     "right" => array("travaux", "travaux_tab", ),
507     "open" => array("tab.php|travaux", "form.php|travaux", ),
508     );
509     //
510     $links[] = array(
511     "href" => "../scr/tab.php?obj=categorie_demandeur",
512     "class" => "categorie_demandeur",
513     "title" => _("categorie_demandeur"),
514     "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),
515     "open" => array(
516     "tab.php|categorie_demandeur", "form.php|categorie_demandeur",
517     ),
518     );
519     //
520     $links[] = array(
521     "href" => "../scr/tab.php?obj=destination",
522     "class" => "destination",
523     "title" => _("destination"),
524     "right" => array("destination", "destination_tab", ),
525     "open" => array("tab.php|destination", "form.php|destination", ),
526     );
527     //
528     $links[] = array(
529     "href" => "../scr/tab.php?obj=nature",
530     "class" => "nature",
531     "title" => _("nature"),
532     "right" => array("nature", "nature_tab", ),
533     "open" => array("tab.php|nature", "form.php|nature", ),
534     );
535     //
536     $links[] = array(
537     "href" => "../scr/tab.php?obj=rivoli",
538     "class" => "rivoli",
539     "title" => _("rivoli"),
540     "right" => array("rivoli", "rivoli_tab", ),
541     "open" => array("tab.php|rivoli", "form.php|rivoli", ),
542     );
543     //
544     $links[] = array(
545     "href" => "../scr/tab.php?obj=civilite",
546     "class" => "civilite",
547     "title" => _("civilite"),
548     "right" => array("civilite", "civilite_tab", ),
549     "open" => array("tab.php|civilite", "form.php|civilite", ),
550     );
551     //
552     $links[] = array(
553     "href" => "../scr/tab.php?obj=parametre",
554     "class" => "parametre",
555     "title" => _("parametre")." "._("statistique"),
556     "right" => array("parametre", "parametre_tab", ),
557     "open" => array("tab.php|parametre", "form.php|parametre", ),
558     );
559     //
560     $links[] = array(
561 vpihour 821 "href" => "../scr/tab.php?obj=dossier_autorisation",
562     "class" => "dossier_autorisation",
563     "title" => _("dossier")." ".("autorisation"),
564     "right" => array("dossier_autorisation", "dossier_autorisation_tab", ),
565     "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation", ),
566     );
567     //
568     $links[] = array(
569     "href" => "../scr/tab.php?obj=dossier_autorisation_type",
570     "class" => "dossier_autorisation_type",
571     "title" => _("dossier")." ".("autorisation")." "._("type"),
572     "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
573     "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
574     );
575     //
576     $links[] = array(
577     "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
578     "class" => "dossier_autorisation_type_detaille",
579     "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
580     "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
581     "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
582     );
583     //
584     $links[] = array(
585     "href" => "../scr/tab.php?obj=dossier_instruction_type",
586     "class" => "dossier_instruction_type",
587     "title" => _("dossier")." "._("instruction")." "._("type"),
588     "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
589     "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
590     );
591     //
592     $links[] = array(
593     "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
594     "class" => "lien_evenement_dossier_autorisation_type",
595     "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
596     "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
597     "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
598     );
599     //
600     $links[] = array(
601     "href" => "../scr/tab.php?obj=demande_genre",
602     "class" => "demande_genre",
603     "title" => _("demande")." "._("genre"),
604     "right" => array("demande_genre", "demande_genre_tab", ),
605     "open" => array("tab.php|demande_genre", "form.php|demande_genre", ),
606     );
607     //
608     $links[] = array(
609     "href" => "../scr/tab.php?obj=demande_type",
610     "class" => "demande_type",
611     "title" => _("demande")." "._("type"),
612     "right" => array("demande_type", "demande_type_tab", ),
613     "open" => array("tab.php|demande_type", "form.php|demande_type", ),
614     );
615     //
616     $links[] = array(
617     "href" => "../scr/tab.php?obj=demande_nature",
618     "class" => "demande_nature",
619     "title" => _("demande")." "._("nature"),
620     "right" => array("demande_nature", "demande_nature_tab", ),
621     "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
622     );
623     //
624     $links[] = array(
625     "href" => "../scr/tab.php?obj=groupe",
626     "class" => "groupe",
627     "title" => _("groupe"),
628     "right" => array("groupe", "groupe_tab", ),
629     "open" => array("tab.php|groupe", "form.php|groupe", ),
630     );
631     //
632     $links[] = array(
633     "href" => "../scr/tab.php?obj=autorite_competente",
634     "class" => "autorite_competente",
635     "title" => _("autorite")." "._("competente"),
636     "right" => array("autorite_competente", "autorite_competente_tab", ),
637     "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
638     );
639     //
640     $links[] = array(
641 fmichon 380 "class" => "category",
642     "title" => _("workflows"),
643     "right" => array(
644     "action", "action_tab", "transition", "transition_tab", "etat",
645 vpihour 491 "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
646     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
647 fmichon 380 ),
648     );
649     //
650     $links[] = array(
651     "title" => "<hr/>",
652     "right" => array(
653     "action", "action_tab", "transition", "transition_tab", "etat",
654 vpihour 491 "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
655     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
656 fmichon 380 ),
657     );
658     //
659     $links[] = array(
660     "href" => "../scr/tab.php?obj=action",
661     "class" => "action",
662     "title" => _("action"),
663     "right" => array("action", "action_tab", ),
664     "open" => array("tab.php|action", "form.php|action", ),
665     );
666     //
667     $links[] = array(
668     "href" => "../scr/tab.php?obj=transition",
669     "class" => "transition",
670     "title" => _("transition"),
671     "right" => array("transition", "transition_tab", ),
672     "open" => array("tab.php|transition", "form.php|transition", ),
673     );
674     //
675     $links[] = array(
676     "href" => "../scr/tab.php?obj=etat",
677     "class" => "etat",
678     "title" => _("etat"),
679     "right" => array("etat", "etat_tab", ),
680     "open" => array("tab.php|etat", "form.php|etat", ),
681     );
682     //
683     $links[] = array(
684     "href" => "../scr/tab.php?obj=evenement",
685     "class" => "evenement",
686     "title" => _("evenement"),
687     "right" => array("evenement", "evenement_tab", ),
688     "open" => array("tab.php|evenement", "form.php|evenement", ),
689     );
690     //
691     $links[] = array(
692     "href" => "../scr/tab.php?obj=bible",
693     "class" => "bible",
694     "title" => _("bible"),
695     "right" => array("bible", "bible_tab", ),
696     "open" => array("tab.php|bible", "form.php|bible", ),
697     );
698     //
699     $links[] = array(
700 vpihour 491 "href" => "../scr/tab.php?obj=avis_decision",
701     "class" => "avis_decision",
702     "title" => _("avis decision"),
703     "right" => array("avis_decision", "avis_decision_tab", ),
704     "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
705 fmichon 380 );
706     //
707     $links[] = array(
708 vpihour 491 "href" => "../scr/tab.php?obj=avis_consultation",
709     "class" => "avis_consultation",
710     "title" => _("avis consultation"),
711     "right" => array("avis_consultation", "avis_consultation_tab", ),
712     "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
713     );
714     //
715     $links[] = array(
716 fmichon 380 "class" => "category",
717 nhaye 521 "title" => _("Organisation"),
718     "right" => array("direction", "division", "instructeur"),
719     );
720     $links[] = array(
721     "title" => "<hr/>",
722     "right" => array("direction", "division", "instructeur"),
723     );
724     //
725     $links[] = array(
726     "href" => "../scr/tab.php?obj=direction",
727     "class" => "direction",
728     "title" => _("direction"),
729     "right" => array("direction", "direction_tab", ),
730     "open" => array("tab.php|direction", "form.php|direction", ),
731     );
732     //
733     $links[] = array(
734     "href" => "../scr/tab.php?obj=division",
735     "class" => "division",
736     "title" => _("division"),
737     "right" => array("division", "division_tab", ),
738     "open" => array("tab.php|division", "form.php|division", ),
739     );
740     //
741     $links[] = array(
742     "href" => "../scr/tab.php?obj=instructeur",
743     "class" => "instructeur",
744     "title" => _("instructeur"),
745     "right" => array("instructeur", "instructeur_tab", ),
746     "open" => array("tab.php|instructeur", "form.php|instructeur", ),
747     );
748     //
749     $links[] = array(
750     "class" => "category",
751 fmichon 380 "title" => _("editions"),
752     "right" => array(
753     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
754     "om_lettretype", "om_lettretype_tab",
755     ),
756     );
757     //
758     $links[] = array(
759     "title" => "<hr/>",
760     "right" => array(
761     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
762     "om_lettretype", "om_lettretype_tab",
763     ),
764     );
765     //
766     $links[] = array(
767     "href" => "../scr/tab.php?obj=om_etat",
768     "class" => "etat",
769     "title" => _("om_etat"),
770     "right" => array("om_etat", "om_etat_tab", ),
771     "open" => array("tab.php|om_etat", "form.php|om_etat", ),
772     );
773     //
774     $links[] = array(
775     "href" => "../scr/tab.php?obj=om_sousetat",
776     "class" => "sousetat",
777     "title" => _("om_sousetat"),
778     "right" => array("om_sousetat", "om_sousetat_tab", ),
779     "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
780     );
781     //
782     $links[] = array(
783     "href" => "../scr/tab.php?obj=om_lettretype",
784     "class" => "lettretype",
785     "title" => _("om_lettretype"),
786     "right" => array("om_lettretype", "om_lettretype_tab"),
787     "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
788     );
789     //
790 fraynaud 196 $rubrik['links'] = $links;
791 fmichon 380 //
792     $menu[] = $rubrik;
793     // }}}
794 fraynaud 196
795 fmichon 380 // {{{ Rubrique SIG
796     //
797 fraynaud 196 $rubrik = array(
798 fmichon 380 "title" => _("sig"),
799 fraynaud 196 "class" => "sig",
800     "right" => "menu_sig",
801     );
802 fmichon 380 //
803 fraynaud 196 $links = array();
804 fmichon 380 //
805     $links[] = array(
806     "href" => "../scr/tab.php?obj=parcelle",
807     "class" => "parcelle",
808     "title" => _("parcelle"),
809     "right" => array("parcelle", "parcelle_tab"),
810     "open" => array("tab.php|parcelle", "form.php|parcelle", ),
811     );
812     //
813     $links[] = array(
814     "href" => "../scr/tab.php?obj=proprietaire",
815     "class" => "proprietaire",
816     "title" => _("proprietaire"),
817     "right" => array("proprietaire", "proprietaire_tab"),
818     "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
819     );
820     //
821     $links[] = array(
822     "class" => "category",
823     "title" => _("servitudes"),
824     "right" => array(
825     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
826     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
827     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
828     ),
829     );
830     //
831     $links[] = array(
832     "title" => "<hr/>",
833     "right" => array(
834     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
835     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
836     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
837     ),
838     );
839     //
840     $links[] = array(
841     "href" => "../scr/tab.php?obj=pos",
842     "class" => "pos",
843     "title" => _("pos"),
844     "right" => array("pos", "pos_tab"),
845     "open" => array("tab.php|pos", "form.php|pos", ),
846     );
847     //
848     $links[] = array(
849     "href" => "../scr/tab.php?obj=servitude_surfacique",
850     "class" => "servitude_surfacique",
851     "title" => _("servitude_surfacique"),
852     "right" => array("servitude_surfacique", "servitude_surfacique_tab"),
853     "open" => array(
854     "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
855     ),
856     );
857     //
858     $links[] = array(
859     "href" => "../scr/tab.php?obj=servitude_ligne",
860     "class" => "servitude_ligne",
861     "title" => _("servitude_ligne"),
862     "right" => array("servitude_ligne", "servitude_ligne_tab"),
863     "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
864     );
865     //
866     $links[] = array(
867     "href" => "../scr/tab.php?obj=servitude_point",
868     "class" => "servitude_point",
869     "title" => _("servitude_point"),
870     "right" => array("servitude_point", "servitude_point_tab"),
871     "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),
872     );
873     //
874     $links[] = array(
875     "href" => "../scr/tab.php?obj=parcelle_lot",
876     "class" => "parcelle_lot",
877     "title" => _("parcelle_lot"),
878     "right" => array("parcelle_lot", "parcelle_lot_tab"),
879     "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
880     );
881     //
882 fraynaud 3 $rubrik['links'] = $links;
883 fmichon 380 //
884     $menu[] = $rubrik;
885     // }}}
886 fraynaud 3
887     // {{{ Rubrique ADMINISTRATION
888     //
889     $rubrik = array(
890 fmichon 380 "title" => _("administration"),
891 fraynaud 3 "class" => "administration",
892     "right" => "menu_administration",
893     );
894     //
895     $links = array();
896 fmichon 380 //
897     $links[] = array(
898     "href" => "../scr/tab.php?obj=om_collectivite",
899     "class" => "collectivite",
900     "title" => _("om_collectivite"),
901     "right" => array("om_collectivite", "om_collectivite_tab", ),
902     "open" => array("tab.php|om_collectivite", "form.php|om_collectivite", ),
903     );
904     //
905     $links[] = array(
906     "href" => "../scr/tab.php?obj=om_parametre",
907     "class" => "parametre",
908     "title" => _("om_parametre"),
909     "right" => array("om_parametre", "om_parametre_tab", ),
910     "open" => array("tab.php|om_parametre", "form.php|om_parametre", ),
911     );
912     //
913     $links[] = array(
914     "class" => "category",
915     "title" => _("gestion des utilisateurs"),
916     "right" => array(
917     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
918     "om_droit", "om_droit_tab", "directory",
919     ),
920     );
921     //
922     $links[] = array(
923     "title" => "<hr/>",
924     "right" => array(
925     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
926     "om_droit", "om_droit_tab",
927     ),
928     );
929     //
930     $links[] = array(
931     "href" => "../scr/tab.php?obj=om_profil",
932     "class" => "profil",
933     "title" => _("om_profil"),
934     "right" => array("om_profil", "om_profil_tab", ),
935     "open" => array("tab.php|om_profil", "form.php|om_profil", ),
936     );
937     //
938     $links[] = array(
939     "href" => "../scr/tab.php?obj=om_droit",
940     "class" => "droit",
941     "title" => _("om_droit"),
942     "right" => array("om_droit", "om_droit_tab", ),
943     "open" => array("tab.php|om_droit", "form.php|om_droit", ),
944     );
945     //
946     $links[] = array(
947     "href" => "../scr/tab.php?obj=om_utilisateur",
948     "class" => "utilisateur",
949     "title" => _("om_utilisateur"),
950     "right" => array("om_utilisateur", "om_utilisateur_tab", ),
951     "open" => array("tab.php|om_utilisateur", "form.php|om_utilisateur", ),
952     );
953     //
954     $links[] = array(
955     "title" => "<hr/>",
956     "right" => array("directory", ),
957     "parameters" => array("isDirectoryOptionEnabled" => true, ),
958     );
959     //
960     $links[] = array(
961     "href" => "../scr/directory.php",
962     "class" => "directory",
963     "title" => _("annuaire"),
964     "right" => array("directory", ),
965     "open" => array("directory.php|", ),
966     "parameters" => array("isDirectoryOptionEnabled" => true, ),
967     );
968     //
969     $links[] = array(
970     "class" => "category",
971     "title" => _("tableaux de bord"),
972 fmichon 656 "right" => array(
973     "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
974     ),
975 fmichon 380 );
976     //
977     $links[] = array(
978     "title" => "<hr/>",
979 fmichon 656 "right" => array(
980     "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
981     ),
982 fmichon 380 );
983     //
984     $links[] = array(
985     "href" => "../scr/tab.php?obj=om_widget",
986     "class" => "om_widget",
987 fmichon 656 "title" => _("om_widget"),
988 fmichon 380 "right" => array("om_widget", "om_widget_tab", ),
989     "open" => array("tab.php|om_widget", "form.php|om_widget", ),
990     );
991     //
992     $links[] = array(
993 fmichon 656 "href" => "../scr/tab.php?obj=om_dashboard",
994     "class" => "om_dashboard",
995     "title" => _("om_dashboard"),
996     "right" => array( ),
997     "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
998     );
999     //
1000     $links[] = array(
1001 fmichon 380 "class" => "category",
1002     "title" => _("sig"),
1003     "right" => array(
1004     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1005     ),
1006     );
1007     //
1008     $links[] = array(
1009     "title" => "<hr/>",
1010     "right" => array(
1011     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1012     ),
1013     );
1014     //
1015     $links[] = array(
1016     "href" => "../scr/tab.php?obj=om_sig_map",
1017     "class" => "om_sig_map",
1018     "title" => _("om_sig_map"),
1019     "right" => array("om_sig_map", "om_sig_map_tab", ),
1020     "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
1021     );
1022     //
1023     $links[] = array(
1024     "href" => "../scr/tab.php?obj=om_sig_wms",
1025     "class" => "om_sig_wms",
1026     "title" => _("om_sig_wms"),
1027     "right" => array("om_sig_wms", "om_sig_wms_tab", ),
1028     "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
1029     );
1030     //
1031     $links[] = array(
1032     "class" => "category",
1033     "title" => _("options avancees"),
1034     "right" => array("import", "gen", ),
1035     );
1036     //
1037     $links[] = array(
1038     "title" => "<hr/>",
1039     "right" => array("import", ),
1040     );
1041     //
1042     $links[] = array(
1043     "href" => "../scr/import.php",
1044     "class" => "import",
1045     "title" => _("Import"),
1046     "right" => array("import", ),
1047     "open" => array("import.php|", ),
1048     );
1049     //
1050     $links[] = array(
1051     "title" => "<hr/>",
1052     "right" => array("gen", ),
1053     );
1054     //
1055     $links[] = array(
1056     "title" => _("Generateur"),
1057     "href" => "../scr/gen.php",
1058     "class" => "generator",
1059     "right" => array("gen", ),
1060     "open" => array(
1061     "gen.php|","genauto.php|", "gensup.php|", "genfull.php|",
1062     "genetat.php|", "gensousetat.php|", "genlettretype.php|",
1063     "genimport.php|",
1064     ),
1065     );
1066     //
1067 fraynaud 3 $rubrik['links'] = $links;
1068 fmichon 380 //
1069     $menu[] = $rubrik;
1070 fraynaud 3 // }}}
1071    
1072     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26