/[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 623 by mlimic, Mon Nov 5 16:19:12 2012 UTC revision 624 by vpihour, Wed Nov 7 16:08:06 2012 UTC
# Line 9  Line 9 
9    
10  //  //
11  $menu = array();  $menu = array();
12    // }}}
13    // {{{ Rubrique APPLICATION
14    //
15    $rubrik = array(
16        "title" => _("Guichet Unique"),
17        "class" => "demande_type",
18        "right" => "menu_guichet_unique",
19    );
20    //
21    $links = array();
22    //
23    $links[] = array(
24        "class" => "category",
25        "title" => _("Demandes"),
26        "right" => array("demande_nouveau_dossier", "demande_dossier_existant"),
27    );
28    $links[] = array(
29        "title" => "<hr/>",
30        "right" => array("demande_nouveau_dossier", "demande_dossier_existant"),
31    );
32    $links[] = array(
33        "href" => "../scr/tab.php?obj=demande",
34        "class" => "demande",
35        "title" => _("Nouveau Dossier"),
36        "right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ),
37        "open" => array("tab.php|demande_nouveau_dossier", "form.php|demande_nouveau_dossier", ),
38    );
39    $links[] = array(
40        "href" => "../scr/tab.php?obj=demande",
41        "class" => "demande",
42        "title" => _("Dossier Existant"),
43        "right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ),
44        "open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant", ),
45    );
46    //
47    $links[] = array(
48        "class" => "category",
49        "title" => _("Affichage des dossiers"),
50        "right" => array("edition", "attestation_affichage"),
51    );
52    $links[] = array(
53        "title" => "<hr/>",
54        "right" => array("edition", "attestation_affichage"),
55    );
56    $links[] = array(
57        "href" => "../app/edition_affichage.php",
58        "class" => "edition",
59        "title" => _("Edition"),
60        "right" => array("edition", "edition_tab", ),
61        "open" => array("tab.php|edition", "form.php|edition", ),
62    );
63    $links[] = array(
64        "href" => "../app/attestation_affichage.php",
65        "class" => "attestation_affichage",
66        "title" => _("Attestation d'affichage"),
67        "right" => array("attestation_affichage", "attestation_affichage_tab", ),
68        "open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ),
69    );
70    //
71    /*$links[] = array(
72        "class" => "category",
73        "title" => _("Qualification"),
74        "right" => array("qualification"),
75    );
76    $links[] = array(
77        "title" => "<hr/>",
78        "right" => array("qualification"),
79    );
80    $links[] = array(
81        "href" => "../scr/tab.php?obj=dossier",
82        "class" => "qualification",
83        "title" => _("A Qualifier"),
84        "right" => array("qualification", "qualification_tab", ),
85        "open" => array("tab.php|qualification", "form.php|qualification", ),
86    );*/
87    //
88    $rubrik['links'] = $links;
89    //
90    $menu[] = $rubrik;
91    // }}}
92  // {{{ Rubrique APPLICATION  // {{{ Rubrique APPLICATION
93  //  //
94  $rubrik = array(  $rubrik = array(

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26