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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 196 - (show annotations)
Sat Oct 15 21:07:29 2011 UTC (13 years, 3 months ago) by fraynaud
File size: 928 byte(s)
modificatif et transfert : zones nouvellement creees (stats shon lotisst 
...)
remarques diverses atreal : cartouche nom, instruction
menu option sig



1 <?php
2 //$Id: PA_accueil.inc,v 1.2 2010-07-28 10:58:48 fraynaud Exp $
3 include('../gen/sql/pgsql/dossier.inc.php');
4 if(isset($idx))
5 if($idx != "]"){
6 $ent = "dossier -> ".$idx;
7 if(isset($idz) ){
8 if (trim($idz!=''))
9 $ent = $ent."&nbsp;<font id='idz1'>&nbsp;".
10 strtoupper($idz)."&nbsp;</font>";
11 }
12 }else
13 $ent= "dossier -> PA accueil";
14 else
15 $ent= "dossier -> PA accueil";
16 $ico = "../img/ico_dossier.png";
17 $edition="";
18 $champAffiche=array("dossier",
19 "demandeur_nom",
20 "to_char(date_demande,'DD/MM/YYYY') as date_demande",
21 "to_char(date_depot,'DD/MM/YYYY') as date_depot",
22 "etat"
23 );
24 $champRecherche=array("dossier","demandeur_nom");
25 $selection=" where nature = 'PA' and (etat ='initialiser' or etat='notifier')";
26 $sousformulaire=array("instruction");
27 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26