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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.496  
changed lines
  Added in v.1686

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26