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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1667 - (show annotations)
Mon Apr 15 07:45:17 2013 UTC (11 years, 9 months ago) by fmichon
File size: 42363 byte(s)
Homogénéisation de la rubrique suivi

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26