/[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 642 by fmichon, Fri Nov 9 13:38:28 2012 UTC revision 656 by fmichon, Sun Nov 11 22:14:37 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 91  $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 100  $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 188  $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" => _("Consultations"),      "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 221  $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 239  $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 252  $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"),
# Line 274  $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 301  $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 866  $links[] = array( Line 877  $links[] = array(
877  $links[] = array(  $links[] = array(
878      "class" => "category",      "class" => "category",
879      "title" => _("tableaux de bord"),      "title" => _("tableaux de bord"),
880      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
881            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
882        ),
883  );  );
884  //  //
885  $links[] = array(  $links[] = array(
886      "title" => "<hr/>",      "title" => "<hr/>",
887      "right" => array("om_widget", "om_widget_tab", ),      "right" => array(
888            "om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab",
889        ),
890  );  );
891  //  //
892  $links[] = array(  $links[] = array(
893      "href" => "../scr/tab.php?obj=om_widget",      "href" => "../scr/tab.php?obj=om_widget",
894      "class" => "om_widget",      "class" => "om_widget",
895      "title" => _("widget"),      "title" => _("om_widget"),
896      "right" => array("om_widget", "om_widget_tab", ),      "right" => array("om_widget", "om_widget_tab", ),
897      "open" => array("tab.php|om_widget", "form.php|om_widget", ),      "open" => array("tab.php|om_widget", "form.php|om_widget", ),
898  );  );
899  //  //
900  $links[] = array(  $links[] = array(
901        "href" => "../scr/tab.php?obj=om_dashboard",
902        "class" => "om_dashboard",
903        "title" => _("om_dashboard"),
904        "right" => array( ),
905        "open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ),
906    );
907    //
908    $links[] = array(
909      "class" => "category",      "class" => "category",
910      "title" => _("sig"),      "title" => _("sig"),
911      "right" => array(      "right" => array(

Legend:
Removed from v.642  
changed lines
  Added in v.656

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26