/[openfoncier]/branches/3.14.x/dyn/menu.inc.php
ViewVC logotype

Contents of /branches/3.14.x/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1383 - (show annotations)
Wed Mar 13 13:57:29 2013 UTC (11 years, 10 months ago) by fmichon
Original Path: trunk/dyn/menu.inc.php
File size: 39771 byte(s)
Nettoyage du menu et réognaisation

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26