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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1222 - (show annotations)
Tue Jan 15 12:03:38 2013 UTC (12 years ago) by nhaye
File size: 36351 byte(s)
Ajout de commentaires, suppression du debug et correction de bug. 

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26