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

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

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

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

Legend:
Removed from v.315  
changed lines
  Added in v.854

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26