/[openfoncier]/trunk/sql/pgsql/modificatif.inc
ViewVC logotype

Contents of /trunk/sql/pgsql/modificatif.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (show annotations)
Mon Jul 18 15:36:44 2011 UTC (13 years, 6 months ago) by fraynaud
File size: 1017 byte(s)
maj sql scr spg 3.0.0


1 <?php
2 //$Id: modificatif.inc,v 1.2 2010-08-22 21:40:12 fraynaud Exp $
3 $DEBUG=0;
4 $serie=10;
5 $ent = "dossier -> modificatif";
6 $ico = "ico_traitement.png";
7 if(isset($objsf) and isset($idx)){
8 $href[0]['lien']= "";
9 $href[0]['id']= "";
10 $href[0]['lib']= "";
11 $href[1]['lien'] = "";
12 $href[1]['id']= "";
13 $href[1]['lib']= "";
14 $href[2]['lien'] = ".";
15 $href[2]['id']= "";
16 $href[2]['lib']= "";
17 $href[3]['lien'] = "../pdf/pdfetat.php?obj=dossier&idx=";
18 $href[3]['id']= "";
19 $href[3]['lib']= "<img src='../img/ico_pdf.png' border=0>";
20 }else
21 $href=array();
22
23 $table="dossier";
24 $champAffiche=array("dossier",
25 "types",
26 "demandeur_nom",
27 "to_char(date_demande,'DD/MM/YYYY') as date_demande",
28 "etat");
29 $champRecherche=array("demandeur_nom");
30 $tri= "";
31 if(isset($idx)){
32 $selection=" where substring(dossier,1,9) like '".substr($idx,0,9)."'";
33 }else{
34 $selection="";
35 }
36 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26