/[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 509 by nhaye, Tue Oct 16 16:50:50 2012 UTC revision 538 by nhaye, Fri Oct 26 09:53:58 2012 UTC
# Line 118  $links[] = array( Line 118  $links[] = array(
118      "open" => "recherchedossier.php|",      "open" => "recherchedossier.php|",
119  );  );
120  $links[] = array(  $links[] = array(
121      "class" => "subtitle",      "class" => "category",
122      "title" => _("Consultation"),      "title" => _("Consultation"),
123      "right" => "consultation"      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),
124    );
125    $links[] = array(
126        "title" => "<hr/>",
127        "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),
128  );  );
129  $links[] = array(  $links[] = array(
130      "href" => "../scr/tab.php?obj=consultation_mes_retours",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
# Line 136  $links[] = array( Line 140  $links[] = array(
140      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
141      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
142  );  );
143    $links[] = array(
144        "href" => "../app/avis_code_barre.php",
145        "class" => "avis_code_barre",
146        "title" => _("Retour de consultation"),
147        "right" => array("avis_code_barre", ),
148        "open" => array("avis_code_barre.php|"),
149    );
150    //
151    $rubrik['links'] = $links;
152    //
153    $menu[] = $rubrik;
154    // }}}
155    
156    
157    // {{{ Rubrique Demandes d'avis
158    //
159    $rubrik = array(
160        "title" => _("Demandes d'avis"),
161        "class" => "demande_avis",
162        "right" => array("demande_encours", "demande_encours_tab",
163                         "demande_passe", "demande_passe_tab",
164                         "demande_export", "demande_export_tab",),
165    );
166    //
167    $links = array();
168    //
169    $links[] = array(
170        "href" => "../scr/tab.php?obj=demande_encours",
171        "class" => "demande_encours",
172        "title" => _("Demandes en cours"),
173        "right" => array("demande_encours", "demande_encours_tab", ),
174        "open" => array("tab.php|demande_encours", "form.php|demande_encours", ),
175    );
176    
177    $links[] = array(
178        "href" => "../scr/tab.php?obj=demande_passe",
179        "class" => "demande_passe",
180        "title" => _("Demandes passees"),
181        "right" => array("demande_passe", "demande_passe_tab", ),
182        "open" => array("tab.php|demande_passe", "form.php|demande_passe", ),
183    );
184    
185    $links[] = array(
186        "href" => "../scr/tab.php?obj=demande_export",
187        "class" => "demande_export",
188        "title" => _("Exports"),
189        "right" => array("demande_export", "demande_export_tab", ),
190        "open" => array("tab.php|demande_export", "form.php|demande_export", ),
191    );
192    
193  //  //
194  $rubrik['links'] = $links;  $rubrik['links'] = $links;
195  //  //
196  $menu[] = $rubrik;  $menu[] = $rubrik;
197  // }}}  // }}}
198    
199    
200    
201  // {{{ Rubrique EXPORT  // {{{ Rubrique EXPORT
202  //  //
203  $rubrik = array(  $rubrik = array(
# Line 419  $links[] = array( Line 475  $links[] = array(
475  );  );
476  //  //
477  $links[] = array(  $links[] = array(
478        "class" => "category",
479        "title" => _("Organisation"),
480        "right" => array("direction", "division", "instructeur"),
481    );
482    $links[] = array(
483        "title" => "<hr/>",
484        "right" => array("direction", "division", "instructeur"),
485    );
486    //
487    $links[] = array(
488        "href" => "../scr/tab.php?obj=direction",
489        "class" => "direction",
490        "title" => _("direction"),
491        "right" => array("direction", "direction_tab", ),
492        "open" => array("tab.php|direction", "form.php|direction", ),
493    );
494    //
495    $links[] = array(
496        "href" => "../scr/tab.php?obj=division",
497        "class" => "division",
498        "title" => _("division"),
499        "right" => array("division", "division_tab", ),
500        "open" => array("tab.php|division", "form.php|division", ),
501    );
502    //
503    $links[] = array(
504        "href" => "../scr/tab.php?obj=instructeur",
505        "class" => "instructeur",
506        "title" => _("instructeur"),
507        "right" => array("instructeur", "instructeur_tab", ),
508        "open" => array("tab.php|instructeur", "form.php|instructeur", ),
509    );
510    //
511    $links[] = array(
512      "class" => "category",      "class" => "category",
513      "title" => _("editions"),      "title" => _("editions"),
514      "right" => array(      "right" => array(

Legend:
Removed from v.509  
changed lines
  Added in v.538

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26