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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1422 - (hide annotations)
Fri Mar 15 09:19:01 2013 UTC (11 years, 10 months ago) by fmichon
File size: 41045 byte(s)
Renommage d'éléments

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 fmichon 1422 "title" => _("affichage reglementaire"),
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 fmichon 1422 "title" => _("registre des dossiers"),
97 vpihour 1072 "right" => "edition_reglementaire",
98     "open" => "edition_reglementaire.php|",
99 vpihour 624 );
100     $links[] = array(
101     "href" => "../app/attestation_affichage.php",
102 fmichon 1422 "class" => "edition",
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 fmichon 1422 "title" => _("dossiers"),
537 fmichon 1411 "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 fmichon 1422 "dossier_instruction_type_tab", "cerfa", "cerfa_tab",
542 fmichon 1411 ),
543     );
544     //
545     $links[] = array(
546     "title" => "<hr/>",
547     "right" => array(
548 fmichon 1422 "cerfa", "cerfa_tab",
549     ),
550     );
551     //
552     $links[] = array(
553     "href" => "../scr/tab.php?obj=cerfa",
554     "class" => "cerfa",
555     "title" => _("cerfa"),
556     "right" => array("cerfa", "cerfa_tab", ),
557     "open" => array("tab.php|cerfa", "form.php|cerfa", ),
558     );
559     //
560     $links[] = array(
561     "title" => "<hr/>",
562     "right" => array(
563 fmichon 1411 "dossier_autorisation_type", "dossier_autorisation_type_tab",
564     "dossier_autorisation_type_detaille",
565     "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
566     "dossier_instruction_type_tab",
567     ),
568     );
569     //
570     $links[] = array(
571     "href" => "../scr/tab.php?obj=dossier_autorisation_type",
572     "class" => "dossier_autorisation_type",
573     "title" => _("type DA"),
574     "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
575     "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
576     );
577     //
578     $links[] = array(
579     "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
580     "class" => "dossier_autorisation_type_detaille",
581     "title" => _("type DA detaille"),
582     "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
583     "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
584     );
585     //
586     $links[] = array(
587     "href" => "../scr/tab.php?obj=dossier_instruction_type",
588     "class" => "dossier_instruction_type",
589     "title" => _("type DI"),
590     "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
591     "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
592     );
593     $links[] = array(
594     "class" => "category",
595 fmichon 1422 "title" => _("demandes"),
596 fmichon 1411 "right" => array(
597     "demande_type",
598     "demande_type_tab", "demande_nature", "demande_nature_tab",
599     ),
600     );
601     //
602     $links[] = array(
603     "title" => "<hr/>",
604     "right" => array(
605     "demande_type",
606     "demande_type_tab", "demande_nature", "demande_nature_tab",
607     ),
608     );
609     //
610     $links[] = array(
611     "href" => "../scr/tab.php?obj=demande_nature",
612     "class" => "demande_nature",
613     "title" => _("nature demande"),
614     "right" => array("demande_nature", "demande_nature_tab", ),
615     "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
616     );
617     //
618     $links[] = array(
619     "href" => "../scr/tab.php?obj=demande_type",
620     "class" => "demande_type",
621     "title" => _("type demande"),
622     "right" => array("demande_type", "demande_type_tab",),
623     "open" => array("tab.php|demande_type", "form.php|demande_type", ),
624     );
625     //
626     $links[] = array(
627     "class" => "category",
628     "title" => _("workflows"),
629     "right" => array(
630     "action", "action_tab", "etat",
631     "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
632     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
633     ),
634     );
635     //
636     $links[] = array(
637     "title" => "<hr/>",
638     "right" => array(
639     "action", "action_tab", "etat",
640     "etat_tab", "evenement", "evenement_tab", "bible", "bible_tab", "avis_decision",
641     "avis_decision_tab", "avis_consultation", "avis_consultation_tab",
642     ),
643     );
644     //
645     $links[] = array(
646     "href" => "../scr/tab.php?obj=etat",
647     "class" => "workflow-etat",
648     "title" => _("etat"),
649     "right" => array("etat", "etat_tab", ),
650     "open" => array("tab.php|etat", "form.php|etat", ),
651     );
652     //
653     $links[] = array(
654     "href" => "../scr/tab.php?obj=action",
655     "class" => "action",
656     "title" => _("action"),
657     "right" => array("action", "action_tab", ),
658     "open" => array("tab.php|action", "form.php|action", ),
659     );
660     //
661     $links[] = array(
662     "href" => "../scr/tab.php?obj=evenement",
663     "class" => "evenement",
664     "title" => _("evenement"),
665     "right" => array("evenement", "evenement_tab", ),
666     "open" => array("tab.php|evenement", "form.php|evenement", ),
667     );
668     //
669     $links[] = array(
670     "href" => "../scr/tab.php?obj=bible",
671     "class" => "bible",
672     "title" => _("bible"),
673     "right" => array("bible", "bible_tab", ),
674     "open" => array("tab.php|bible", "form.php|bible", ),
675     );
676     //
677     $links[] = array(
678     "href" => "../scr/tab.php?obj=avis_decision",
679     "class" => "avis_decision",
680     "title" => _("avis decision"),
681     "right" => array("avis_decision", "avis_decision_tab", ),
682     "open" => array("tab.php|avis_decision", "form.php|avis_decision", ),
683     );
684     //
685     $rubrik['links'] = $links;
686     //
687     $menu[] = $rubrik;
688     // }}}
689    
690     // {{{ Rubrique PARAMETRAGE
691     //
692     $rubrik = array(
693 fmichon 380 "title" => _("parametrage"),
694 atreal 306 "class" => "parametrage",
695     "right" => "menu_parametrage",
696 fraynaud 3 );
697 fmichon 380 //
698 fraynaud 3 $links = array();
699 fmichon 380 //
700     // GENERAUX
701     $links[] = array(
702     "href" => "../scr/form.php?obj=dossier_numeromanuel",
703     "class" => "traitement",
704     "title" => _("numero manuel"),
705     "right" => "dossier_numeromanuel",
706     "open" => "|dossier_numeromanuel",
707     );
708     //
709     $links[] = array(
710     "href" => "../app/num_dossier.php",
711     "class" => "traitement",
712     "title" => _("remise a 0"),
713     "right" => "num_dossier",
714     "open" => "num_dossier.php|",
715     );
716     //
717     $links[] = array(
718     "title" => "<hr/>",
719     "right" => array(
720 fmichon 854 "architecte", "architecte_tab",
721 vpihour 490 "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
722 fmichon 380 "destination", "destination_tab", "nature", "nature_tab", "rivoli",
723     "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
724     ),
725     );
726     //
727     $links[] = array(
728     "href" => "../scr/tab.php?obj=architecte",
729     "class" => "architecte",
730     "title" => _("architecte"),
731     "right" => array("architecte", "architecte_tab", ),
732     "open" => array("tab.php|architecte", "form.php|architecte", ),
733     );
734 fmichon 955
735 fmichon 380 //
736     $links[] = array(
737     "href" => "../scr/tab.php?obj=travaux",
738     "class" => "travaux",
739     "title" => _("travaux"),
740     "right" => array("travaux", "travaux_tab", ),
741     "open" => array("tab.php|travaux", "form.php|travaux", ),
742     );
743     //
744     $links[] = array(
745     "href" => "../scr/tab.php?obj=categorie_demandeur",
746     "class" => "categorie_demandeur",
747     "title" => _("categorie_demandeur"),
748     "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),
749     "open" => array(
750     "tab.php|categorie_demandeur", "form.php|categorie_demandeur",
751     ),
752     );
753     //
754     $links[] = array(
755     "href" => "../scr/tab.php?obj=destination",
756     "class" => "destination",
757     "title" => _("destination"),
758     "right" => array("destination", "destination_tab", ),
759     "open" => array("tab.php|destination", "form.php|destination", ),
760     );
761     //
762     $links[] = array(
763     "href" => "../scr/tab.php?obj=rivoli",
764     "class" => "rivoli",
765     "title" => _("rivoli"),
766     "right" => array("rivoli", "rivoli_tab", ),
767     "open" => array("tab.php|rivoli", "form.php|rivoli", ),
768     );
769     //
770     $links[] = array(
771     "href" => "../scr/tab.php?obj=civilite",
772     "class" => "civilite",
773     "title" => _("civilite"),
774     "right" => array("civilite", "civilite_tab", ),
775     "open" => array("tab.php|civilite", "form.php|civilite", ),
776     );
777 vpihour 821 //
778     $links[] = array(
779 fmichon 380 "class" => "category",
780 nhaye 521 "title" => _("Organisation"),
781 fmichon 853 "right" => array(
782     "direction", "direction_tab", "division", "division_tab", "instructeur",
783 fmichon 955 "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
784 vpihour 1226 "signataire_arrete", "signataire_arrete_tab",
785 fmichon 853 ),
786 nhaye 521 );
787     $links[] = array(
788     "title" => "<hr/>",
789 fmichon 853 "right" => array(
790     "direction", "direction_tab", "division", "division_tab", "instructeur",
791 fmichon 955 "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
792 vpihour 1226 "signataire_arrete", "signataire_arrete_tab",
793 fmichon 853 ),
794 nhaye 521 );
795     //
796     $links[] = array(
797 fmichon 866 "href" => "../scr/tab.php?obj=genre",
798     "class" => "genre",
799     "title" => _("genre"),
800     "right" => array("genre", "genre_tab", ),
801     "open" => array("tab.php|genre", "form.php|genre", ),
802     );
803     //
804     $links[] = array(
805 fmichon 853 "href" => "../scr/tab.php?obj=groupe",
806     "class" => "groupe",
807     "title" => _("groupe"),
808     "right" => array("groupe", "groupe_tab", ),
809     "open" => array("tab.php|groupe", "form.php|groupe", ),
810     );
811     //
812     $links[] = array(
813 nhaye 521 "href" => "../scr/tab.php?obj=direction",
814     "class" => "direction",
815     "title" => _("direction"),
816     "right" => array("direction", "direction_tab", ),
817     "open" => array("tab.php|direction", "form.php|direction", ),
818     );
819     //
820     $links[] = array(
821     "href" => "../scr/tab.php?obj=division",
822     "class" => "division",
823     "title" => _("division"),
824     "right" => array("division", "division_tab", ),
825     "open" => array("tab.php|division", "form.php|division", ),
826     );
827     //
828     $links[] = array(
829     "href" => "../scr/tab.php?obj=instructeur",
830     "class" => "instructeur",
831     "title" => _("instructeur"),
832     "right" => array("instructeur", "instructeur_tab", ),
833     "open" => array("tab.php|instructeur", "form.php|instructeur", ),
834     );
835     //
836     $links[] = array(
837 vpihour 1226 "href" => "../scr/tab.php?obj=signataire_arrete",
838     "class" => "signataire_arrete",
839     "title" => _("signataire arrete"),
840     "right" => array("signataire_arrete", "signataire_arrete", ),
841     "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
842     );
843     //
844     $links[] = array(
845 nhaye 521 "class" => "category",
846 fmichon 1026 "title" => _("gestion des commissions"),
847     "right" => array(
848     "comission_type", "comission_type_tab",
849     ),
850     );
851     //
852     $links[] = array(
853     "title" => "<hr/>",
854     "right" => array(
855     "comission_type", "comission_type_tab",
856     ),
857     );
858     //
859     $links[] = array(
860     "href" => "../scr/tab.php?obj=commission_type",
861     "class" => "commission-type",
862     "title" => _("commission_type"),
863     "right" => array("commission_type", "commission_type_tab", ),
864     "open" => array("tab.php|commission_type", "form.php|commission_type", ),
865     );
866     //
867     $links[] = array(
868     "class" => "category",
869 fmichon 854 "title" => _("gestion des consultations"),
870 fmichon 853 "right" => array(
871 fmichon 854 "avis_consultation", "avis_consultation_tab", "service", "service_tab",
872     "service_categorie", "service_categorie_tab",
873     "lien_service_service_categorie", "lien_service_service_categorie_tab",
874     ),
875     );
876     //
877     $links[] = array(
878     "title" => "<hr/>",
879     "right" => array(
880     "avis_consultation", "avis_consultation_tab", "service", "service_tab",
881     "service_categorie", "service_categorie_tab",
882     "lien_service_service_categorie", "lien_service_service_categorie_tab",
883     ),
884     );
885     //
886     $links[] = array(
887     "href" => "../scr/tab.php?obj=avis_consultation",
888     "class" => "avis_consultation",
889     "title" => _("avis consultation"),
890     "right" => array("avis_consultation", "avis_consultation_tab", ),
891     "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
892     );
893     //
894     $links[] = array(
895     "href" => "../scr/tab.php?obj=service",
896     "class" => "service",
897     "title" => _("service"),
898     "right" => array("service", "service_tab", ),
899     "open" => array("tab.php|service", "form.php|service", ),
900     );
901     $links[] = array(
902     "href" => "../scr/tab.php?obj=service_categorie",
903     "class" => "service_categorie",
904     "title" => _("thematique des services"),
905     "right" => array("service_categorie", "service_categorie_tab", ),
906     "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
907     );
908     $links[] = array(
909     "href" => "../scr/tab.php?obj=lien_service_service_categorie",
910     "class" => "lien_service_service_categorie",
911     "title" => _("Lien service / thematique"),
912     "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
913     "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
914     );
915     //
916     $links[] = array(
917     "class" => "category",
918 fmichon 955 "title" => _("Gestion des dossiers"),
919     "right" => array(
920     "dossier_autorisation_type", "dossier_autorisation_type_tab",
921     "dossier_autorisation_type_detaille",
922     "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
923     "dossier_instruction_type_tab",
924     "lien_evenement_dossier_autorisation_type",
925     "lien_evenement_dossier_autorisation_type_tab",
926     "autorite_competente", "autorite_competente_tab",
927     "affectation_automatique", "affectation_automatique_tab",
928     ),
929     );
930     //
931     $links[] = array(
932     "title" => "<hr/>",
933     "right" => array(
934     "dossier_autorisation_type", "dossier_autorisation_type_tab",
935     "dossier_autorisation_type_detaille",
936     "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
937     "dossier_instruction_type_tab",
938     "lien_evenement_dossier_autorisation_type",
939     "lien_evenement_dossier_autorisation_type_tab",
940     "autorite_competente", "autorite_competente_tab",
941     "affectation_automatique", "affectation_automatique_tab",
942    
943     ),
944     );
945     //
946     $links[] = array(
947     "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
948     "class" => "lien_evenement_dossier_autorisation_type",
949     "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
950     "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
951     "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
952     );
953     //
954     $links[] = array(
955     "href" => "../scr/tab.php?obj=affectation_automatique",
956     "class" => "affectation_automatique",
957     "title" => _("affectation automatique"),
958     "right" => array("affectation_automatique", "affectation_automatique_tab", ),
959     "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
960     );
961     //
962     $links[] = array(
963     "href" => "../scr/tab.php?obj=autorite_competente",
964     "class" => "autorite_competente",
965     "title" => _("autorite")." "._("competente"),
966     "right" => array("autorite_competente", "autorite_competente_tab", ),
967     "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
968     );
969     //
970     $links[] = array(
971     "class" => "category",
972 fmichon 380 "title" => _("editions"),
973     "right" => array(
974     "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
975 fmichon 1357 "om_lettretype", "om_lettretype_tab", "om_requete", "om_requete_tab",
976     "om_logo", "om_logo_tab",
977 fmichon 380 ),
978     );
979     //
980     $links[] = array(
981     "title" => "<hr/>",
982     "right" => array(
983 fmichon 1357 "om_etat", "om_etat_tab", "om_lettretype", "om_lettretype_tab",
984 fmichon 380 ),
985     );
986     //
987     $links[] = array(
988     "href" => "../scr/tab.php?obj=om_etat",
989 fmichon 1357 "class" => "om_etat",
990 fmichon 380 "title" => _("om_etat"),
991     "right" => array("om_etat", "om_etat_tab", ),
992     "open" => array("tab.php|om_etat", "form.php|om_etat", ),
993     );
994     //
995     $links[] = array(
996 fmichon 1357 "href" => "../scr/tab.php?obj=om_lettretype",
997     "class" => "om_lettretype",
998     "title" => _("om_lettretype"),
999     "right" => array("om_lettretype", "om_lettretype_tab"),
1000     "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
1001     );
1002     //
1003     $links[] = array(
1004     "title" => "<hr/>",
1005     "right" => array(
1006     "om_logo", "om_logo_tab",
1007     ),
1008     );
1009     //
1010     $links[] = array(
1011     "href" => "../scr/tab.php?obj=om_logo",
1012     "class" => "om_logo",
1013     "title" => _("om_logo"),
1014     "right" => array("om_logo", "om_logo_tab", ),
1015     "open" => array("tab.php|om_logo", "form.php|om_logo", ),
1016     );
1017     //
1018     $links[] = array(
1019     "title" => "<hr/>",
1020     "right" => array(
1021     "om_sousetat", "om_sousetat_tab",
1022     "om_requete", "om_requete_tab",
1023     ),
1024     );
1025     //
1026     $links[] = array(
1027 fmichon 380 "href" => "../scr/tab.php?obj=om_sousetat",
1028 fmichon 1357 "class" => "om_sousetat",
1029 fmichon 380 "title" => _("om_sousetat"),
1030     "right" => array("om_sousetat", "om_sousetat_tab", ),
1031     "open" => array("tab.php|om_sousetat", "form.php|om_sousetat", ),
1032     );
1033     //
1034     $links[] = array(
1035 fmichon 1357 "href" => "../scr/tab.php?obj=om_requete",
1036     "class" => "om_requete",
1037     "title" => _("om_requete"),
1038     "right" => array("om_requete", "om_requete_tab", ),
1039     "open" => array("tab.php|om_requete", "form.php|om_requete", ),
1040 fmichon 380 );
1041     //
1042 fraynaud 196 $rubrik['links'] = $links;
1043 fmichon 380 //
1044     $menu[] = $rubrik;
1045     // }}}
1046 fraynaud 196
1047 fmichon 380 // {{{ Rubrique SIG
1048     //
1049 fraynaud 196 $rubrik = array(
1050 fmichon 380 "title" => _("sig"),
1051 fraynaud 196 "class" => "sig",
1052     "right" => "menu_sig",
1053 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1054 fraynaud 196 );
1055 fmichon 380 //
1056 fraynaud 196 $links = array();
1057 fmichon 380 //
1058     $links[] = array(
1059     "href" => "../scr/tab.php?obj=parcelle",
1060     "class" => "parcelle",
1061     "title" => _("parcelle"),
1062     "right" => array("parcelle", "parcelle_tab"),
1063     "open" => array("tab.php|parcelle", "form.php|parcelle", ),
1064 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1065 fmichon 380 );
1066     //
1067     $links[] = array(
1068     "href" => "../scr/tab.php?obj=proprietaire",
1069     "class" => "proprietaire",
1070     "title" => _("proprietaire"),
1071     "right" => array("proprietaire", "proprietaire_tab"),
1072     "open" => array("tab.php|proprietaire", "form.php|proprietaire", ),
1073 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1074 fmichon 380 );
1075     //
1076     $links[] = array(
1077     "class" => "category",
1078     "title" => _("servitudes"),
1079     "right" => array(
1080     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
1081     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1082     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1083     ),
1084 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1085 fmichon 380 );
1086     //
1087     $links[] = array(
1088     "title" => "<hr/>",
1089     "right" => array(
1090     "pos", "pos_tab", "servitude_surfacique", "servitude_surfacique_tab",
1091     "servitude_ligne", "servitude_ligne_tab", "servitude_point",
1092     "servitude_point_tab", "parcelle_lot", "parcelle_lot_tab",
1093     ),
1094 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1095 fmichon 380 );
1096     //
1097     $links[] = array(
1098     "href" => "../scr/tab.php?obj=pos",
1099     "class" => "pos",
1100     "title" => _("pos"),
1101     "right" => array("pos", "pos_tab"),
1102     "open" => array("tab.php|pos", "form.php|pos", ),
1103 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1104 fmichon 380 );
1105     //
1106     $links[] = array(
1107     "href" => "../scr/tab.php?obj=servitude_surfacique",
1108     "class" => "servitude_surfacique",
1109     "title" => _("servitude_surfacique"),
1110     "right" => array("servitude_surfacique", "servitude_surfacique_tab"),
1111     "open" => array(
1112     "tab.php|servitude_surfacique", "form.php|servitude_surfacique",
1113     ),
1114 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1115 fmichon 380 );
1116     //
1117     $links[] = array(
1118     "href" => "../scr/tab.php?obj=servitude_ligne",
1119     "class" => "servitude_ligne",
1120     "title" => _("servitude_ligne"),
1121     "right" => array("servitude_ligne", "servitude_ligne_tab"),
1122     "open" => array("tab.php|servitude_ligne", "form.php|servitude_ligne", ),
1123 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1124 fmichon 380 );
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 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1133 fmichon 380 );
1134     //
1135     $links[] = array(
1136     "href" => "../scr/tab.php?obj=parcelle_lot",
1137     "class" => "parcelle_lot",
1138     "title" => _("parcelle_lot"),
1139     "right" => array("parcelle_lot", "parcelle_lot_tab"),
1140     "open" => array("tab.php|parcelle_lot", "form.php|parcelle_lot", ),
1141 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1142 fmichon 380 );
1143     //
1144 fraynaud 3 $rubrik['links'] = $links;
1145 fmichon 380 //
1146     $menu[] = $rubrik;
1147     // }}}
1148 fraynaud 3
1149     // {{{ Rubrique ADMINISTRATION
1150     //
1151     $rubrik = array(
1152 fmichon 380 "title" => _("administration"),
1153 fraynaud 3 "class" => "administration",
1154     "right" => "menu_administration",
1155     );
1156     //
1157     $links = array();
1158 fmichon 380 //
1159     $links[] = array(
1160     "href" => "../scr/tab.php?obj=om_collectivite",
1161     "class" => "collectivite",
1162     "title" => _("om_collectivite"),
1163     "right" => array("om_collectivite", "om_collectivite_tab", ),
1164     "open" => array("tab.php|om_collectivite", "form.php|om_collectivite", ),
1165     );
1166     //
1167     $links[] = array(
1168     "href" => "../scr/tab.php?obj=om_parametre",
1169     "class" => "parametre",
1170     "title" => _("om_parametre"),
1171     "right" => array("om_parametre", "om_parametre_tab", ),
1172     "open" => array("tab.php|om_parametre", "form.php|om_parametre", ),
1173     );
1174     //
1175     $links[] = array(
1176     "class" => "category",
1177     "title" => _("gestion des utilisateurs"),
1178     "right" => array(
1179     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
1180     "om_droit", "om_droit_tab", "directory",
1181     ),
1182     );
1183     //
1184     $links[] = array(
1185     "title" => "<hr/>",
1186     "right" => array(
1187     "om_utilisateur", "om_utilisateur_tab", "om_profil", "om_profil_tab",
1188     "om_droit", "om_droit_tab",
1189     ),
1190     );
1191     //
1192     $links[] = array(
1193     "href" => "../scr/tab.php?obj=om_profil",
1194     "class" => "profil",
1195     "title" => _("om_profil"),
1196     "right" => array("om_profil", "om_profil_tab", ),
1197     "open" => array("tab.php|om_profil", "form.php|om_profil", ),
1198     );
1199     //
1200     $links[] = array(
1201     "href" => "../scr/tab.php?obj=om_droit",
1202     "class" => "droit",
1203     "title" => _("om_droit"),
1204     "right" => array("om_droit", "om_droit_tab", ),
1205     "open" => array("tab.php|om_droit", "form.php|om_droit", ),
1206     );
1207     //
1208     $links[] = array(
1209     "href" => "../scr/tab.php?obj=om_utilisateur",
1210     "class" => "utilisateur",
1211     "title" => _("om_utilisateur"),
1212     "right" => array("om_utilisateur", "om_utilisateur_tab", ),
1213     "open" => array("tab.php|om_utilisateur", "form.php|om_utilisateur", ),
1214     );
1215     //
1216     $links[] = array(
1217     "title" => "<hr/>",
1218     "right" => array("directory", ),
1219     "parameters" => array("isDirectoryOptionEnabled" => true, ),
1220     );
1221     //
1222     $links[] = array(
1223     "href" => "../scr/directory.php",
1224     "class" => "directory",
1225     "title" => _("annuaire"),
1226     "right" => array("directory", ),
1227     "open" => array("directory.php|", ),
1228     "parameters" => array("isDirectoryOptionEnabled" => true, ),
1229     );
1230     //
1231     $links[] = array(
1232     "class" => "category",
1233     "title" => _("tableaux de bord"),
1234 fmichon 656 "right" => array(
1235     "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1236     ),
1237 fmichon 380 );
1238     //
1239     $links[] = array(
1240     "title" => "<hr/>",
1241 fmichon 656 "right" => array(
1242     "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1243     ),
1244 fmichon 380 );
1245     //
1246     $links[] = array(
1247     "href" => "../scr/tab.php?obj=om_widget",
1248     "class" => "om_widget",
1249 fmichon 656 "title" => _("om_widget"),
1250 fmichon 380 "right" => array("om_widget", "om_widget_tab", ),
1251     "open" => array("tab.php|om_widget", "form.php|om_widget", ),
1252     );
1253     //
1254     $links[] = array(
1255 fmichon 656 "href" => "../scr/tab.php?obj=om_dashboard",
1256     "class" => "om_dashboard",
1257     "title" => _("om_dashboard"),
1258     "right" => array( ),
1259     "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
1260     );
1261     //
1262     $links[] = array(
1263 fmichon 380 "class" => "category",
1264     "title" => _("sig"),
1265     "right" => array(
1266     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1267     ),
1268 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1269 fmichon 380 );
1270     //
1271     $links[] = array(
1272     "title" => "<hr/>",
1273     "right" => array(
1274     "om_sig_map", "om_sig_map_tab", "om_sig_wms", "om_sig_wms_tab",
1275     ),
1276 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1277 fmichon 380 );
1278     //
1279     $links[] = array(
1280     "href" => "../scr/tab.php?obj=om_sig_map",
1281     "class" => "om_sig_map",
1282     "title" => _("om_sig_map"),
1283     "right" => array("om_sig_map", "om_sig_map_tab", ),
1284     "open" => array("tab.php|om_sig_map", "form.php|om_sig_map", ),
1285 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1286 fmichon 380 );
1287     //
1288     $links[] = array(
1289     "href" => "../scr/tab.php?obj=om_sig_wms",
1290     "class" => "om_sig_wms",
1291     "title" => _("om_sig_wms"),
1292     "right" => array("om_sig_wms", "om_sig_wms_tab", ),
1293     "open" => array("tab.php|om_sig_wms", "form.php|om_sig_wms", ),
1294 fmichon 1416 "parameters" => array("option_localisation" => "sig_interne", ),
1295 fmichon 380 );
1296     //
1297     $links[] = array(
1298     "class" => "category",
1299     "title" => _("options avancees"),
1300     "right" => array("import", "gen", ),
1301     );
1302     //
1303     $links[] = array(
1304     "title" => "<hr/>",
1305     "right" => array("import", ),
1306     );
1307     //
1308     $links[] = array(
1309     "href" => "../scr/import.php",
1310     "class" => "import",
1311     "title" => _("Import"),
1312     "right" => array("import", ),
1313     "open" => array("import.php|", ),
1314     );
1315     //
1316     $links[] = array(
1317     "title" => "<hr/>",
1318     "right" => array("gen", ),
1319     );
1320     //
1321     $links[] = array(
1322     "title" => _("Generateur"),
1323     "href" => "../scr/gen.php",
1324     "class" => "generator",
1325     "right" => array("gen", ),
1326     "open" => array(
1327     "gen.php|","genauto.php|", "gensup.php|", "genfull.php|",
1328     "genetat.php|", "gensousetat.php|", "genlettretype.php|",
1329     "genimport.php|",
1330     ),
1331     );
1332     //
1333 fraynaud 3 $rubrik['links'] = $links;
1334 fmichon 380 //
1335     $menu[] = $rubrik;
1336 fraynaud 3 // }}}
1337    
1338     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26