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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 317 - (show annotations)
Wed Mar 28 21:45:12 2012 UTC (12 years, 10 months ago) by atreal
File size: 923 byte(s)
erreur sur le libellé PC Accueil

1 <?php
2 //$Id: PC_accueil.inc,v 1.2 2010-07-28 10:58:48 fraynaud Exp $
3 include('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 -> PC accueil";
14 else
15 $ent= _("dossier")." -> "._("PC 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 = 'PC' and (etat ='initialiser' or etat='notifier')";
26 $sousformulaire=array("instruction");
27 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26