118 |
"open" => "recherchedossier.php|", |
"open" => "recherchedossier.php|", |
119 |
); |
); |
120 |
$links[] = array( |
$links[] = array( |
121 |
"class" => "subtitle", |
"class" => "category", |
122 |
"title" => _("Consultation"), |
"title" => _("Consultation"), |
123 |
"right" => "consultation" |
"right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"), |
124 |
|
); |
125 |
|
$links[] = array( |
126 |
|
"title" => "<hr/>", |
127 |
|
"right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"), |
128 |
); |
); |
129 |
$links[] = array( |
$links[] = array( |
130 |
"href" => "../scr/tab.php?obj=consultation_mes_retours", |
"href" => "../scr/tab.php?obj=consultation_mes_retours", |
140 |
"right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ), |
"right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ), |
141 |
"open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ), |
"open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ), |
142 |
); |
); |
143 |
|
$links[] = array( |
144 |
|
"href" => "../app/avis_code_barre.php", |
145 |
|
"class" => "avis_code_barre", |
146 |
|
"title" => _("Retour de consultation"), |
147 |
|
"right" => array("avis_code_barre", ), |
148 |
|
"open" => array("avis_code_barre.php|"), |
149 |
|
); |
150 |
|
// |
151 |
|
$rubrik['links'] = $links; |
152 |
|
// |
153 |
|
$menu[] = $rubrik; |
154 |
|
// }}} |
155 |
|
|
156 |
|
|
157 |
|
// {{{ Rubrique Demandes d'avis |
158 |
|
// |
159 |
|
$rubrik = array( |
160 |
|
"title" => _("Demandes d'avis"), |
161 |
|
"class" => "demande_avis", |
162 |
|
); |
163 |
|
// |
164 |
|
$links = array(); |
165 |
|
// |
166 |
|
$links[] = array( |
167 |
|
"href" => "../scr/tab.php?obj=demande_encours", |
168 |
|
"class" => "demande_encours", |
169 |
|
"title" => _("Demandes en cours"), |
170 |
|
"right" => array("demande_encours", "demande_encours_tab", ), |
171 |
|
"open" => array("tab.php|demande_encours", "form.php|demande_encours", ), |
172 |
|
); |
173 |
|
|
174 |
|
$links[] = array( |
175 |
|
"href" => "../scr/tab.php?obj=demande_passee", |
176 |
|
"class" => "demande_passee", |
177 |
|
"title" => _("Demandes passees"), |
178 |
|
"right" => array("demande_passee", "demande_passee_tab", ), |
179 |
|
"open" => array("tab.php|demande_passee", "form.php|demande_passee", ), |
180 |
|
); |
181 |
|
|
182 |
|
$links[] = array( |
183 |
|
"href" => "../scr/tab.php?obj=demande_export", |
184 |
|
"class" => "demande_export", |
185 |
|
"title" => _("Exports"), |
186 |
|
"right" => array("demande_export", "demande_export_tab", ), |
187 |
|
"open" => array("tab.php|demande_export", "form.php|demande_export", ), |
188 |
|
); |
189 |
|
|
190 |
// |
// |
191 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
192 |
// |
// |
193 |
$menu[] = $rubrik; |
$menu[] = $rubrik; |
194 |
// }}} |
// }}} |
195 |
|
|
196 |
|
|
197 |
|
|
198 |
// {{{ Rubrique EXPORT |
// {{{ Rubrique EXPORT |
199 |
// |
// |
200 |
$rubrik = array( |
$rubrik = array( |
472 |
); |
); |
473 |
// |
// |
474 |
$links[] = array( |
$links[] = array( |
475 |
|
"class" => "category", |
476 |
|
"title" => _("Organisation"), |
477 |
|
"right" => array("direction", "division", "instructeur"), |
478 |
|
); |
479 |
|
$links[] = array( |
480 |
|
"title" => "<hr/>", |
481 |
|
"right" => array("direction", "division", "instructeur"), |
482 |
|
); |
483 |
|
// |
484 |
|
$links[] = array( |
485 |
|
"href" => "../scr/tab.php?obj=direction", |
486 |
|
"class" => "direction", |
487 |
|
"title" => _("direction"), |
488 |
|
"right" => array("direction", "direction_tab", ), |
489 |
|
"open" => array("tab.php|direction", "form.php|direction", ), |
490 |
|
); |
491 |
|
// |
492 |
|
$links[] = array( |
493 |
|
"href" => "../scr/tab.php?obj=division", |
494 |
|
"class" => "division", |
495 |
|
"title" => _("division"), |
496 |
|
"right" => array("division", "division_tab", ), |
497 |
|
"open" => array("tab.php|division", "form.php|division", ), |
498 |
|
); |
499 |
|
// |
500 |
|
$links[] = array( |
501 |
|
"href" => "../scr/tab.php?obj=instructeur", |
502 |
|
"class" => "instructeur", |
503 |
|
"title" => _("instructeur"), |
504 |
|
"right" => array("instructeur", "instructeur_tab", ), |
505 |
|
"open" => array("tab.php|instructeur", "form.php|instructeur", ), |
506 |
|
); |
507 |
|
// |
508 |
|
$links[] = array( |
509 |
"class" => "category", |
"class" => "category", |
510 |
"title" => _("editions"), |
"title" => _("editions"), |
511 |
"right" => array( |
"right" => array( |