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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 571 - (show annotations)
Wed Oct 31 15:16:42 2012 UTC (12 years, 3 months ago) by nhaye
File size: 24041 byte(s)
Modification du code suite à la modification des nom de fichiers précédement commités.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26