14 |
// |
// |
15 |
$rubrik = array( |
$rubrik = array( |
16 |
"title" => _("instruction"), |
"title" => _("instruction"), |
17 |
"class" => "application", |
"class" => "instruction", |
18 |
"right" => "menu_application", |
"right" => "menu_instruction", |
19 |
); |
); |
20 |
// |
// |
21 |
$links = array(); |
$links = array(); |
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 |
|
|
144 |
|
|
145 |
|
$links[] = array( |
146 |
|
"class" => "category", |
147 |
|
"title" => _("Messages"), |
148 |
|
"right" => array("messages_mes_retours", "messages_tous_retours"), |
149 |
|
); |
150 |
|
$links[] = array( |
151 |
|
"title" => "<hr/>", |
152 |
|
"right" => array("messages_mes_retours", "messages_tous_retours"), |
153 |
|
); |
154 |
|
$links[] = array( |
155 |
|
"href" => "../scr/tab.php?obj=messages_mes_retours", |
156 |
|
"class" => "messages_mes_retours", |
157 |
|
"title" => _("Mes messages"), |
158 |
|
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
159 |
|
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
160 |
|
); |
161 |
|
$links[] = array( |
162 |
|
"href" => "../scr/tab.php?obj=messages_tous_retours", |
163 |
|
"class" => "messages_tous_retours", |
164 |
|
"title" => _("Tous les messages"), |
165 |
|
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
166 |
|
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
167 |
|
); |
168 |
|
|
169 |
|
// |
170 |
|
$rubrik['links'] = $links; |
171 |
|
// |
172 |
|
$menu[] = $rubrik; |
173 |
|
// }}} |
174 |
|
// {{{ Rubrique Demandes d'avis |
175 |
|
// |
176 |
|
$rubrik = array( |
177 |
|
"title" => _("Suivi"), |
178 |
|
"class" => "suivi", |
179 |
|
"right" => "menu_suivi", |
180 |
|
); |
181 |
|
$links = array(); |
182 |
|
// |
183 |
$links[] = array( |
$links[] = array( |
184 |
"href" => "../app/avis_code_barre.php", |
"href" => "../app/avis_code_barre.php", |
185 |
"class" => "avis_code_barre", |
"class" => "avis_code_barre", |
192 |
// |
// |
193 |
$menu[] = $rubrik; |
$menu[] = $rubrik; |
194 |
// }}} |
// }}} |
|
|
|
|
|
|
195 |
// {{{ Rubrique Demandes d'avis |
// {{{ Rubrique Demandes d'avis |
196 |
// |
// |
197 |
$rubrik = array( |
$rubrik = array( |
198 |
"title" => _("Demandes d'avis"), |
"title" => _("Demandes d'avis"), |
199 |
"class" => "demande_avis", |
"class" => "demande_avis", |
200 |
|
"right" => "menu_demande_avis", |
201 |
); |
); |
202 |
// |
// |
203 |
$links = array(); |
$links = array(); |
204 |
// |
// |
205 |
$links[] = array( |
$links[] = array( |
206 |
"href" => "../scr/tab.php?obj=demande_encours", |
"href" => "../scr/tab.php?obj=demande_avis_encours", |
207 |
"class" => "demande_encours", |
"class" => "demande_avis_encours", |
208 |
"title" => _("Demandes en cours"), |
"title" => _("Demandes en cours"), |
209 |
"right" => array("demande_encours", "demande_encours_tab", ), |
"right" => array("demande_avis_encours", "demande_avis_encours_tab", ), |
210 |
"open" => array("tab.php|demande_encours", "form.php|demande_encours", ), |
"open" => array("tab.php|demande_avis_encours", "form.php|demande_avis_encours", ), |
211 |
); |
); |
212 |
|
|
213 |
$links[] = array( |
$links[] = array( |
214 |
"href" => "../scr/tab.php?obj=demande_passee", |
"href" => "../scr/tab.php?obj=demande_avis_passee", |
215 |
"class" => "demande_passee", |
"class" => "demande_avis_passee", |
216 |
"title" => _("Demandes passees"), |
"title" => _("Demandes passees"), |
217 |
"right" => array("demande_passee", "demande_passee_tab", ), |
"right" => array("demande_avis_passee", "demande_avis_passee_tab", ), |
218 |
"open" => array("tab.php|demande_passee", "form.php|demande_passee", ), |
"open" => array("tab.php|demande_avis_passee", "form.php|demande_avis_passee", ), |
219 |
); |
); |
220 |
|
|
221 |
$links[] = array( |
$links[] = array( |
222 |
"href" => "../scr/tab.php?obj=demande_export", |
"href" => "../scr/tab.php?obj=demande_avis_export", |
223 |
"class" => "demande_export", |
"class" => "demande_avis_export", |
224 |
"title" => _("Exports"), |
"title" => _("Exports"), |
225 |
"right" => array("demande_export", "demande_export_tab", ), |
"right" => array("demande_avis_export", "demande_avis_export_tab", ), |
226 |
"open" => array("tab.php|demande_export", "form.php|demande_export", ), |
"open" => array("tab.php|demande_avis_export", "form.php|demande_avis_export", ), |
227 |
); |
); |
228 |
|
|
229 |
// |
// |
340 |
$links[] = array( |
$links[] = array( |
341 |
"title" => "<hr/>", |
"title" => "<hr/>", |
342 |
"right" => array( |
"right" => array( |
343 |
"architecte", "architecte_tab", "service", "service_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab", |
"architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab", |
344 |
|
"lien_localisation_nature", "lien_localisation_nature_tab", |
345 |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
346 |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
347 |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
379 |
); |
); |
380 |
// |
// |
381 |
$links[] = array( |
$links[] = array( |
382 |
|
"href" => "../scr/tab.php?obj=instructeur", |
383 |
|
"class" => "instructeur", |
384 |
|
"title" => _("instructeur"), |
385 |
|
"right" => array("instructeur", "instructeur_tab", ), |
386 |
|
"open" => array("tab.php|instructeur", "form.php|instructeur", ), |
387 |
|
); |
388 |
|
// |
389 |
|
$links[] = array( |
390 |
|
"href" => "../scr/tab.php?obj=lien_localisation_nature", |
391 |
|
"class" => "lien_localisation_nature", |
392 |
|
"title" => _("Lien instructeur / localisation / type de dossier"), |
393 |
|
"right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ), |
394 |
|
"open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ), |
395 |
|
); |
396 |
|
// |
397 |
|
$links[] = array( |
398 |
"href" => "../scr/tab.php?obj=travaux", |
"href" => "../scr/tab.php?obj=travaux", |
399 |
"class" => "travaux", |
"class" => "travaux", |
400 |
"title" => _("travaux"), |
"title" => _("travaux"), |