/[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 1477 by fmichon, Sun Mar 17 21:29:50 2013 UTC revision 1528 by fmichon, Wed Mar 20 16:02:24 2013 UTC
# Line 243  $links[] = array( Line 243  $links[] = array(
243  //  //
244  $links[] = array(  $links[] = array(
245      "href" => "../scr/tab.php?obj=dossier_instruction",      "href" => "../scr/tab.php?obj=dossier_instruction",
246      "class" => "dossier_instruction",      "class" => "dossier_instruction_recherche",
247      "title" => _("recherche"),      "title" => _("recherche"),
248      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
249      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
# Line 392  $links[] = array( Line 392  $links[] = array(
392  //  //
393  $links[] = array(  $links[] = array(
394      "href" => "../app/avis_code_barre.php",      "href" => "../app/avis_code_barre.php",
395      "class" => "avis_code_barre",      "class" => "consultation-retour",
396      "title" => _("retours de consultation"),      "title" => _("retour"),
397      "right" => array(      "right" => array(
398          "avis_code_barre",          "avis_code_barre",
399      ),      ),
# Line 533  $menu[] = $rubrik; Line 533  $menu[] = $rubrik;
533  // }}}  // }}}
534    
535    
536    // Commentaire de la rubrique EXPORT qui n'est pas prévue d'être opérationnelle
537  // {{{ Rubrique EXPORT  // dans cette version
538  //  //// {{{ Rubrique EXPORT
539  $rubrik = array(  ////
540      "title" => _("export"),  //$rubrik = array(
541      "class" => "edition",  //    "title" => _("export"),
542      "right" => "menu_export",  //    "class" => "edition",
543  );  //    "right" => "menu_export",
544  //  //);
545  $links = array();  ////
546  //  //$links = array();
547  $links[] = array(  ////
548      "href" => "../scr/edition.php",  //$links[] = array(
549      "class" => "edition",  //    "href" => "../scr/edition.php",
550      "title" => _("edition"),  //    "class" => "edition",
551      "right" => "edition",  //    "title" => _("edition"),
552      "open" => "edition.php|",  //    "right" => "edition",
553  );  //    "open" => "edition.php|",
554  //  //);
555  $links[] = array(  ////
556      "href" => "../app/edition_p.php",  //$links[] = array(
557      "class" => "edition",  //    "href" => "../app/edition_p.php",
558      "title" => _("edition date depot"),  //    "class" => "edition",
559      "right" => "edition_p",  //    "title" => _("edition date depot"),
560      "open" => "edition_p.php|",  //    "right" => "edition_p",
561  );  //    "open" => "edition_p.php|",
562  //  //);
563  $links[] = array(  ////
564      "href" => "../app/edition_d.php",  //$links[] = array(
565      "class" => "edition",  //    "href" => "../app/edition_d.php",
566      "title" => _("edition date decision"),  //    "class" => "edition",
567      "right" => "edition_d",  //    "title" => _("edition date decision"),
568      "open" => "edition_d.php|",  //    "right" => "edition_d",
569  );  //    "open" => "edition_d.php|",
570  //  //);
571  $links[] = array(  ////
572      "title" => "<hr/>",  //$links[] = array(
573      "right" => array("reqmo", "export_pc", "export_dp", "export_sitadel", ),  //    "title" => "<hr/>",
574  );  //    "right" => array("reqmo", "export_sitadel", ),
575  //  //);
576  $links[] = array(  ////
577      "href" => "../scr/reqmo.php",  //$links[] = array(
578      "class" => "reqmo",  //    "href" => "../scr/reqmo.php",
579      "title" => _("requetes memorisees"),  //    "class" => "reqmo",
580      "right" => "reqmo",  //    "title" => _("requetes memorisees"),
581      "open" => array("reqmo.php|", "requeteur.php|", ),  //    "right" => "reqmo",
582  );  //    "open" => array("reqmo.php|", "requeteur.php|", ),
583  //  //);
584  $links[] = array(  ////
585      "href" => "../app/export_pc.php",  //$links[] = array(
586      "class" => "reqmo",  //    "href" => "../app/sitadel.php",
587      "title" => _("export PC Lascot"),  //    "class" => "reqmo",
588      "right" => "export_pc",  //    "title" => _("export sitadel")." 2",
589      "open" => "export_pc.php|",  //    "right" => "export_sitadel",
590  );  //    "open" => "sitadel.php|",
591  //  //);
592  $links[] = array(  ////
593      "href" => "../app/export_dp.php",  //$rubrik['links'] = $links;
594      "class" => "reqmo",  ////
595      "title" => _("export DP Lascot"),  //$menu[] = $rubrik;
596      "right" => "export_dp",  //// }}}
     "open" => "export_dp.php|",  
 );  
 //  
 $links[] = array(  
     "href" => "../app/sitadel.php",  
     "class" => "reqmo",  
     "title" => _("export sitadel")." 2",  
     "right" => "export_sitadel",  
     "open" => "sitadel.php|",  
 );  
 //  
 $rubrik['links'] = $links;  
 //  
 $menu[] = $rubrik;  
 // }}}  
597    
598    
599  // {{{ Rubrique PARAMETRAGE  // {{{ Rubrique PARAMETRAGE
# Line 835  $rubrik = array( Line 820  $rubrik = array(
820  //  //
821  $links = array();  $links = array();
822  //  //
 // GENERAUX  
 $links[] = array(  
     "href" => "../scr/form.php?obj=dossier_numeromanuel",  
     "class" => "traitement",  
     "title" => _("numero manuel"),  
     "right" => "dossier_numeromanuel",  
     "open" => "|dossier_numeromanuel",  
 );  
 //  
 $links[] = array(  
     "href" => "../app/num_dossier.php",  
     "class" => "traitement",  
     "title" => _("remise a 0"),  
     "right" => "num_dossier",  
     "open" => "num_dossier.php|",  
 );  
 //  
 $links[] = array(  
     "title" => "<hr/>",  
     "right" => array(  
         "architecte", "architecte_tab",  
          "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",  
         "destination", "destination_tab", "nature", "nature_tab", "rivoli",  
         "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",  
     ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=architecte",  
     "class" => "architecte",  
     "title" => _("architecte"),  
     "right" => array("architecte", "architecte_tab", ),  
     "open" => array("tab.php|architecte", "form.php|architecte", ),  
 );  
   
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=travaux",  
     "class" => "travaux",  
     "title" => _("travaux"),  
     "right" => array("travaux", "travaux_tab", ),  
     "open" => array("tab.php|travaux", "form.php|travaux", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=categorie_demandeur",  
     "class" => "categorie_demandeur",  
     "title" => _("categorie_demandeur"),  
     "right" => array("categorie_demandeur", "categorie_demandeur_tab", ),  
     "open" => array(  
         "tab.php|categorie_demandeur", "form.php|categorie_demandeur",  
     ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=destination",  
     "class" => "destination",  
     "title" => _("destination"),  
     "right" => array("destination", "destination_tab", ),  
     "open" => array("tab.php|destination", "form.php|destination", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=rivoli",  
     "class" => "rivoli",  
     "title" => _("rivoli"),  
     "right" => array("rivoli", "rivoli_tab", ),  
     "open" => array("tab.php|rivoli", "form.php|rivoli", ),  
 );  
 //  
823  $links[] = array(  $links[] = array(
824      "href" => "../scr/tab.php?obj=civilite",      "href" => "../scr/tab.php?obj=civilite",
825      "class" => "civilite",      "class" => "civilite",

Legend:
Removed from v.1477  
changed lines
  Added in v.1528

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26