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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1663 - (hide annotations)
Fri Apr 12 17:08:33 2013 UTC (11 years, 9 months ago) by fmichon
File size: 42562 byte(s)
Homogénéisation des titres de page + Suppression des colonnes arrondissements et délai de notification + Ajout de l'instructeur et de la division dans l'écran de recherche des dossier d'instruction

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26