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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Mon Feb 28 20:15:19 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/PD_accueil.inc
File size: 644 byte(s)
trs om 4.00



1 <?php
2 //$Id: PD_accueil.inc,v 1.2 2010-07-28 10:58:48 fraynaud Exp $
3 include('../gen/sql/pgsql/dossier.inc.php');
4 $ent = "dossier -> PD_accueil";
5 $ico = "../img/ico_dossier.png";
6 $edition="";
7 $champAffiche=array("dossier",
8 "demandeur_nom",
9 "to_char(date_demande,'DD/MM/YYYY') as date_demande",
10 "to_char(date_depot,'DD/MM/YYYY') as date_depot",
11 "etat"
12 );
13 $champRecherche=array("dossier","demandeur_nom");
14 $selection=" where nature = 'PD' and (etat ='initialiser' or etat='notifier') and instructeur <1";
15 $sousformulaire=array("instruction");
16 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26