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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2135 - (show annotations)
Wed Aug 7 10:26:55 2013 UTC (11 years, 6 months ago) by vpihour
File size: 43581 byte(s)
Ajout de l'icône aux menus "dossier autorisation"

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26