1 |
fraynaud |
25 |
<?php |
2 |
|
|
//$Id: PC_modificatif.inc,v 1.2 2010-07-28 10:58:48 fraynaud Exp $ |
3 |
|
|
$DEBUG=0; |
4 |
|
|
$serie=15; |
5 |
|
|
$ent= "Dossier -> PC -> modificatif -> transfert"; |
6 |
|
|
$ico = "../img/ico_dossier.png"; |
7 |
|
|
$edition=""; |
8 |
fraynaud |
48 |
$table="dossier left join om_utilisateur on dossier.instructeur = om_utilisateur.om_utilisateur"; |
9 |
fraynaud |
25 |
$champAffiche=array("dossier", |
10 |
fraynaud |
48 |
"om_utilisateur.nom as instructeur", |
11 |
fraynaud |
25 |
"demandeur_nom", |
12 |
|
|
"to_char(date_demande,'DD/MM/YYYY') as date_demande", |
13 |
|
|
"to_char(date_depot,'DD/MM/YYYY') as date_depot", |
14 |
|
|
"to_char(date_complet,'DD/MM/YYYY') as date_complet", |
15 |
|
|
"to_char(date_notification_delai,'DD/MM/YYYY') as date_notification_delai", |
16 |
|
|
"to_char(date_limite,'DD/MM/YYYY') as date_limite", |
17 |
|
|
"etat" |
18 |
|
|
); |
19 |
|
|
$champRecherche=array("dossier","demandeur_nom"); |
20 |
|
|
$tri= ""; |
21 |
|
|
$selection=" where nature = 'PC'"; |
22 |
|
|
// sous formulaire |
23 |
|
|
$sousformulaire=array("instruction","consultation","terrain","blocnote","destination_shon","modificatif"); |
24 |
|
|
// permis modificatif et transfert de permis |
25 |
|
|
$href[0]['lien'] = ""; |
26 |
|
|
$href[0]['id'] = ""; |
27 |
|
|
$href[0]['lib'] = ""; |
28 |
|
|
|
29 |
fraynaud |
90 |
$href[1]['lien'] = "../app/dossier_modificatif.php?idx="; |
30 |
fraynaud |
25 |
$href[1]['id'] = "&premier=".$premier."&recherche=".$recherche1; |
31 |
fraynaud |
116 |
$href[1]['lib'] = "<img src='../app/img/fleche_d.gif' border='0'>"; |
32 |
fraynaud |
25 |
|
33 |
|
|
$href[2]['lien'] = "../pdf/pdfetat.php?idx="; |
34 |
|
|
$href[2]['id']= "&obj=dossier"; |
35 |
fraynaud |
116 |
$href[2]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"". |
36 |
|
|
_("Edition")."\">"._("Edition")."</span>"; |
37 |
fraynaud |
25 |
?> |