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

Legend:
Removed from v.70  
changed lines
  Added in v.1139

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26