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

Legend:
Removed from v.380  
changed lines
  Added in v.1528

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26