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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26