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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1411 - (hide annotations)
Thu Mar 14 19:10:00 2013 UTC (11 years, 10 months ago) by fmichon
File size: 40224 byte(s)
Division de la rubrique paramétrage en deux

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26