/[openfoncier]/trunk/sql/pgsql/consultation_retour.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/consultation_retour.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (show annotations)
Mon Aug 22 15:54:28 2011 UTC (13 years, 5 months ago) by fraynaud
Original Path: trunk/sql/pgsql/consultation_retour.inc
File size: 1395 byte(s)
wid + consultation retour + dossier limite -> TDB



1 <?php
2 //$Id: consultation_retour.inc,v 1.2 2010-07-28 10:58:48 fraynaud Exp $
3 $DEBUG=0;
4 $serie=15;
5 $ent = "retour -> consultation";
6 $ico = "../img/ico_dossier.png";
7 $edition="";
8 //
9 $table="consultation inner join service on consultation.service=service.service";
10 $champAffiche=array("consultation",
11 "consultation.service",
12 "dossier",
13 "libelle",
14 "to_char(date_envoi,'DD/MM/YYYY') as date_envoi",
15 "to_char(date_retour,'DD/MM/YYYY') as date_retour",
16 "to_char(date_limite,'DD/MM/YYYY') as date_limite",
17 "avis");
18 $champRecherche=array("dossier");
19 $tri= "";
20 $selection=" where date_limite > '".date('Y-m-d')."' and avis is null" ;
21
22 $href[0]['lien']= "";
23 // $href[0]['id']= "";
24 // $href[0]['lib']= "";
25 //$href[1]['lien'] = "form.php?obj=".$obj."&idx=";
26 //$href[1]['id'] = "&premier=".$premier."&recherche=".$recherche1;
27 //$href[1]['lib'] = "";
28 //$href[2]['lien'] = "form.php?obj=".$obj."&idx=";
29 //$href[2]['id'] = "&ids=1&premier=".$premier."&recherche=".$recherche1;
30 //$href[2]['lib'] = "<img src='../img/supprimer.gif' border='0'>";
31 $href[3]['lien'] = "../pdf/pdfetat.php?idx=";
32 $href[3]['id']= "&obj=consultation";
33 $href[3]['lib']= "<img src='../img/ico_pdf.png' border=0>";
34
35 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26