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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 599 - (hide annotations)
Mon Nov 5 16:19:12 2012 UTC (12 years, 2 months ago) by mlimic
File size: 25163 byte(s)
save
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    
13 fmichon 380 // {{{ Rubrique APPLICATION
14     //
15 fraynaud 3 $rubrik = array(
16 fmichon 380 "title" => _("instruction"),
17 fmichon 566 "class" => "instruction",
18     "right" => "menu_instruction",
19 fraynaud 3 );
20 fmichon 380 //
21 fraynaud 3 $links = array();
22 fmichon 380 //
23     $links[] = array(
24     "href" => "../scr/tab.php?obj=PC",
25     "class" => "dossier",
26     "title" => _("PC"),
27     "right" => array("PC", "PC_tab", ),
28     "open" => array("tab.php|PC", "form.php|PC", ),
29     );
30     //
31     $links[] = array(
32     "href" => "../scr/tab.php?obj=DP",
33     "class" => "dossier",
34     "title" => _("DP"),
35     "right" => array("DP", "DP_tab", ),
36     "open" => array("tab.php|DP", "form.php|DP", ),
37     );
38     //
39     $links[] = array(
40     "href" => "../scr/tab.php?obj=PD",
41     "class" => "dossier",
42     "title" => _("PD"),
43     "right" => array("PD", "PD_tab", ),
44     "open" => array("tab.php|PD", "form.php|PD", ),
45     );
46     //
47     $links[] = array(
48     "href" => "../scr/tab.php?obj=PA",
49     "class" => "dossier",
50     "title" => _("PA"),
51     "right" => array("PA", "PA_tab", ),
52     "open" => array("tab.php|PA", "form.php|PA", ),
53     );
54     //
55     $links[] = array(
56     "title" => "<hr/>",
57     "right" => array(
58     "PC_accueil", "PC_accueil_tab", "DP_accueil", "DP_accueil_tab",
59     "PD_accueil", "PD_accueil_tab", "PA_accueil", "PA_accueil_tab",
60     ),
61     );
62     //
63     $links[] = array(
64     "href" => "../scr/tab.php?obj=PC_accueil",
65     "class" => "dossier",
66     "title" => _("PC - accueil"),
67     "right" => array("PC_accueil", "PC_accueil_tab", ),
68     "open" => array("tab.php|PC_accueil", "form.php|PC_accueil", ),
69     );
70     //
71     $links[] = array(
72     "href" => "../scr/tab.php?obj=DP_accueil",
73     "class" => "dossier",
74     "title" => _("DP - accueil"),
75     "right" => array("DP_accueil", "DP_accueil_tab", ),
76     "open" => array("tab.php|DP_accueil", "form.php|DP_accueil", ),
77     );
78     //
79     $links[] = array(
80     "href" => "../scr/tab.php?obj=PD_accueil",
81     "class" => "dossier",
82     "title" => _("PD - accueil"),
83     "right" => array("PD_accueil", "PD_accueil_tab", ),
84     "open" => array("tab.php|PD_accueil", "form.php|PD_accueil", ),
85     );
86     //
87     $links[] = array(
88     "href" => "../scr/tab.php?obj=PA_accueil",
89     "class" => "dossier",
90     "title" => _("PA - accueil"),
91     "right" => array("PA_accueil", "PA_accueil_tab", ),
92     "open" => array("tab.php|PA_accueil", "form.php|PA_accueil", ),
93     );
94     //
95     $links[] = array(
96     "title" => "<hr/>",
97     "right" => array("PC_modificatif", "PC_modificatif_tab", ),
98     );
99     //
100     $links[] = array(
101     "href" => "../scr/tab.php?obj=PC_modificatif",
102     "class" => "traitement",
103     "title" => _("modificatif transfert"),
104     "right" => array("PC_modificatif", "PC_modificatif_tab", ),
105     "open" => array("|PC_modificatif", "dossier_modificatif.php|", ),
106     );
107     //
108     $links[] = array(
109     "title" => "<hr/>",
110     "right" => array("recherchedossier", ),
111     );
112     //
113     $links[] = array(
114     "href" => "../app/recherchedossier.php",
115     "class" => "dossier",
116     "title" => _("Recherche dossier"),
117     "right" => "recherchedossier",
118     "open" => "recherchedossier.php|",
119     );
120 nhaye 496 $links[] = array(
121 nhaye 519 "class" => "category",
122 nhaye 496 "title" => _("Consultation"),
123 nhaye 533 "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),
124 nhaye 496 );
125     $links[] = array(
126 nhaye 519 "title" => "<hr/>",
127 nhaye 533 "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),
128 nhaye 519 );
129     $links[] = array(
130 nhaye 509 "href" => "../scr/tab.php?obj=consultation_mes_retours",
131     "class" => "consultation_mes_retours",
132     "title" => _("Mes retours"),
133     "right" => array("consultation_mes_retours", "consultation_mes_retours_tab", ),
134     "open" => array("tab.php|consultation_mes_retours", "form.php|consultation_mes_retours", ),
135 nhaye 496 );
136 nhaye 498 $links[] = array(
137 nhaye 509 "href" => "../scr/tab.php?obj=consultation_tous_retours",
138     "class" => "consultation_tous_retours",
139     "title" => _("Tous les retours"),
140     "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
141     "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
142 nhaye 498 );
143 mlimic 599
144    
145     $links[] = array(
146     "class" => "category",
147     "title" => _("Messages"),
148     "right" => array("messages_mes_retours", "messages_tous_retours"),
149     );
150     $links[] = array(
151     "title" => "<hr/>",
152     "right" => array("messages_mes_retours", "messages_tous_retours"),
153     );
154     $links[] = array(
155     "href" => "../scr/tab.php?obj=messages_mes_retours",
156     "class" => "messages_mes_retours",
157     "title" => _("Mes messages"),
158     "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
159     "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
160     );
161     $links[] = array(
162     "href" => "../scr/tab.php?obj=messages_tous_retours",
163     "class" => "messages_tous_retours",
164     "title" => _("Tous les messages"),
165     "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
166     "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
167     );
168    
169 nhaye 583 //
170     $rubrik['links'] = $links;
171     //
172     $menu[] = $rubrik;
173     // }}}
174     // {{{ Rubrique Demandes d'avis
175     //
176     $rubrik = array(
177     "title" => _("Suivi"),
178     "class" => "suivi",
179     "right" => "menu_suivi",
180     );
181     $links = array();
182     //
183 nhaye 533 $links[] = array(
184     "href" => "../app/avis_code_barre.php",
185     "class" => "avis_code_barre",
186     "title" => _("Retour de consultation"),
187     "right" => array("avis_code_barre", ),
188 nhaye 538 "open" => array("avis_code_barre.php|"),
189 nhaye 533 );
190 fmichon 380 //
191 fraynaud 3 $rubrik['links'] = $links;
192 fmichon 380 //
193     $menu[] = $rubrik;
194     // }}}
195 nhaye 538 // {{{ Rubrique Demandes d'avis
196     //
197     $rubrik = array(
198     "title" => _("Demandes d'avis"),
199     "class" => "demande_avis",
200 fmichon 566 "right" => "menu_demande_avis",
201 nhaye 538 );
202     //
203     $links = array();
204     //
205     $links[] = array(
206 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_encours",
207     "class" => "demande_avis_encours",
208 nhaye 538 "title" => _("Demandes en cours"),
209 nhaye 571 "right" => array("demande_avis_encours", "demande_avis_encours_tab", ),
210     "open" => array("tab.php|demande_avis_encours", "form.php|demande_avis_encours", ),
211 nhaye 538 );
212    
213     $links[] = array(
214 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_passee",
215     "class" => "demande_avis_passee",
216 nhaye 538 "title" => _("Demandes passees"),
217 nhaye 571 "right" => array("demande_avis_passee", "demande_avis_passee_tab", ),
218     "open" => array("tab.php|demande_avis_passee", "form.php|demande_avis_passee", ),
219 nhaye 538 );
220    
221     $links[] = array(
222 nhaye 571 "href" => "../scr/tab.php?obj=demande_avis_export",
223     "class" => "demande_avis_export",
224 nhaye 538 "title" => _("Exports"),
225 nhaye 571 "right" => array("demande_avis_export", "demande_avis_export_tab", ),
226     "open" => array("tab.php|demande_avis_export", "form.php|demande_avis_export", ),
227 nhaye 538 );
228    
229     //
230     $rubrik['links'] = $links;
231     //
232     $menu[] = $rubrik;
233     // }}}
234    
235    
236    
237 fraynaud 3 // {{{ Rubrique EXPORT
238 fmichon 380 //
239 fraynaud 3 $rubrik = array(
240 fmichon 380 "title" => _("export"),
241 fraynaud 3 "class" => "edition",
242     "right" => "menu_export",
243     );
244 fmichon 380 //
245 fraynaud 3 $links = array();
246 fmichon 380 //
247     $links[] = array(
248     "href" => "../scr/edition.php",
249     "class" => "edition",
250     "title" => _("edition"),
251     "right" => "edition",
252     "open" => "edition.php|",
253     );
254     //
255     $links[] = array(
256     "href" => "../app/edition_p.php",
257     "class" => "edition",
258     "title" => _("edition date depot"),
259     "right" => "edition_p",
260     "open" => "edition_p.php|",
261     );
262     //
263     $links[] = array(
264     "href" => "../app/edition_d.php",
265     "class" => "edition",
266     "title" => _("edition date decision"),
267     "right" => "edition_d",
268     "open" => "edition_d.php|",
269     );
270     //
271     $links[] = array(
272     "title" => "<hr/>",
273     "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),
274     );
275     //
276     $links[] = array(
277     "href" => "../scr/reqmo.php",
278     "class" => "reqmo",
279     "title" => _("requetes memorisees"),
280     "right" => "reqmo",
281     "open" => array("reqmo.php|", "requeteur.php|", ),
282     );
283     //
284     $links[] = array(
285     "href" => "../app/export_pc.php",
286     "class" => "reqmo",
287     "title" => _("export PC Lascot"),
288     "right" => "export_pc",
289     "open" => "export_pc.php|",
290     );
291     //
292     $links[] = array(
293     "href" => "../app/export_dp.php",
294     "class" => "reqmo",
295     "title" => _("export DP Lascot"),
296     "right" => "export_dp",
297     "open" => "export_dp.php|",
298     );
299     //
300     $links[] = array(
301     "href" => "../app/sitadel.php",
302     "class" => "reqmo",
303     "title" => _("export sitadel")." 2",
304     "right" => "export_sitadel",
305     "open" => "sitadel.php|",
306     );
307     //
308 fraynaud 3 $rubrik['links'] = $links;
309 fmichon 380 //
310     $menu[] = $rubrik;
311 fraynaud 3 // }}}
312    
313 fmichon 380 // {{{ Rubrique PARAMETRAGE
314     //
315 fraynaud 3 $rubrik = array(
316 fmichon 380 "title" => _("parametrage"),
317 atreal 306 "class" => "parametrage",
318     "right" => "menu_parametrage",
319 fraynaud 3 );
320 fmichon 380 //
321 fraynaud 3 $links = array();
322 fmichon 380 //
323     // GENERAUX
324     $links[] = array(
325     "href" => "../scr/form.php?obj=dossier_numeromanuel",
326     "class" => "traitement",
327     "title" => _("numero manuel"),
328     "right" => "dossier_numeromanuel",
329     "open" => "|dossier_numeromanuel",
330     );
331     //
332     $links[] = array(
333     "href" => "../app/num_dossier.php",
334     "class" => "traitement",
335     "title" => _("remise a 0"),
336     "right" => "num_dossier",
337     "open" => "num_dossier.php|",
338     );
339     //
340     $links[] = array(
341     "title" => "<hr/>",
342     "right" => array(
343 vpihour 555 "architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab",
344     "lien_localisation_nature", "lien_localisation_nature_tab",
345 vpihour 490 "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
346 fmichon 380 "destination", "destination_tab", "nature", "nature_tab", "rivoli",
347     "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
348     ),
349     );
350     //
351     $links[] = array(
352     "href" => "../scr/tab.php?obj=architecte",
353     "class" => "architecte",
354     "title" => _("architecte"),
355     "right" => array("architecte", "architecte_tab", ),
356     "open" => array("tab.php|architecte", "form.php|architecte", ),
357     );
358     //
359     $links[] = array(
360     "href" => "../scr/tab.php?obj=service",
361     "class" => "service",
362     "title" => _("service"),
363     "right" => array("service", "service_tab", ),
364     "open" => array("tab.php|service", "form.php|service", ),
365     );
366 vpihour 490 $links[] = array(
367     "href" => "../scr/tab.php?obj=service_categorie",
368     "class" => "service_categorie",
369 vpihour 491 "title" => _("thematique des services"),
370 vpihour 490 "right" => array("service_categorie", "service_categorie_tab", ),
371     "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
372     );
373     $links[] = array(
374     "href" => "../scr/tab.php?obj=lien_service_service_categorie",
375     "class" => "lien_service_service_categorie",
376 vpihour 491 "title" => _("Lien service / thematique"),
377 vpihour 490 "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
378     "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
379     );
380 fmichon 380 //
381     $links[] = array(
382 vpihour 555 "href" => "../scr/tab.php?obj=instructeur",
383     "class" => "instructeur",
384     "title" => _("instructeur"),
385     "right" => array("instructeur", "instructeur_tab", ),
386     "open" => array("tab.php|instructeur", "form.php|instructeur", ),
387     );
388     //
389     $links[] = array(
390     "href" => "../scr/tab.php?obj=lien_localisation_nature",
391     "class" => "lien_localisation_nature",
392     "title" => _("Lien instructeur / localisation / type de dossier"),
393     "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),
394     "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),
395     );
396     //
397     $links[] = array(
398 fmichon 380 "href" => "../scr/tab.php?obj=travaux",
399     "class" => "travaux",
400     "title" => _("travaux"),
401     "right" => array("travaux", "travaux_tab", ),
402     "open" => array("tab.php|travaux", "form.php|travaux", ),
403     );
404     //
405     $links[] = array(
406     "href" => "../scr/tab.php?obj=categorie_demandeur",
407     "class" => "categorie_demandeur",
408     "title" => _("categorie_demandeur"),
409     "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),
410     "open" => array(
411     "tab.php|categorie_demandeur", "form.php|categorie_demandeur",
412     ),
413     );
414     //
415     $links[] = array(
416     "href" => "../scr/tab.php?obj=destination",
417     "class" => "destination",
418     "title" => _("destination"),
419     "right" => array("destination", "destination_tab", ),
420     "open" => array("tab.php|destination", "form.php|destination", ),
421     );
422     //
423     $links[] = array(
424     "href" => "../scr/tab.php?obj=nature",
425     "class" => "nature",
426     "title" => _("nature"),
427     "right" => array("nature", "nature_tab", ),
428     "open" => array("tab.php|nature", "form.php|nature", ),
429     );
430     //
431     $links[] = array(
432     "href" => "../scr/tab.php?obj=rivoli",
433     "class" => "rivoli",
434     "title" => _("rivoli"),
435     "right" => array("rivoli", "rivoli_tab", ),
436     "open" => array("tab.php|rivoli", "form.php|rivoli", ),
437     );
438     //
439     $links[] = array(
440     "href" => "../scr/tab.php?obj=civilite",
441     "class" => "civilite",
442     "title" => _("civilite"),
443     "right" => array("civilite", "civilite_tab", ),
444     "open" => array("tab.php|civilite", "form.php|civilite", ),
445     );
446     //
447     $links[] = array(
448     "href" => "../scr/tab.php?obj=parametre",
449     "class" => "parametre",
450     "title" => _("parametre")." "._("statistique"),
451     "right" => array("parametre", "parametre_tab", ),
452     "open" => array("tab.php|parametre", "form.php|parametre", ),
453     );
454     //
455     $links[] = array(
456     "class" => "category",
457     "title" => _("workflows"),
458     "right" => array(
459     "action", "action_tab", "transition", "transition_tab", "etat",
460 vpihour 491 "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
461     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
462 fmichon 380 ),
463     );
464     //
465     $links[] = array(
466     "title" => "<hr/>",
467     "right" => array(
468     "action", "action_tab", "transition", "transition_tab", "etat",
469 vpihour 491 "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
470     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
471 fmichon 380 ),
472     );
473     //
474     $links[] = array(
475     "href" => "../scr/tab.php?obj=action",
476     "class" => "action",
477     "title" => _("action"),
478     "right" => array("action", "action_tab", ),
479     "open" => array("tab.php|action", "form.php|action", ),
480     );
481     //
482     $links[] = array(
483     "href" => "../scr/tab.php?obj=transition",
484     "class" => "transition",
485     "title" => _("transition"),
486     "right" => array("transition", "transition_tab", ),
487     "open" => array("tab.php|transition", "form.php|transition", ),
488     );
489     //
490     $links[] = array(
491     "href" => "../scr/tab.php?obj=etat",
492     "class" => "etat",
493     "title" => _("etat"),
494     "right" => array("etat", "etat_tab", ),
495     "open" => array("tab.php|etat", "form.php|etat", ),
496     );
497     //
498     $links[] = array(
499     "href" => "../scr/tab.php?obj=evenement",
500     "class" => "evenement",
501     "title" => _("evenement"),
502     "right" => array("evenement", "evenement_tab", ),
503     "open" => array("tab.php|evenement", "form.php|evenement", ),
504     );
505     //
506     $links[] = array(
507     "href" => "../scr/tab.php?obj=bible",
508     "class" => "bible",
509     "title" => _("bible"),
510     "right" => array("bible", "bible_tab", ),
511     "open" => array("tab.php|bible", "form.php|bible", ),
512     );
513     //
514     $links[] = array(
515 vpihour 491 "href" => "../scr/tab.php?obj=avis_decision",
516     "class" => "avis_decision",
517     "title" => _("avis decision"),
518     "right" => array("avis_decision", "avis_decision_tab", ),
519     "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
520 fmichon 380 );
521     //
522     $links[] = array(
523 vpihour 491 "href" => "../scr/tab.php?obj=avis_consultation",
524     "class" => "avis_consultation",
525     "title" => _("avis consultation"),
526     "right" => array("avis_consultation", "avis_consultation_tab", ),
527     "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
528     );
529     //
530     $links[] = array(
531 fmichon 380 "class" => "category",
532 nhaye 521 "title" => _("Organisation"),
533     "right" => array("direction", "division", "instructeur"),
534     );
535     $links[] = array(
536     "title" => "<hr/>",
537     "right" => array("direction", "division", "instructeur"),
538     );
539     //
540     $links[] = array(
541     "href" => "../scr/tab.php?obj=direction",
542     "class" => "direction",
543     "title" => _("direction"),
544     "right" => array("direction", "direction_tab", ),
545     "open" => array("tab.php|direction", "form.php|direction", ),
546     );
547     //
548     $links[] = array(
549     "href" => "../scr/tab.php?obj=division",
550     "class" => "division",
551     "title" => _("division"),
552     "right" => array("division", "division_tab", ),
553     "open" => array("tab.php|division", "form.php|division", ),
554     );
555     //
556     $links[] = array(
557     "href" => "../scr/tab.php?obj=instructeur",
558     "class" => "instructeur",
559     "title" => _("instructeur"),
560     "right" => array("instructeur", "instructeur_tab", ),
561     "open" => array("tab.php|instructeur", "form.php|instructeur", ),
562     );
563     //
564     $links[] = array(
565     "class" => "category",
566 fmichon 380 "title" => _("editions"),
567     "right" => array(
568     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
569     "om_lettretype", "om_lettretype_tab",
570     ),
571     );
572     //
573     $links[] = array(
574     "title" => "<hr/>",
575     "right" => array(
576     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
577     "om_lettretype", "om_lettretype_tab",
578     ),
579     );
580     //
581     $links[] = array(
582     "href" => "../scr/tab.php?obj=om_etat",
583     "class" => "etat",
584     "title" => _("om_etat"),
585     "right" => array("om_etat", "om_etat_tab", ),
586     "open" => array("tab.php|om_etat", "form.php|om_etat", ),
587     );
588     //
589     $links[] = array(
590     "href" => "../scr/tab.php?obj=om_sousetat",
591     "class" => "sousetat",
592     "title" => _("om_sousetat"),
593     "right" => array("om_sousetat", "om_sousetat_tab", ),
594     "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
595     );
596     //
597     $links[] = array(
598     "href" => "../scr/tab.php?obj=om_lettretype",
599     "class" => "lettretype",
600     "title" => _("om_lettretype"),
601     "right" => array("om_lettretype", "om_lettretype_tab"),
602     "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
603     );
604     //
605 fraynaud 196 $rubrik['links'] = $links;
606 fmichon 380 //
607     $menu[] = $rubrik;
608     // }}}
609 fraynaud 196
610 fmichon 380 // {{{ Rubrique SIG
611     //
612 fraynaud 196 $rubrik = array(
613 fmichon 380 "title" => _("sig"),
614 fraynaud 196 "class" => "sig",
615     "right" => "menu_sig",
616     );
617 fmichon 380 //
618 fraynaud 196 $links = array();
619 fmichon 380 //
620     $links[] = array(
621     "href" => "../scr/tab.php?obj=parcelle",
622     "class" => "parcelle",
623     "title" => _("parcelle"),
624     "right" => array("parcelle", "parcelle_tab"),
625     "open" => array("tab.php|parcelle", "form.php|parcelle", ),
626     );
627     //
628     $links[] = array(
629     "href" => "../scr/tab.php?obj=proprietaire",
630     "class" => "proprietaire",
631     "title" => _("proprietaire"),
632     "right" => array("proprietaire", "proprietaire_tab"),
633     "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
634     );
635     //
636     $links[] = array(
637     "class" => "category",
638     "title" => _("servitudes"),
639     "right" => array(
640     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
641     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
642     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
643     ),
644     );
645     //
646     $links[] = array(
647     "title" => "<hr/>",
648     "right" => array(
649     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
650     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
651     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
652     ),
653     );
654     //
655     $links[] = array(
656     "href" => "../scr/tab.php?obj=pos",
657     "class" => "pos",
658     "title" => _("pos"),
659     "right" => array("pos", "pos_tab"),
660     "open" => array("tab.php|pos", "form.php|pos", ),
661     );
662     //
663     $links[] = array(
664     "href" => "../scr/tab.php?obj=servitude_surfacique",
665     "class" => "servitude_surfacique",
666     "title" => _("servitude_surfacique"),
667     "right" => array("servitude_surfacique", "servitude_surfacique_tab"),
668     "open" => array(
669     "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
670     ),
671     );
672     //
673     $links[] = array(
674     "href" => "../scr/tab.php?obj=servitude_ligne",
675     "class" => "servitude_ligne",
676     "title" => _("servitude_ligne"),
677     "right" => array("servitude_ligne", "servitude_ligne_tab"),
678     "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
679     );
680     //
681     $links[] = array(
682     "href" => "../scr/tab.php?obj=servitude_point",
683     "class" => "servitude_point",
684     "title" => _("servitude_point"),
685     "right" => array("servitude_point", "servitude_point_tab"),
686     "open" => array("tab.php|servitude_point", "form.php|servitude_point", ),
687     );
688     //
689     $links[] = array(
690     "href" => "../scr/tab.php?obj=parcelle_lot",
691     "class" => "parcelle_lot",
692     "title" => _("parcelle_lot"),
693     "right" => array("parcelle_lot", "parcelle_lot_tab"),
694     "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
695     );
696     //
697 fraynaud 3 $rubrik['links'] = $links;
698 fmichon 380 //
699     $menu[] = $rubrik;
700     // }}}
701 fraynaud 3
702     // {{{ Rubrique ADMINISTRATION
703     //
704     $rubrik = array(
705 fmichon 380 "title" => _("administration"),
706 fraynaud 3 "class" => "administration",
707     "right" => "menu_administration",
708     );
709     //
710     $links = array();
711 fmichon 380 //
712     $links[] = array(
713     "href" => "../scr/tab.php?obj=om_collectivite",
714     "class" => "collectivite",
715     "title" => _("om_collectivite"),
716     "right" => array("om_collectivite", "om_collectivite_tab", ),
717     "open" => array("tab.php|om_collectivite", "form.php|om_collectivite", ),
718     );
719     //
720     $links[] = array(
721     "href" => "../scr/tab.php?obj=om_parametre",
722     "class" => "parametre",
723     "title" => _("om_parametre"),
724     "right" => array("om_parametre", "om_parametre_tab", ),
725     "open" => array("tab.php|om_parametre", "form.php|om_parametre", ),
726     );
727     //
728     $links[] = array(
729     "class" => "category",
730     "title" => _("gestion des utilisateurs"),
731     "right" => array(
732     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
733     "om_droit", "om_droit_tab", "directory",
734     ),
735     );
736     //
737     $links[] = array(
738     "title" => "<hr/>",
739     "right" => array(
740     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
741     "om_droit", "om_droit_tab",
742     ),
743     );
744     //
745     $links[] = array(
746     "href" => "../scr/tab.php?obj=om_profil",
747     "class" => "profil",
748     "title" => _("om_profil"),
749     "right" => array("om_profil", "om_profil_tab", ),
750     "open" => array("tab.php|om_profil", "form.php|om_profil", ),
751     );
752     //
753     $links[] = array(
754     "href" => "../scr/tab.php?obj=om_droit",
755     "class" => "droit",
756     "title" => _("om_droit"),
757     "right" => array("om_droit", "om_droit_tab", ),
758     "open" => array("tab.php|om_droit", "form.php|om_droit", ),
759     );
760     //
761     $links[] = array(
762     "href" => "../scr/tab.php?obj=om_utilisateur",
763     "class" => "utilisateur",
764     "title" => _("om_utilisateur"),
765     "right" => array("om_utilisateur", "om_utilisateur_tab", ),
766     "open" => array("tab.php|om_utilisateur", "form.php|om_utilisateur", ),
767     );
768     //
769     $links[] = array(
770     "title" => "<hr/>",
771     "right" => array("directory", ),
772     "parameters" => array("isDirectoryOptionEnabled" => true, ),
773     );
774     //
775     $links[] = array(
776     "href" => "../scr/directory.php",
777     "class" => "directory",
778     "title" => _("annuaire"),
779     "right" => array("directory", ),
780     "open" => array("directory.php|", ),
781     "parameters" => array("isDirectoryOptionEnabled" => true, ),
782     );
783     //
784     $links[] = array(
785     "class" => "category",
786     "title" => _("tableaux de bord"),
787     "right" => array("om_widget", "om_widget_tab", ),
788     );
789     //
790     $links[] = array(
791     "title" => "<hr/>",
792     "right" => array("om_widget", "om_widget_tab", ),
793     );
794     //
795     $links[] = array(
796     "href" => "../scr/tab.php?obj=om_widget",
797     "class" => "om_widget",
798     "title" => _("widget"),
799     "right" => array("om_widget", "om_widget_tab", ),
800     "open" => array("tab.php|om_widget", "form.php|om_widget", ),
801     );
802     //
803     $links[] = array(
804     "class" => "category",
805     "title" => _("sig"),
806     "right" => array(
807     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
808     ),
809     );
810     //
811     $links[] = array(
812     "title" => "<hr/>",
813     "right" => array(
814     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
815     ),
816     );
817     //
818     $links[] = array(
819     "href" => "../scr/tab.php?obj=om_sig_map",
820     "class" => "om_sig_map",
821     "title" => _("om_sig_map"),
822     "right" => array("om_sig_map", "om_sig_map_tab", ),
823     "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
824     );
825     //
826     $links[] = array(
827     "href" => "../scr/tab.php?obj=om_sig_wms",
828     "class" => "om_sig_wms",
829     "title" => _("om_sig_wms"),
830     "right" => array("om_sig_wms", "om_sig_wms_tab", ),
831     "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
832     );
833     //
834     $links[] = array(
835     "class" => "category",
836     "title" => _("options avancees"),
837     "right" => array("import", "gen", ),
838     );
839     //
840     $links[] = array(
841     "title" => "<hr/>",
842     "right" => array("import", ),
843     );
844     //
845     $links[] = array(
846     "href" => "../scr/import.php",
847     "class" => "import",
848     "title" => _("Import"),
849     "right" => array("import", ),
850     "open" => array("import.php|", ),
851     );
852     //
853     $links[] = array(
854     "title" => "<hr/>",
855     "right" => array("gen", ),
856     );
857     //
858     $links[] = array(
859     "title" => _("Generateur"),
860     "href" => "../scr/gen.php",
861     "class" => "generator",
862     "right" => array("gen", ),
863     "open" => array(
864     "gen.php|","genauto.php|", "gensup.php|", "genfull.php|",
865     "genetat.php|", "gensousetat.php|", "genlettretype.php|",
866     "genimport.php|",
867     ),
868     );
869     //
870 fraynaud 3 $rubrik['links'] = $links;
871 fmichon 380 //
872     $menu[] = $rubrik;
873 fraynaud 3 // }}}
874    
875     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26