/[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 624 by vpihour, Wed Nov 7 16:08:06 2012 UTC revision 854 by fmichon, Wed Nov 28 15:20:52 2012 UTC
# Line 9  Line 9 
9    
10  //  //
11  $menu = array();  $menu = array();
12    
13    // {{{ Rubrique AUTORISATION
14    //
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  // {{{ Rubrique APPLICATION  
28    // {{{ Rubrique GUICHET UNIQUE
29  //  //
30  $rubrik = array(  $rubrik = array(
31      "title" => _("Guichet Unique"),      "title" => _("Guichet Unique"),
32      "class" => "demande_type",      "class" => "guichet_unique",
33      "right" => "menu_guichet_unique",      "right" => "menu_guichet_unique",
34  );  );
35  //  //
# Line 22  $links = array(); Line 37  $links = array();
37  //  //
38  $links[] = array(  $links[] = array(
39      "class" => "category",      "class" => "category",
40      "title" => _("Demandes"),      "title" => _("demandes"),
41      "right" => array("demande_nouveau_dossier", "demande_dossier_existant"),      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
42                         "demande_dossier_existant","demande_dossier_existant_tab",),
43  );  );
44  $links[] = array(  $links[] = array(
45      "title" => "<hr/>",      "title" => "<hr/>",
46      "right" => array("demande_nouveau_dossier", "demande_dossier_existant"),      "right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab",
47                         "demande_dossier_existant","demande_dossier_existant_tab",),
48  );  );
49  $links[] = array(  $links[] = array(
50      "href" => "../scr/tab.php?obj=demande",      "href" => "../scr/form.php?obj=demande&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",
51      "class" => "demande",      "class" => "demande",
52      "title" => _("Nouveau Dossier"),      "title" => _("nouveau dossier"),
53      "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),      "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),
54      "open" => array("tab.php|demande_nouveau_dossier", "form.php|demande_nouveau_dossier", ),      "open" => array("form.php|demande"),
55  );  );
56  $links[] = array(  $links[] = array(
57      "href" => "../scr/tab.php?obj=demande",      "href" => "../scr/tab.php?obj=dossier_autorisation",
58      "class" => "demande",      "class" => "demande_dossier_existant",
59      "title" => _("Dossier Existant"),      "title" => _("dossier existant"),
60      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),      "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),
61      "open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant", ),      "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation"),
62  );  );
63  //  //
64  $links[] = array(  $links[] = array(
65      "class" => "category",      "class" => "category",
66      "title" => _("Affichage des dossiers"),      "title" => _("Affichage des dossiers"),
67      "right" => array("edition", "attestation_affichage"),      "right" => array("edition_m","attestation_affichage","attestation_affichage_tab",),
68  );  );
69  $links[] = array(  $links[] = array(
70      "title" => "<hr/>",      "title" => "<hr/>",
71      "right" => array("edition", "attestation_affichage"),      "right" => array("edition", "attestation_affichage"),
72  );  );
73  $links[] = array(  $links[] = array(
74      "href" => "../app/edition_affichage.php",      "href" => "../app/edition_m.php",
75      "class" => "edition",      "class" => "edition",
76      "title" => _("Edition"),      "title" => _("edition"),
77      "right" => array("edition", "edition_tab", ),      "right" => "edition_m",
78      "open" => array("tab.php|edition", "form.php|edition", ),      "open" => "edition_m.php|",
79  );  );
80  $links[] = array(  $links[] = array(
81      "href" => "../app/attestation_affichage.php",      "href" => "../app/attestation_affichage.php",
82      "class" => "attestation_affichage",      "class" => "attestation_affichage",
83      "title" => _("Attestation d'affichage"),      "title" => _("attestation d'affichage"),
84      "right" => array("attestation_affichage", "attestation_affichage_tab", ),      "right" => array("attestation_affichage", "attestation_affichage_tab", ),
85      "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),      "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),
86  );  );
# Line 89  $rubrik['links'] = $links; Line 106  $rubrik['links'] = $links;
106  //  //
107  $menu[] = $rubrik;  $menu[] = $rubrik;
108  // }}}  // }}}
109  // {{{ Rubrique APPLICATION  
110    // {{{ Rubrique INSTRUCTION
111  //  //
112  $rubrik = array(  $rubrik = array(
113      "title" => _("instruction"),      "title" => _("instruction"),
# Line 98  $rubrik = array( Line 116  $rubrik = array(
116  );  );
117  //  //
118  $links = array();  $links = array();
119  //  // Catégorie DOSSIERS D'INSTRUCTION
120  $links[] = array(  $links[] = array(
121      "href" => "../scr/tab.php?obj=PC",      "class" => "category",
122      "class" => "dossier",      "title" => _("dossiers d'instruction"),
123      "title" => _("PC"),      "right" => array(
124      "right" => array("PC", "PC_tab", ),          "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
125      "open" => array("tab.php|PC", "form.php|PC", ),          "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(  $links[] = array(
133      "href" => "../scr/tab.php?obj=DP",      "title" => "<hr/>",
134      "class" => "dossier",      "right" => array(
135      "title" => _("DP"),          "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
136      "right" => array("DP", "DP_tab", ),          "dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab",
137      "open" => array("tab.php|DP", "form.php|DP", ),      ),
138  );  );
139  //  //
140  $links[] = array(  $links[] = array(
141      "href" => "../scr/tab.php?obj=PD",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_encours",
142      "class" => "dossier",      "class" => "dossier_instruction_mes_encours",
143      "title" => _("PD"),      "title" => _("mes encours"),
144      "right" => array("PD", "PD_tab", ),      "right" => array("dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", ),
145      "open" => array("tab.php|PD", "form.php|PD", ),      "open" => array("tab.php|dossier_instruction_mes_encours", "form.php|dossier_instruction_mes_encours", ),
146  );  );
147  //  //
148  $links[] = array(  $links[] = array(
149      "href" => "../scr/tab.php?obj=PA",      "href" => "../scr/tab.php?obj=dossier_instruction_tous_encours",
150      "class" => "dossier",      "class" => "dossier_instruction_tous_encours",
151      "title" => _("PA"),      "title" => _("tous les encours"),
152      "right" => array("PA", "PA_tab", ),      "right" => array("dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", ),
153      "open" => array("tab.php|PA", "form.php|PA", ),      "open" => array("tab.php|dossier_instruction_tous_encours", "form.php|dossier_instruction_tous_encours", ),
154  );  );
155  //  //
156  $links[] = array(  $links[] = array(
157      "title" => "<hr/>",      "title" => "<hr/>",
158      "right" => array(      "right" => array(
159          "PC_accueil", "PC_accueil_tab", "DP_accueil", "DP_accueil_tab",          "dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab",
160          "PD_accueil", "PD_accueil_tab", "PA_accueil", "PA_accueil_tab",          "dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab",
161      ),      ),
162  );  );
163  //  //
164  $links[] = array(  $links[] = array(
165      "href" => "../scr/tab.php?obj=PC_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures",
166      "class" => "dossier",      "class" => "dossier_instruction_mes_clotures",
167      "title" => _("PC - accueil"),      "title" => _("mes clotures"),
168      "right" => array("PC_accueil", "PC_accueil_tab", ),      "right" => array("dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", ),
169      "open" => array("tab.php|PC_accueil", "form.php|PC_accueil", ),      "open" => array("tab.php|dossier_instruction_mes_clotures", "form.php|dossier_instruction_mes_clotures", ),
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=DP_accueil",  
     "class" => "dossier",  
     "title" => _("DP - accueil"),  
     "right" => array("DP_accueil", "DP_accueil_tab", ),  
     "open" => array("tab.php|DP_accueil", "form.php|DP_accueil", ),  
170  );  );
171  //  //
172  $links[] = array(  $links[] = array(
173      "href" => "../scr/tab.php?obj=PD_accueil",      "href" => "../scr/tab.php?obj=dossier_instruction_tous_clotures",
174      "class" => "dossier",      "class" => "dossier_instruction_tous_clotures",
175      "title" => _("PD - accueil"),      "title" => _("tous les clotures"),
176      "right" => array("PD_accueil", "PD_accueil_tab", ),      "right" => array("dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", ),
177      "open" => array("tab.php|PD_accueil", "form.php|PD_accueil", ),      "open" => array("tab.php|dossier_instruction_tous_clotures", "form.php|dossier_instruction_tous_clotures", ),
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=PA_accueil",  
     "class" => "dossier",  
     "title" => _("PA - accueil"),  
     "right" => array("PA_accueil", "PA_accueil_tab", ),  
     "open" => array("tab.php|PA_accueil", "form.php|PA_accueil", ),  
178  );  );
179  //  //
180  $links[] = array(  $links[] = array(
# Line 186  $links[] = array( Line 192  $links[] = array(
192  //  //
193  $links[] = array(  $links[] = array(
194      "title" => "<hr/>",      "title" => "<hr/>",
195      "right" => array("recherchedossier", ),      "right" => array(
196            "dossier_instruction", "dossier_instruction_tab",
197        ),
198  );  );
199  //  //
200  $links[] = array(  $links[] = array(
201      "href" => "../app/recherchedossier.php",      "href" => "../scr/tab.php?obj=dossier_instruction",
202      "class" => "dossier",      "class" => "dossier_instruction",
203      "title" => _("Recherche dossier"),      "title" => _("recherche"),
204      "right" => "recherchedossier",      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
205      "open" => "recherchedossier.php|",      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
206  );  );
207    // Catégorie CONSULTATIONS
208  $links[] = array(  $links[] = array(
209      "class" => "category",      "class" => "category",
210      "title" => _("Consultation"),      "title" => _("consultations"),
211      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
212  );  );
213  $links[] = array(  $links[] = array(
214      "title" => "<hr/>",      "title" => "<hr/>",
215      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
216  );  );
217  $links[] = array(  $links[] = array(
218      "href" => "../scr/tab.php?obj=consultation_mes_retours",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
# Line 219  $links[] = array( Line 228  $links[] = array(
228      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
229      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
230  );  );
231    // Catégorie MESSAGES
   
232  $links[] = array(  $links[] = array(
233      "class" => "category",      "class" => "category",
234      "title" => _("Messages"),      "title" => _("Messages"),
235      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
236  );  );
237    //
238  $links[] = array(  $links[] = array(
239      "title" => "<hr/>",      "title" => "<hr/>",
240      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
241  );  );
242    //
243  $links[] = array(  $links[] = array(
244      "href" => "../scr/tab.php?obj=messages_mes_retours",      "href" => "../scr/tab.php?obj=messages_mes_retours",
245      "class" => "messages_mes_retours",      "class" => "messages_mes_retours",
# Line 237  $links[] = array( Line 247  $links[] = array(
247      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
248      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
249  );  );
250    //
251  $links[] = array(  $links[] = array(
252      "href" => "../scr/tab.php?obj=messages_tous_retours",      "href" => "../scr/tab.php?obj=messages_tous_retours",
253      "class" => "messages_tous_retours",      "class" => "messages_tous_retours",
# Line 250  $rubrik['links'] = $links; Line 261  $rubrik['links'] = $links;
261  //  //
262  $menu[] = $rubrik;  $menu[] = $rubrik;
263  // }}}  // }}}
264  // {{{ Rubrique Demandes d'avis  
265    // {{{ Rubrique SUIVI
266  //  //
267  $rubrik = array(  $rubrik = array(
268      "title" => _("Suivi"),      "title" => _("Suivi"),
269      "class" => "suivi",      "class" => "suivi",
270      "right" => "menu_suivi",      "right" => "menu_suivi",
271  );  );
272    //
273  $links = array();  $links = array();
274  //  //
275  $links[] = array(  $links[] = array(
# Line 271  $rubrik['links'] = $links; Line 284  $rubrik['links'] = $links;
284  //  //
285  $menu[] = $rubrik;  $menu[] = $rubrik;
286  // }}}  // }}}
287  // {{{ Rubrique Demandes d'avis  
288    // {{{ Rubrique DEMANDES D'AVIS
289  //  //
290  $rubrik = array(  $rubrik = array(
291      "title" => _("Demandes d'avis"),      "title" => _("Demandes d'avis"),
# Line 298  $links[] = array( Line 312  $links[] = array(
312  );  );
313    
314  $links[] = array(  $links[] = array(
315      "href" => "../scr/tab.php?obj=demande_avis_export",      "href" => "../scr/tab.php?obj=demande_avis",
316      "class" => "demande_avis_export",      "class" => "demande_avis",
317      "title" => _("Exports"),      "title" => _("Exports"),
318      "right" => array("demande_avis_export", "demande_avis_export_tab", ),      "right" => array("demande_avis", "demande_avis_tab", ),
319      "open" => array("tab.php|demande_avis_export", "form.php|demande_avis_export", ),      "open" => array("tab.php|demande_avis", "form.php|demande_avis", ),
320  );  );
321    
322  //  //
# Line 419  $links[] = array( Line 433  $links[] = array(
433  $links[] = array(  $links[] = array(
434      "title" => "<hr/>",      "title" => "<hr/>",
435      "right" => array(      "right" => array(
436          "architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab",          "architecte", "architecte_tab",
437          "lien_localisation_nature", "lien_localisation_nature_tab",          "lien_localisation_nature", "lien_localisation_nature_tab",
438           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
439          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
440          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
441            "dossier_autorisation","dossier_autorisation_tab",
442            "dossier_autorisation_type","dossier_autorisation_type_tab",
443            "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",
444            "dossier_instruction_type","dossier_instruction_type_tab",
445            "lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab",
446            "autorite_competente","autorite_competente_tab",
447      ),      ),
448  );  );
449  //  //
# Line 436  $links[] = array( Line 456  $links[] = array(
456  );  );
457  //  //
458  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=service",  
     "class" => "service",  
     "title" => _("service"),  
     "right" => array("service", "service_tab", ),  
     "open" => array("tab.php|service", "form.php|service", ),  
 );  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=service_categorie",  
     "class" => "service_categorie",  
     "title" => _("thematique des services"),  
     "right" => array("service_categorie", "service_categorie_tab", ),  
     "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),  
 );  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=lien_service_service_categorie",  
     "class" => "lien_service_service_categorie",  
     "title" => _("Lien service / thematique"),  
     "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),  
     "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=instructeur",  
     "class" => "instructeur",  
     "title" => _("instructeur"),  
     "right" => array("instructeur", "instructeur_tab", ),  
     "open" => array("tab.php|instructeur", "form.php|instructeur", ),  
 );  
 //  
 $links[] = array(  
459      "href" => "../scr/tab.php?obj=lien_localisation_nature",      "href" => "../scr/tab.php?obj=lien_localisation_nature",
460      "class" => "lien_localisation_nature",      "class" => "lien_localisation_nature",
461      "title" => _("Lien instructeur / localisation / type de dossier"),      "title" => _("Lien instructeur / localisation / type de dossier"),
# Line 532  $links[] = array( Line 522  $links[] = array(
522  );  );
523  //  //
524  $links[] = array(  $links[] = array(
525        "href" => "../scr/tab.php?obj=dossier_autorisation",
526        "class" => "dossier_autorisation",
527        "title" => _("dossier")." ".("autorisation"),
528        "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        "class" => "dossier_autorisation_type",
535        "title" => _("dossier")." ".("autorisation")." "._("type"),
536        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
537        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
538    );
539    //
540    $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        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
546    );
547    //
548    $links[] = array(
549        "href" => "../scr/tab.php?obj=dossier_instruction_type",
550        "class" => "dossier_instruction_type",
551        "title" => _("dossier")." "._("instruction")." "._("type"),
552        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
553        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
554    );
555    //
556    $links[] = array(
557        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
558        "class" => "lien_evenement_dossier_autorisation_type",
559        "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    );
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",      "class" => "category",
576      "title" => _("workflows"),      "title" => _("workflows"),
577      "right" => array(      "right" => array(
# Line 599  $links[] = array( Line 639  $links[] = array(
639  );  );
640  //  //
641  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=avis_consultation",  
     "class" => "avis_consultation",  
     "title" => _("avis consultation"),  
     "right" => array("avis_consultation", "avis_consultation_tab", ),  
     "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),  
 );  
 //  
 $links[] = array(  
642      "class" => "category",      "class" => "category",
643      "title" => _("Organisation"),      "title" => _("Organisation"),
644      "right" => array("direction", "division", "instructeur"),      "right" => array(
645            "direction", "direction_tab", "division", "division_tab", "instructeur",
646            "instructeur_tab", "groupe", "groupe_tab",
647        ),
648  );  );
649  $links[] = array(  $links[] = array(
650      "title" => "<hr/>",      "title" => "<hr/>",
651      "right" => array("direction", "division", "instructeur"),      "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(  $links[] = array(
# Line 642  $links[] = array( Line 688  $links[] = array(
688  //  //
689  $links[] = array(  $links[] = array(
690      "class" => "category",      "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"),      "title" => _("editions"),
782      "right" => array(      "right" => array(
783          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",          "om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab",
# Line 863  $links[] = array( Line 999  $links[] = array(
999  $links[] = array(  $links[] = array(
1000      "class" => "category",      "class" => "category",
1001      "title" => _("tableaux de bord"),      "title" => _("tableaux de bord"),
1002      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
1003            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1004        ),
1005  );  );
1006  //  //
1007  $links[] = array(  $links[] = array(
1008      "title" => "<hr/>",      "title" => "<hr/>",
1009      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
1010            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
1011        ),
1012  );  );
1013  //  //
1014  $links[] = array(  $links[] = array(
1015      "href" => "../scr/tab.php?obj=om_widget",      "href" => "../scr/tab.php?obj=om_widget",
1016      "class" => "om_widget",      "class" => "om_widget",
1017      "title" => _("widget"),      "title" => _("om_widget"),
1018      "right" => array("om_widget", "om_widget_tab", ),      "right" => array("om_widget", "om_widget_tab", ),
1019      "open" => array("tab.php|om_widget", "form.php|om_widget", ),      "open" => array("tab.php|om_widget", "form.php|om_widget", ),
1020  );  );
1021  //  //
1022  $links[] = array(  $links[] = array(
1023        "href" => "../scr/tab.php?obj=om_dashboard",
1024        "class" => "om_dashboard",
1025        "title" => _("om_dashboard"),
1026        "right" => array( ),
1027        "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
1028    );
1029    //
1030    $links[] = array(
1031      "class" => "category",      "class" => "category",
1032      "title" => _("sig"),      "title" => _("sig"),
1033      "right" => array(      "right" => array(

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26