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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 635 - (hide annotations)
Thu Nov 8 17:08:40 2012 UTC (12 years, 2 months ago) by vpihour
File size: 27788 byte(s)
Ajout d'un nouveau menu et modification d'un formulaire

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26