/[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 9 by fraynaud, Thu Feb 10 22:02:08 2011 UTC revision 10 by fraynaud, Mon Feb 14 20:04:45 2011 UTC
# Line 144  $links = array(); Line 144  $links = array();
144  // ========================================================================  // ========================================================================
145    
146    
147  // urbanisme  // param gaux
148    
149    array_push($links,    array_push($links,
150      array(      array(
# Line 154  $links = array(); Line 154  $links = array();
154          "right" => "architecte"          "right" => "architecte"
155      ));      ));
156    
   array_push($links,  
     array(  
         "href" => "../scr/tab.php?obj=avis",  
         "class" => "avis",  
         "title" => _("avis"),  
         "right" => "avis"  
     ));  
157    
   array_push($links,  
     array(  
         "href" => "../scr/tab.php?obj=bible",  
         "class" => "bible",  
         "title" => _("bible"),  
         "right" => "bible"  
     ));  
158    
159    array_push($links,    array_push($links,
160      array(      array(
# Line 177  $links = array(); Line 163  $links = array();
163          "title" => _("service"),          "title" => _("service"),
164          "right" => "service"          "right" => "service"
165      ));      ));
166  // workflow    
   
167    array_push($links,    array_push($links,
168      array(      array(
169          "href" => "../scr/tab.php?obj=evenement",          "href" => "../scr/tab.php?obj=travaux",
170          "class" => "evenement",          "class" => "travaux",
171          "title" => _("evenement"),          "title" => _("travaux"),
172          "right" => "evenement"          "right" => "travaux"
173      ));      ));
174    
175    array_push($links,    array_push($links,
# Line 197  $links = array(); Line 182  $links = array();
182    
183    array_push($links,    array_push($links,
184      array(      array(
185            "href" => "../scr/tab.php?obj=categorie_demandeur",
186            "class" => "categorie_demandeur",
187            "title" => _("categorie_demandeur"),
188            "right" => "categorie_demandeur"
189        ));
190      
191      array_push($links,
192        array(
193            "href" => "../scr/tab.php?obj=destination",
194            "class" => "destination",
195            "title" => _("destination"),
196            "right" => "destination"
197        ));
198    
199      array_push($links,
200        array(
201            "href" => "../scr/tab.php?obj=nature",
202            "class" => "nature",
203            "title" => _("nature"),
204            "right" => "nature"
205        ));
206    
207    // workflows
208        array_push($links,
209        array(
210            "title" => "<hr/>",
211            "right" => array("action_tab", "transition_tab", "etat_tab",
212                             "evenement_tab", "bible", "avis")
213        ));
214    
215      array_push($links,
216        array(
217          "href" => "../scr/tab.php?obj=action",          "href" => "../scr/tab.php?obj=action",
218          "class" => "action",          "class" => "action",
219          "title" => _("action"),          "title" => _("action"),
# Line 219  $links = array(); Line 236  $links = array();
236          "right" => "etat"          "right" => "etat"
237      ));      ));
238    
239  // param gaux      array_push($links,
240          array(
241    array_push($links,            "href" => "../scr/tab.php?obj=evenement",
242      array(            "class" => "evenement",
243          "href" => "../scr/tab.php?obj=categorie_demandeur",            "title" => _("evenement"),
244          "class" => "categorie_demandeur",            "right" => "evenement"
245          "title" => _("categorie_demandeur"),        ));
246          "right" => "categorie_demandeur"      
247      ));        array_push($links,
   
   array_push($links,  
248      array(      array(
249          "href" => "../scr/tab.php?obj=civilite",          "href" => "../scr/tab.php?obj=bible",
250          "class" => "civilite",          "class" => "bible",
251          "title" => _("civilite"),          "title" => _("bible"),
252          "right" => "civilite"          "right" => "bible"
253      ));      ));
254            
255    array_push($links,    array_push($links,
256      array(      array(
257          "href" => "../scr/tab.php?obj=destination",          "href" => "../scr/tab.php?obj=avis",
258          "class" => "destination",          "class" => "avis",
259          "title" => _("destination"),          "title" => _("avis"),
260          "right" => "destination"          "right" => "avis"
261      ));      ));
262    
263    array_push($links,  // cadastre interne
264        array_push($links,
265      array(      array(
266          "href" => "../scr/tab.php?obj=nature",          "title" => "<hr/>",
267          "class" => "nature",          "right" => array("parcelle_tab", "proprietaire_tab", "civilite_tab", "pos_tab", "rivoli_tab")
         "title" => _("nature"),  
         "right" => "nature"  
268      ));      ));
     
   
 // cadastre interne  
   
269    array_push($links,    array_push($links,
270      array(      array(
271          "href" => "../scr/tab.php?obj=parcelle",          "href" => "../scr/tab.php?obj=parcelle",
# Line 273  $links = array(); Line 283  $links = array();
283      ));      ));
284    
285    array_push($links,    array_push($links,
286        array(
287            "href" => "../scr/tab.php?obj=civilite",
288            "class" => "civilite",
289            "title" => _("civilite"),
290            "right" => "civilite"
291        ));
292    
293      array_push($links,
294      array(      array(
295          "href" => "../scr/tab.php?obj=pos",          "href" => "../scr/tab.php?obj=pos",
296          "class" => "pos",          "class" => "pos",

Legend:
Removed from v.9  
changed lines
  Added in v.10

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26