10 |
// |
// |
11 |
$menu = array(); |
$menu = array(); |
12 |
|
|
13 |
// {{{ Rubrique APPLICATION |
// {{{ Rubrique AUTORISATION |
14 |
// |
// |
15 |
$rubrik = array( |
$rubrik = array( |
16 |
"title" => _("instruction"), |
"title" => _("autorisation"), |
17 |
"class" => "instruction", |
"class" => "autorisation", |
18 |
"right" => "menu_instruction", |
"right" => "menu_autorisation", |
19 |
); |
); |
20 |
// |
// |
21 |
$links = array(); |
$links = array(); |
22 |
// |
// |
23 |
$links[] = array( |
$rubrik['links'] = $links; |
24 |
"href" => "../scr/tab.php?obj=PC", |
// |
25 |
"class" => "dossier", |
$menu[] = $rubrik; |
26 |
"title" => _("PC"), |
// }}} |
27 |
"right" => array("PC", "PC_tab", ), |
|
28 |
"open" => array("tab.php|PC", "form.php|PC", ), |
// {{{ Rubrique GUICHET UNIQUE |
29 |
|
// |
30 |
|
$rubrik = array( |
31 |
|
"title" => _("Guichet Unique"), |
32 |
|
"class" => "guichet_unique", |
33 |
|
"right" => "menu_guichet_unique", |
34 |
); |
); |
35 |
// |
// |
36 |
|
$links = array(); |
37 |
|
// |
38 |
|
$links[] = array( |
39 |
|
"class" => "category", |
40 |
|
"title" => _("demandes"), |
41 |
|
"right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab", |
42 |
|
"demande_dossier_existant","demande_dossier_existant_tab",), |
43 |
|
); |
44 |
|
$links[] = array( |
45 |
|
"title" => "<hr/>", |
46 |
|
"right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab", |
47 |
|
"demande_dossier_existant","demande_dossier_existant_tab",), |
48 |
|
); |
49 |
|
$links[] = array( |
50 |
|
"href" => "../scr/form.php?obj=demande&action=0&advs_id=&tricol=&valide=&retour=tab&new=", |
51 |
|
"class" => "demande", |
52 |
|
"title" => _("nouveau dossier"), |
53 |
|
"right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ), |
54 |
|
"open" => array("form.php|demande"), |
55 |
|
); |
56 |
$links[] = array( |
$links[] = array( |
57 |
"href" => "../scr/tab.php?obj=DP", |
"href" => "../scr/tab.php?obj=dossier_autorisation", |
58 |
"class" => "dossier", |
"class" => "demande_dossier_existant", |
59 |
"title" => _("DP"), |
"title" => _("dossier existant"), |
60 |
"right" => array("DP", "DP_tab", ), |
"right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ), |
61 |
"open" => array("tab.php|DP", "form.php|DP", ), |
"open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation"), |
62 |
); |
); |
63 |
// |
// |
64 |
$links[] = array( |
$links[] = array( |
65 |
"href" => "../scr/tab.php?obj=PD", |
"class" => "category", |
66 |
"class" => "dossier", |
"title" => _("Affichage des dossiers"), |
67 |
"title" => _("PD"), |
"right" => array("edition_m","attestation_affichage",), |
68 |
"right" => array("PD", "PD_tab", ), |
); |
69 |
"open" => array("tab.php|PD", "form.php|PD", ), |
$links[] = array( |
70 |
|
"title" => "<hr/>", |
71 |
|
"right" => array("edition", "attestation_affichage"), |
72 |
|
); |
73 |
|
$links[] = array( |
74 |
|
"href" => "../app/edition_m.php", |
75 |
|
"class" => "edition", |
76 |
|
"title" => _("edition"), |
77 |
|
"right" => "edition_m", |
78 |
|
"open" => "edition_m.php|", |
79 |
|
); |
80 |
|
$links[] = array( |
81 |
|
"href" => "../app/attestation_affichage.php", |
82 |
|
"class" => "attestation_affichage", |
83 |
|
"title" => _("attestation d'affichage"), |
84 |
|
"right" => "attestation_affichage", |
85 |
|
"open" => "attestation_affichage.php|", |
86 |
); |
); |
87 |
// |
// |
88 |
|
/*$links[] = array( |
89 |
|
"class" => "category", |
90 |
|
"title" => _("Qualification"), |
91 |
|
"right" => array("qualification"), |
92 |
|
); |
93 |
|
$links[] = array( |
94 |
|
"title" => "<hr/>", |
95 |
|
"right" => array("qualification"), |
96 |
|
); |
97 |
$links[] = array( |
$links[] = array( |
98 |
"href" => "../scr/tab.php?obj=PA", |
"href" => "../scr/tab.php?obj=dossier", |
99 |
"class" => "dossier", |
"class" => "qualification", |
100 |
"title" => _("PA"), |
"title" => _("A Qualifier"), |
101 |
"right" => array("PA", "PA_tab", ), |
"right" => array("qualification", "qualification_tab", ), |
102 |
"open" => array("tab.php|PA", "form.php|PA", ), |
"open" => array("tab.php|qualification", "form.php|qualification", ), |
103 |
|
);*/ |
104 |
|
// |
105 |
|
$rubrik['links'] = $links; |
106 |
|
// |
107 |
|
$menu[] = $rubrik; |
108 |
|
// }}} |
109 |
|
|
110 |
|
// {{{ Rubrique INSTRUCTION |
111 |
|
// |
112 |
|
$rubrik = array( |
113 |
|
"title" => _("instruction"), |
114 |
|
"class" => "instruction", |
115 |
|
"right" => "menu_instruction", |
116 |
); |
); |
117 |
// |
// |
118 |
|
$links = array(); |
119 |
|
// Catégorie DOSSIERS D'INSTRUCTION |
120 |
|
$links[] = array( |
121 |
|
"class" => "category", |
122 |
|
"title" => _("dossiers d'instruction"), |
123 |
|
"right" => array( |
124 |
|
"dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", |
125 |
|
"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 |
"title" => "<hr/>", |
"title" => "<hr/>", |
134 |
"right" => array( |
"right" => array( |
135 |
"PC_accueil", "PC_accueil_tab", "DP_accueil", "DP_accueil_tab", |
"dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", |
136 |
"PD_accueil", "PD_accueil_tab", "PA_accueil", "PA_accueil_tab", |
"dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", |
137 |
), |
), |
138 |
); |
); |
139 |
// |
// |
140 |
$links[] = array( |
$links[] = array( |
141 |
"href" => "../scr/tab.php?obj=PC_accueil", |
"href" => "../scr/tab.php?obj=dossier_instruction_mes_encours", |
142 |
"class" => "dossier", |
"class" => "dossier_instruction_mes_encours", |
143 |
"title" => _("PC - accueil"), |
"title" => _("mes encours"), |
144 |
"right" => array("PC_accueil", "PC_accueil_tab", ), |
"right" => array("dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", ), |
145 |
"open" => array("tab.php|PC_accueil", "form.php|PC_accueil", ), |
"open" => array("tab.php|dossier_instruction_mes_encours", "form.php|dossier_instruction_mes_encours", ), |
146 |
|
); |
147 |
|
// |
148 |
|
$links[] = array( |
149 |
|
"href" => "../scr/tab.php?obj=dossier_instruction_tous_encours", |
150 |
|
"class" => "dossier_instruction_tous_encours", |
151 |
|
"title" => _("tous les encours"), |
152 |
|
"right" => array("dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", ), |
153 |
|
"open" => array("tab.php|dossier_instruction_tous_encours", "form.php|dossier_instruction_tous_encours", ), |
154 |
); |
); |
155 |
// |
// |
156 |
$links[] = array( |
$links[] = array( |
157 |
"href" => "../scr/tab.php?obj=DP_accueil", |
"title" => "<hr/>", |
158 |
"class" => "dossier", |
"right" => array( |
159 |
"title" => _("DP - accueil"), |
"dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", |
160 |
"right" => array("DP_accueil", "DP_accueil_tab", ), |
"dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", |
161 |
"open" => array("tab.php|DP_accueil", "form.php|DP_accueil", ), |
), |
162 |
); |
); |
163 |
// |
// |
164 |
$links[] = array( |
$links[] = array( |
165 |
"href" => "../scr/tab.php?obj=PD_accueil", |
"href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures", |
166 |
"class" => "dossier", |
"class" => "dossier_instruction_mes_clotures", |
167 |
"title" => _("PD - accueil"), |
"title" => _("mes clotures"), |
168 |
"right" => array("PD_accueil", "PD_accueil_tab", ), |
"right" => array("dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", ), |
169 |
"open" => array("tab.php|PD_accueil", "form.php|PD_accueil", ), |
"open" => array("tab.php|dossier_instruction_mes_clotures", "form.php|dossier_instruction_mes_clotures", ), |
170 |
); |
); |
171 |
// |
// |
172 |
$links[] = array( |
$links[] = array( |
173 |
"href" => "../scr/tab.php?obj=PA_accueil", |
"href" => "../scr/tab.php?obj=dossier_instruction_tous_clotures", |
174 |
"class" => "dossier", |
"class" => "dossier_instruction_tous_clotures", |
175 |
"title" => _("PA - accueil"), |
"title" => _("tous les clotures"), |
176 |
"right" => array("PA_accueil", "PA_accueil_tab", ), |
"right" => array("dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", ), |
177 |
"open" => array("tab.php|PA_accueil", "form.php|PA_accueil", ), |
"open" => array("tab.php|dossier_instruction_tous_clotures", "form.php|dossier_instruction_tous_clotures", ), |
178 |
); |
); |
179 |
// |
// |
180 |
$links[] = array( |
$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" => _("Consultation"), |
"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", |
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( |
233 |
|
"class" => "category", |
234 |
|
"title" => _("Messages"), |
235 |
|
"right" => array("messages_mes_retours", "messages_tous_retours"), |
236 |
|
); |
237 |
|
// |
238 |
|
$links[] = array( |
239 |
|
"title" => "<hr/>", |
240 |
|
"right" => array("messages_mes_retours", "messages_tous_retours"), |
241 |
|
); |
242 |
|
// |
243 |
|
$links[] = array( |
244 |
|
"href" => "../scr/tab.php?obj=messages_mes_retours", |
245 |
|
"class" => "messages_mes_retours", |
246 |
|
"title" => _("Mes messages"), |
247 |
|
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
248 |
|
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
249 |
|
); |
250 |
|
// |
251 |
|
$links[] = array( |
252 |
|
"href" => "../scr/tab.php?obj=messages_tous_retours", |
253 |
|
"class" => "messages_tous_retours", |
254 |
|
"title" => _("Tous les messages"), |
255 |
|
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
256 |
|
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
257 |
|
); |
258 |
|
|
259 |
|
// |
260 |
|
$rubrik['links'] = $links; |
261 |
|
// |
262 |
|
$menu[] = $rubrik; |
263 |
|
// }}} |
264 |
|
|
265 |
|
// {{{ Rubrique SUIVI |
266 |
|
// |
267 |
|
$rubrik = array( |
268 |
|
"title" => _("Suivi"), |
269 |
|
"class" => "suivi", |
270 |
|
"right" => "menu_suivi", |
271 |
|
); |
272 |
|
// |
273 |
|
$links = array(); |
274 |
|
// |
275 |
$links[] = array( |
$links[] = array( |
276 |
"href" => "../app/avis_code_barre.php", |
"href" => "../app/avis_code_barre.php", |
277 |
"class" => "avis_code_barre", |
"class" => "avis_code_barre", |
285 |
$menu[] = $rubrik; |
$menu[] = $rubrik; |
286 |
// }}} |
// }}} |
287 |
|
|
288 |
|
// {{{ Rubrique DEMANDES D'AVIS |
|
// {{{ Rubrique Demandes d'avis |
|
289 |
// |
// |
290 |
$rubrik = array( |
$rubrik = array( |
291 |
"title" => _("Demandes d'avis"), |
"title" => _("Demandes d'avis"), |
296 |
$links = array(); |
$links = array(); |
297 |
// |
// |
298 |
$links[] = array( |
$links[] = array( |
299 |
"href" => "../scr/tab.php?obj=demande_encours", |
"href" => "../scr/tab.php?obj=demande_avis_encours", |
300 |
"class" => "demande_encours", |
"class" => "demande_avis_encours", |
301 |
"title" => _("Demandes en cours"), |
"title" => _("Demandes en cours"), |
302 |
"right" => array("demande_encours", "demande_encours_tab", ), |
"right" => array("demande_avis_encours", "demande_avis_encours_tab", ), |
303 |
"open" => array("tab.php|demande_encours", "form.php|demande_encours", ), |
"open" => array("tab.php|demande_avis_encours", "form.php|demande_avis_encours", ), |
304 |
); |
); |
305 |
|
|
306 |
$links[] = array( |
$links[] = array( |
307 |
"href" => "../scr/tab.php?obj=demande_passee", |
"href" => "../scr/tab.php?obj=demande_avis_passee", |
308 |
"class" => "demande_passee", |
"class" => "demande_avis_passee", |
309 |
"title" => _("Demandes passees"), |
"title" => _("Demandes passees"), |
310 |
"right" => array("demande_passee", "demande_passee_tab", ), |
"right" => array("demande_avis_passee", "demande_avis_passee_tab", ), |
311 |
"open" => array("tab.php|demande_passee", "form.php|demande_passee", ), |
"open" => array("tab.php|demande_avis_passee", "form.php|demande_avis_passee", ), |
312 |
); |
); |
313 |
|
|
314 |
$links[] = array( |
$links[] = array( |
315 |
"href" => "../scr/tab.php?obj=demande_export", |
"href" => "../scr/tab.php?obj=demande_avis", |
316 |
"class" => "demande_export", |
"class" => "demande_avis", |
317 |
"title" => _("Exports"), |
"title" => _("Exports"), |
318 |
"right" => array("demande_export", "demande_export_tab", ), |
"right" => array("demande_avis", "demande_avis_tab", ), |
319 |
"open" => array("tab.php|demande_export", "form.php|demande_export", ), |
"open" => array("tab.php|demande_avis", "form.php|demande_avis", ), |
320 |
); |
); |
321 |
|
|
322 |
// |
// |
433 |
$links[] = array( |
$links[] = array( |
434 |
"title" => "<hr/>", |
"title" => "<hr/>", |
435 |
"right" => array( |
"right" => array( |
436 |
"architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab", |
"architecte", "architecte_tab", |
437 |
"lien_localisation_nature", "lien_localisation_nature_tab", |
"lien_localisation_nature", "lien_localisation_nature_tab", |
438 |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
439 |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
440 |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
441 |
|
"dossier_autorisation_type","dossier_autorisation_type_tab", |
442 |
|
"dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab", |
443 |
|
"dossier_instruction_type","dossier_instruction_type_tab", |
444 |
|
"lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab", |
445 |
|
"autorite_competente","autorite_competente_tab", |
446 |
), |
), |
447 |
); |
); |
448 |
// |
// |
455 |
); |
); |
456 |
// |
// |
457 |
$links[] = array( |
$links[] = array( |
|
"href" => "../scr/tab.php?obj=service", |
|
|
"class" => "service", |
|
|
"title" => _("service"), |
|
|
"right" => array("service", "service_tab", ), |
|
|
"open" => array("tab.php|service", "form.php|service", ), |
|
|
); |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=service_categorie", |
|
|
"class" => "service_categorie", |
|
|
"title" => _("thematique des services"), |
|
|
"right" => array("service_categorie", "service_categorie_tab", ), |
|
|
"open" => array("tab.php|service_categorie", "form.php|service_categorie", ), |
|
|
); |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=lien_service_service_categorie", |
|
|
"class" => "lien_service_service_categorie", |
|
|
"title" => _("Lien service / thematique"), |
|
|
"right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ), |
|
|
"open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ), |
|
|
); |
|
|
// |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=instructeur", |
|
|
"class" => "instructeur", |
|
|
"title" => _("instructeur"), |
|
|
"right" => array("instructeur", "instructeur_tab", ), |
|
|
"open" => array("tab.php|instructeur", "form.php|instructeur", ), |
|
|
); |
|
|
// |
|
|
$links[] = array( |
|
458 |
"href" => "../scr/tab.php?obj=lien_localisation_nature", |
"href" => "../scr/tab.php?obj=lien_localisation_nature", |
459 |
"class" => "lien_localisation_nature", |
"class" => "lien_localisation_nature", |
460 |
"title" => _("Lien instructeur / localisation / type de dossier"), |
"title" => _("Lien instructeur / localisation / type de dossier"), |
521 |
); |
); |
522 |
// |
// |
523 |
$links[] = array( |
$links[] = array( |
524 |
|
"href" => "../scr/tab.php?obj=dossier_autorisation_type", |
525 |
|
"class" => "dossier_autorisation_type", |
526 |
|
"title" => _("dossier")." ".("autorisation")." "._("type"), |
527 |
|
"right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ), |
528 |
|
"open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ), |
529 |
|
); |
530 |
|
// |
531 |
|
$links[] = array( |
532 |
|
"href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille", |
533 |
|
"class" => "dossier_autorisation_type_detaille", |
534 |
|
"title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"), |
535 |
|
"right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ), |
536 |
|
"open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ), |
537 |
|
); |
538 |
|
// |
539 |
|
$links[] = array( |
540 |
|
"href" => "../scr/tab.php?obj=dossier_instruction_type", |
541 |
|
"class" => "dossier_instruction_type", |
542 |
|
"title" => _("dossier")." "._("instruction")." "._("type"), |
543 |
|
"right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ), |
544 |
|
"open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ), |
545 |
|
); |
546 |
|
// |
547 |
|
$links[] = array( |
548 |
|
"href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type", |
549 |
|
"class" => "lien_evenement_dossier_autorisation_type", |
550 |
|
"title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"), |
551 |
|
"right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ), |
552 |
|
"open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ), |
553 |
|
); |
554 |
|
|
555 |
|
|
556 |
|
// |
557 |
|
$links[] = array( |
558 |
|
"href" => "../scr/tab.php?obj=autorite_competente", |
559 |
|
"class" => "autorite_competente", |
560 |
|
"title" => _("autorite")." "._("competente"), |
561 |
|
"right" => array("autorite_competente", "autorite_competente_tab", ), |
562 |
|
"open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ), |
563 |
|
); |
564 |
|
// |
565 |
|
$links[] = array( |
566 |
"class" => "category", |
"class" => "category", |
567 |
"title" => _("workflows"), |
"title" => _("workflows"), |
568 |
"right" => array( |
"right" => array( |
630 |
); |
); |
631 |
// |
// |
632 |
$links[] = array( |
$links[] = array( |
|
"href" => "../scr/tab.php?obj=avis_consultation", |
|
|
"class" => "avis_consultation", |
|
|
"title" => _("avis consultation"), |
|
|
"right" => array("avis_consultation", "avis_consultation_tab", ), |
|
|
"open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ), |
|
|
); |
|
|
// |
|
|
$links[] = array( |
|
633 |
"class" => "category", |
"class" => "category", |
634 |
"title" => _("Organisation"), |
"title" => _("Organisation"), |
635 |
"right" => array("direction", "division", "instructeur"), |
"right" => array( |
636 |
|
"direction", "direction_tab", "division", "division_tab", "instructeur", |
637 |
|
"instructeur_tab", "groupe", "groupe_tab", |
638 |
|
), |
639 |
); |
); |
640 |
$links[] = array( |
$links[] = array( |
641 |
"title" => "<hr/>", |
"title" => "<hr/>", |
642 |
"right" => array("direction", "division", "instructeur"), |
"right" => array( |
643 |
|
"direction", "direction_tab", "division", "division_tab", "instructeur", |
644 |
|
"instructeur_tab", "groupe", "groupe_tab", |
645 |
|
), |
646 |
|
); |
647 |
|
// |
648 |
|
$links[] = array( |
649 |
|
"href" => "../scr/tab.php?obj=groupe", |
650 |
|
"class" => "groupe", |
651 |
|
"title" => _("groupe"), |
652 |
|
"right" => array("groupe", "groupe_tab", ), |
653 |
|
"open" => array("tab.php|groupe", "form.php|groupe", ), |
654 |
); |
); |
655 |
// |
// |
656 |
$links[] = array( |
$links[] = array( |
679 |
// |
// |
680 |
$links[] = array( |
$links[] = array( |
681 |
"class" => "category", |
"class" => "category", |
682 |
|
"title" => _("gestion des consultations"), |
683 |
|
"right" => array( |
684 |
|
"avis_consultation", "avis_consultation_tab", "service", "service_tab", |
685 |
|
"service_categorie", "service_categorie_tab", |
686 |
|
"lien_service_service_categorie", "lien_service_service_categorie_tab", |
687 |
|
), |
688 |
|
); |
689 |
|
// |
690 |
|
$links[] = array( |
691 |
|
"title" => "<hr/>", |
692 |
|
"right" => array( |
693 |
|
"avis_consultation", "avis_consultation_tab", "service", "service_tab", |
694 |
|
"service_categorie", "service_categorie_tab", |
695 |
|
"lien_service_service_categorie", "lien_service_service_categorie_tab", |
696 |
|
), |
697 |
|
); |
698 |
|
// |
699 |
|
$links[] = array( |
700 |
|
"href" => "../scr/tab.php?obj=avis_consultation", |
701 |
|
"class" => "avis_consultation", |
702 |
|
"title" => _("avis consultation"), |
703 |
|
"right" => array("avis_consultation", "avis_consultation_tab", ), |
704 |
|
"open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ), |
705 |
|
); |
706 |
|
// |
707 |
|
$links[] = array( |
708 |
|
"href" => "../scr/tab.php?obj=service", |
709 |
|
"class" => "service", |
710 |
|
"title" => _("service"), |
711 |
|
"right" => array("service", "service_tab", ), |
712 |
|
"open" => array("tab.php|service", "form.php|service", ), |
713 |
|
); |
714 |
|
$links[] = array( |
715 |
|
"href" => "../scr/tab.php?obj=service_categorie", |
716 |
|
"class" => "service_categorie", |
717 |
|
"title" => _("thematique des services"), |
718 |
|
"right" => array("service_categorie", "service_categorie_tab", ), |
719 |
|
"open" => array("tab.php|service_categorie", "form.php|service_categorie", ), |
720 |
|
); |
721 |
|
$links[] = array( |
722 |
|
"href" => "../scr/tab.php?obj=lien_service_service_categorie", |
723 |
|
"class" => "lien_service_service_categorie", |
724 |
|
"title" => _("Lien service / thematique"), |
725 |
|
"right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ), |
726 |
|
"open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ), |
727 |
|
); |
728 |
|
// |
729 |
|
$links[] = array( |
730 |
|
"class" => "category", |
731 |
|
"title" => _("gestion du guichet unique"), |
732 |
|
"right" => array( |
733 |
|
"demande_genre", "demande_genre_tab", "demande_type", |
734 |
|
"demande_type_tab", "demande_nature", "demande_nature_tab", |
735 |
|
), |
736 |
|
); |
737 |
|
// |
738 |
|
$links[] = array( |
739 |
|
"title" => "<hr/>", |
740 |
|
"right" => array( |
741 |
|
"demande_genre", "demande_genre_tab", "demande_type", |
742 |
|
"demande_type_tab", "demande_nature", "demande_nature_tab", |
743 |
|
), |
744 |
|
); |
745 |
|
// |
746 |
|
$links[] = array( |
747 |
|
"href" => "../scr/tab.php?obj=demande_nature", |
748 |
|
"class" => "demande_nature", |
749 |
|
"title" => _("nature de la demande"), |
750 |
|
"right" => array("demande_nature", "demande_nature_tab", ), |
751 |
|
"open" => array("tab.php|demande_nature", "form.php|demande_nature", ), |
752 |
|
); |
753 |
|
// |
754 |
|
$links[] = array( |
755 |
|
"href" => "../scr/tab.php?obj=demande_genre", |
756 |
|
"class" => "demande_genre", |
757 |
|
"title" => _("genre de la demande"), |
758 |
|
"right" => array("demande_genre", "demande_genre_tab", ), |
759 |
|
"open" => array("tab.php|demande_genre", "form.php|demande_genre", ), |
760 |
|
); |
761 |
|
// |
762 |
|
$links[] = array( |
763 |
|
"href" => "../scr/tab.php?obj=demande_type", |
764 |
|
"class" => "demande_type", |
765 |
|
"title" => _("type de la demande"), |
766 |
|
"right" => array("demande_type", "demande_type_tab",), |
767 |
|
"open" => array("tab.php|demande_type", "form.php|demande_type", ), |
768 |
|
); |
769 |
|
// |
770 |
|
$links[] = array( |
771 |
|
"class" => "category", |
772 |
"title" => _("editions"), |
"title" => _("editions"), |
773 |
"right" => array( |
"right" => array( |
774 |
"om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab", |
"om_etat", "om_etat_tab", "om_sousetat", "om_sousetat_tab", |
990 |
$links[] = array( |
$links[] = array( |
991 |
"class" => "category", |
"class" => "category", |
992 |
"title" => _("tableaux de bord"), |
"title" => _("tableaux de bord"), |
993 |
"right" => array("om_widget", "om_widget_tab", ), |
"right" => array( |
994 |
|
"om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab", |
995 |
|
), |
996 |
); |
); |
997 |
// |
// |
998 |
$links[] = array( |
$links[] = array( |
999 |
"title" => "<hr/>", |
"title" => "<hr/>", |
1000 |
"right" => array("om_widget", "om_widget_tab", ), |
"right" => array( |
1001 |
|
"om_widget", "om_widget_tab", "om_dashboard", "om_dashboard_tab", |
1002 |
|
), |
1003 |
); |
); |
1004 |
// |
// |
1005 |
$links[] = array( |
$links[] = array( |
1006 |
"href" => "../scr/tab.php?obj=om_widget", |
"href" => "../scr/tab.php?obj=om_widget", |
1007 |
"class" => "om_widget", |
"class" => "om_widget", |
1008 |
"title" => _("widget"), |
"title" => _("om_widget"), |
1009 |
"right" => array("om_widget", "om_widget_tab", ), |
"right" => array("om_widget", "om_widget_tab", ), |
1010 |
"open" => array("tab.php|om_widget", "form.php|om_widget", ), |
"open" => array("tab.php|om_widget", "form.php|om_widget", ), |
1011 |
); |
); |
1012 |
// |
// |
1013 |
$links[] = array( |
$links[] = array( |
1014 |
|
"href" => "../scr/tab.php?obj=om_dashboard", |
1015 |
|
"class" => "om_dashboard", |
1016 |
|
"title" => _("om_dashboard"), |
1017 |
|
"right" => array( ), |
1018 |
|
"open" => array("tab.php|om_dashboard", "form.php|om_dashboard", ), |
1019 |
|
); |
1020 |
|
// |
1021 |
|
$links[] = array( |
1022 |
"class" => "category", |
"class" => "category", |
1023 |
"title" => _("sig"), |
"title" => _("sig"), |
1024 |
"right" => array( |
"right" => array( |