61 |
"href" => "../scr/tab.php?obj=PC", |
"href" => "../scr/tab.php?obj=PC", |
62 |
"class" => "dossier", |
"class" => "dossier", |
63 |
"title" => _("PC"), |
"title" => _("PC"), |
64 |
"right" => "PC" |
"right" => "PC", |
65 |
|
"open" => "|PC" |
66 |
)); |
)); |
67 |
|
|
68 |
array_push($links, |
array_push($links, |
70 |
"href" => "../scr/tab.php?obj=DP", |
"href" => "../scr/tab.php?obj=DP", |
71 |
"class" => "dossier", |
"class" => "dossier", |
72 |
"title" => _("DP"), |
"title" => _("DP"), |
73 |
"right" => "DP" |
"right" => "DP", |
74 |
|
"open" => "|DP" |
75 |
)); |
)); |
76 |
|
|
77 |
|
|
80 |
"href" => "../scr/tab.php?obj=PD", |
"href" => "../scr/tab.php?obj=PD", |
81 |
"class" => "dossier", |
"class" => "dossier", |
82 |
"title" => _("PD"), |
"title" => _("PD"), |
83 |
"right" => "PD" |
"right" => "PD", |
84 |
|
"open" => "|PD" |
85 |
)); |
)); |
86 |
|
|
87 |
array_push($links, |
array_push($links, |
89 |
"href" => "../scr/tab.php?obj=PA", |
"href" => "../scr/tab.php?obj=PA", |
90 |
"class" => "dossier", |
"class" => "dossier", |
91 |
"title" => _("PA"), |
"title" => _("PA"), |
92 |
"right" => "PA" |
"right" => "PA", |
93 |
|
"open" => "|PA" |
94 |
)); |
)); |
95 |
|
|
96 |
array_push($links, |
array_push($links, |
104 |
"href" => "../scr/tab.php?obj=PC_accueil", |
"href" => "../scr/tab.php?obj=PC_accueil", |
105 |
"class" => "dossier", |
"class" => "dossier", |
106 |
"title" => _("PC - accueil"), |
"title" => _("PC - accueil"), |
107 |
"right" => "PC_accueil" |
"right" => "PC_accueil", |
108 |
|
"open" => "|PC_accueil" |
109 |
)); |
)); |
110 |
|
|
111 |
array_push($links, |
array_push($links, |
113 |
"href" => "../scr/tab.php?obj=DP_accueil", |
"href" => "../scr/tab.php?obj=DP_accueil", |
114 |
"class" => "dossier", |
"class" => "dossier", |
115 |
"title" => _("DP - accueil"), |
"title" => _("DP - accueil"), |
116 |
"right" => "DP_accueil" |
"right" => "DP_accueil", |
117 |
|
"open" => "|DP_accueil" |
118 |
)); |
)); |
119 |
|
|
120 |
|
|
123 |
"href" => "../scr/tab.php?obj=PD_accueil", |
"href" => "../scr/tab.php?obj=PD_accueil", |
124 |
"class" => "dossier", |
"class" => "dossier", |
125 |
"title" => _("PD - accueil"), |
"title" => _("PD - accueil"), |
126 |
"right" => "PD_accueil" |
"right" => "PD_accueil", |
127 |
|
"open" => "|PD_accueil" |
128 |
)); |
)); |
129 |
|
|
130 |
array_push($links, |
array_push($links, |
132 |
"href" => "../scr/tab.php?obj=PA_accueil", |
"href" => "../scr/tab.php?obj=PA_accueil", |
133 |
"class" => "dossier", |
"class" => "dossier", |
134 |
"title" => _("PA - accueil"), |
"title" => _("PA - accueil"), |
135 |
"right" => "PA_accueil" |
"right" => "PA_accueil", |
136 |
|
"open" => "|PA_accueil" |
137 |
)); |
)); |
138 |
|
|
139 |
|
array_push($links, |
140 |
|
array( |
141 |
|
"title" => "<hr/>", |
142 |
|
"right" => array(), |
143 |
|
)); |
144 |
|
|
145 |
|
array_push($links, |
146 |
|
array( |
147 |
|
"href" => "../scr/tab.php?obj=PC_modificatif", |
148 |
|
"class" => "traitement", |
149 |
|
"title" => _("modificatif transfert"), |
150 |
|
"right" => "PC_modificatif", |
151 |
|
"open" => array("|PC_modificatif","dossier_modificatif.php|") |
152 |
|
)); |
153 |
|
|
154 |
array_push($links, |
array_push($links, |
155 |
array( |
array( |
156 |
"title" => "<hr/>", |
"title" => "<hr/>", |
162 |
"href" => "../app/recherchedossier.php", |
"href" => "../app/recherchedossier.php", |
163 |
"class" => "dossier", |
"class" => "dossier", |
164 |
"title" => _("Recherche dossier"), |
"title" => _("Recherche dossier"), |
165 |
"right" => "recherchedossier" |
"right" => "recherchedossier", |
166 |
|
"open" => "recherchedossier.php|" |
167 |
)); |
)); |
168 |
|
|
169 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
170 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
171 |
|
|
172 |
|
//}}} |
173 |
|
|
174 |
// {{{ Rubrique EXPORT |
// {{{ Rubrique EXPORT |
175 |
$rubrik = array( |
$rubrik = array( |
176 |
"title" => _("Export"), |
"title" => _("Export"), |
184 |
"href" => "../scr/edition.php", |
"href" => "../scr/edition.php", |
185 |
"class" => "edition", |
"class" => "edition", |
186 |
"title" => _("Edition"), |
"title" => _("Edition"), |
187 |
"right" => "edition" |
"right" => "edition", |
188 |
|
"open" => "edition.php|" |
189 |
)); |
)); |
190 |
array_push($links, |
array_push($links, |
191 |
array( |
array( |
192 |
"href" => "../app/edition_p.php", |
"href" => "../app/edition_p.php", |
193 |
"class" => "edition", |
"class" => "edition", |
194 |
"title" => _("Edition date depot"), |
"title" => _("Edition date depot"), |
195 |
"right" => "edition_p" |
"right" => "edition_p", |
196 |
|
"open" => "edition_p.php|" |
197 |
)); |
)); |
198 |
|
|
199 |
array_push($links, |
array_push($links, |
201 |
"href" => "../app/edition_d.php", |
"href" => "../app/edition_d.php", |
202 |
"class" => "edition", |
"class" => "edition", |
203 |
"title" => _("Edition date decision"), |
"title" => _("Edition date decision"), |
204 |
"right" => "edition_d" |
"right" => "edition_d", |
205 |
|
"open" => "edition_d.php|" |
206 |
)); |
)); |
207 |
|
|
208 |
array_push($links, |
array_push($links, |
216 |
"href" => "../scr/reqmo.php", |
"href" => "../scr/reqmo.php", |
217 |
"class" => "reqmo", |
"class" => "reqmo", |
218 |
"title" => _("Requetes memorisees"), |
"title" => _("Requetes memorisees"), |
219 |
"right" => "reqmo" |
"right" => "reqmo", |
220 |
|
"open" => array("reqmo.php|","requeteur.php|",), |
221 |
)); |
)); |
222 |
|
|
223 |
array_push($links, |
array_push($links, |
225 |
"href" => "../app/export_pc.php", |
"href" => "../app/export_pc.php", |
226 |
"class" => "reqmo", |
"class" => "reqmo", |
227 |
"title" => _("export PC Lascot"), |
"title" => _("export PC Lascot"), |
228 |
"right" => "export_pc" |
"right" => "export_pc", |
229 |
|
"open" => "export_pc.php|" |
230 |
)); |
)); |
231 |
|
|
232 |
array_push($links, |
array_push($links, |
234 |
"href" => "../app/export_dp.php", |
"href" => "../app/export_dp.php", |
235 |
"class" => "reqmo", |
"class" => "reqmo", |
236 |
"title" => _("export DP Lascot"), |
"title" => _("export DP Lascot"), |
237 |
"right" => "export_dp" |
"right" => "export_dp", |
238 |
|
"open" => "export_dp.php|" |
239 |
)); |
)); |
240 |
|
|
241 |
array_push($links, |
array_push($links, |
243 |
"href" => "../app/sitadel.php", |
"href" => "../app/sitadel.php", |
244 |
"class" => "reqmo", |
"class" => "reqmo", |
245 |
"title" => _("export")._("sitadel")." 2", |
"title" => _("export")._("sitadel")." 2", |
246 |
"right" => "export_sitadel" |
"right" => "export_sitadel", |
247 |
|
"open" => "sitadel.php|" |
248 |
)); |
)); |
249 |
|
|
250 |
|
|
251 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
252 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
253 |
// }}} |
// }}} |
254 |
|
// {{{ Rubrique parametrage de l'application |
|
// {{{ Rubrique TRAITEMENT |
|
255 |
|
|
256 |
$rubrik = array( |
$rubrik = array( |
257 |
"title" => _("Traitement"), |
"title" => _("Parametrage"), |
258 |
"class" => "traitement", |
"class" => "parametrage", |
259 |
"right" => "menu_traitement", |
"right" => "menu_parametrage", |
260 |
); |
); |
261 |
$links = array(); |
$links = array(); |
262 |
// *** TRAITEMENT *** |
// *** TABLES DE PARAMETRAGE *** |
263 |
// inserez le lien d acces au traitement |
// inserer ici vos tables de parametres |
264 |
// ======================================================================== |
// ======================================================================== |
265 |
/* |
/* |
266 |
array_push($links, |
array_push($links, |
267 |
array( |
array( |
268 |
"href" => "../trt/nom_du_traitement.php", |
"href" => "../scr/tab.php?obj=nom_table", |
269 |
"class" => "traitement", |
"class" => "nom_table", |
270 |
"title" => _("Traitement"), |
"title" => _("nom_table"), |
271 |
"right" => "traitement" |
"right" => "nom_table" |
272 |
)); |
)); |
273 |
*/ |
*/ |
274 |
// ======================================================================== |
// ======================================================================== |
275 |
|
|
276 |
|
|
277 |
|
// param gaux |
278 |
|
|
279 |
array_push($links, |
array_push($links, |
280 |
array( |
array( |
281 |
"href" => "../scr/form.php?obj=dossier_numeromanuel", |
"href" => "../scr/form.php?obj=dossier_numeromanuel", |
282 |
"class" => "traitement", |
"class" => "traitement", |
283 |
"title" => _("numero manuel"), |
"title" => _("numero manuel"), |
284 |
"right" => "dossier_numeromanuel" |
"right" => "dossier_numeromanuel", |
285 |
|
"open" => "|dossier_numeromanuel" |
286 |
)); |
)); |
287 |
|
|
288 |
array_push($links, |
array_push($links, |
289 |
array( |
array( |
|
"href" => "../scr/tab.php?obj=PC_modificatif", |
|
|
"class" => "traitement", |
|
|
"title" => _("modificatif transfert"), |
|
|
"right" => "PC_modificatif" |
|
|
)); |
|
|
|
|
|
array_push($links, |
|
|
array( |
|
290 |
"href" => "../app/num_dossier.php", |
"href" => "../app/num_dossier.php", |
291 |
"class" => "traitement", |
"class" => "traitement", |
292 |
"title" => _("remise a 0"), |
"title" => _("remise a 0"), |
293 |
"right" => "num_dossier" |
"right" => "num_dossier", |
294 |
|
"open" => "num_dossier.php|" |
295 |
)); |
)); |
296 |
|
|
297 |
$rubrik['links'] = $links; |
array_push($links, |
|
array_push($menu, $rubrik); |
|
|
// }}} |
|
|
|
|
|
|
|
|
|
|
|
// {{{ Rubrique parametrage de l'application |
|
|
|
|
|
$rubrik = array( |
|
|
"title" => _("Parametrage"), |
|
|
"class" => "parametrage", |
|
|
"right" => "menu_parametrage", |
|
|
); |
|
|
$links = array(); |
|
|
// *** TABLES DE PARAMETRAGE *** |
|
|
// inserer ici vos tables de parametres |
|
|
// ======================================================================== |
|
|
/* |
|
|
array_push($links, |
|
298 |
array( |
array( |
299 |
"href" => "../scr/tab.php?obj=nom_table", |
"title" => "<hr/>", |
300 |
"class" => "nom_table", |
"right" => array(), |
|
"title" => _("nom_table"), |
|
|
"right" => "nom_table" |
|
301 |
)); |
)); |
|
*/ |
|
|
// ======================================================================== |
|
302 |
|
|
303 |
|
|
|
// param gaux |
|
|
|
|
304 |
array_push($links, |
array_push($links, |
305 |
array( |
array( |
306 |
"href" => "../scr/tab.php?obj=architecte", |
"href" => "../scr/tab.php?obj=architecte", |
324 |
"href" => "../scr/tab.php?obj=travaux", |
"href" => "../scr/tab.php?obj=travaux", |
325 |
"class" => "travaux", |
"class" => "travaux", |
326 |
"title" => _("travaux"), |
"title" => _("travaux"), |
327 |
"right" => "travaux" |
"right" => "travaux", |
328 |
|
"open" => "|travaux", |
329 |
)); |
)); |
330 |
|
|
331 |
array_push($links, |
array_push($links, |
436 |
"title" => _("avis"), |
"title" => _("avis"), |
437 |
"right" => "avis" |
"right" => "avis" |
438 |
)); |
)); |
439 |
|
array_push($links, |
440 |
|
array( |
441 |
|
"title" => "<hr/>", |
442 |
|
"right" => array("om_etat_tab", "om_sousetat_tab", "om_lettretype_tab"), |
443 |
|
)); |
444 |
|
array_push($links, |
445 |
|
array( |
446 |
|
"href" => "../scr/tab.php?obj=om_etat", |
447 |
|
"class" => "etat", |
448 |
|
"title" => _("om_etat"), |
449 |
|
"right" => "om_etat_tab", |
450 |
|
"open" => "|om_etat" |
451 |
|
)); |
452 |
|
array_push($links, |
453 |
|
array( |
454 |
|
"href" => "../scr/tab.php?obj=om_sousetat", |
455 |
|
"class" => "sousetat", |
456 |
|
"title" => _("om_sousetat"), |
457 |
|
"right" => "om_sousetat_tab", |
458 |
|
"open" => "|om_sousetat" |
459 |
|
)); |
460 |
|
array_push($links, |
461 |
|
array( |
462 |
|
"href" => "../scr/tab.php?obj=om_lettretype", |
463 |
|
"class" => "lettretype", |
464 |
|
"title" => _("om_lettretype"), |
465 |
|
"right" => "om_lettretype_tab", |
466 |
|
"open" => "|om_lettretype" |
467 |
|
)); |
468 |
|
|
469 |
|
|
470 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
471 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
472 |
|
//}}} |
473 |
// sig |
//{{{ SIG |
474 |
|
|
475 |
$rubrik = array( |
$rubrik = array( |
476 |
"title" => _("SIG"), |
"title" => _("SIG"), |
539 |
"title" => _("parcelle")." "._("lot"), |
"title" => _("parcelle")." "._("lot"), |
540 |
"right" => "parcelle_lot" |
"right" => "parcelle_lot" |
541 |
)); |
)); |
542 |
|
|
543 |
|
|
544 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
545 |
array_push($menu, $rubrik); |
array_push($menu, $rubrik); |
546 |
|
|
547 |
|
|
548 |
|
//}}} |
549 |
// {{{ Rubrique ADMINISTRATION |
// {{{ Rubrique ADMINISTRATION |
550 |
// |
// |
551 |
$rubrik = array( |
$rubrik = array( |
616 |
)); |
)); |
617 |
array_push($links, |
array_push($links, |
618 |
array( |
array( |
|
"href" => "../scr/tab.php?obj=om_etat", |
|
|
"class" => "etat", |
|
|
"title" => _("om_etat"), |
|
|
"right" => "om_etat_tab" |
|
|
)); |
|
|
array_push($links, |
|
|
array( |
|
|
"href" => "../scr/tab.php?obj=om_sousetat", |
|
|
"class" => "sousetat", |
|
|
"title" => _("om_sousetat"), |
|
|
"right" => "om_sousetat_tab" |
|
|
)); |
|
|
array_push($links, |
|
|
array( |
|
|
"href" => "../scr/tab.php?obj=om_lettretype", |
|
|
"class" => "lettretype", |
|
|
"title" => _("om_lettretype"), |
|
|
"right" => "om_lettretype_tab" |
|
|
)); |
|
|
array_push($links, |
|
|
array( |
|
619 |
"href" => "../scr/tab.php?obj=om_sig_point", |
"href" => "../scr/tab.php?obj=om_sig_point", |
620 |
"class" => "om_sig_point", |
"class" => "om_sig_point", |
621 |
"title" => _("om SIG"), |
"title" => _("om SIG"), |