/[openfoncier]/trunk/dyn/comboparametre.inc.php
ViewVC logotype

Contents of /trunk/dyn/comboparametre.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 234 - (show annotations)
Tue Nov 22 08:26:11 2011 UTC (13 years, 2 months ago) by fraynaud
File size: 1213 byte(s)
Error occurred while calculating annotation data.
(correction dans le cadre de la mise en place opérationnelle sur arles)

* parametre statistique : affichage onglet statistique non modifiable
* recherche de lotissement: pb de casse et rapatriement du numero de lot
* lettre type instruction : format de la datecourrier jj/mm/aaaa



1 <?php
2 // $Id: comboparametre.inc,v 1.5 2008-06-26 09:18:41 jbastide Exp $
3 // =========================================================================
4 // Affectation des paramètres spécifiques applications pour COMBO.PHP 1.1
5 // =========================================================================
6 // if($champOrigine=="nom") $longueurRecherche=0;
7 // Champ département 97 98 99 sur plus de 2 caractères
8 //if($champCorrel2=="code_departement") $zoneCorrel2=substr($zoneCorrel2,0,2);
9 $longueurRecherche=0;
10 if($champOrigine=="parcelle") {
11 $sql = "select * from parcelle inner join proprietaire on parcelle.proprietaire=proprietaire.proprietaire where ".$zoneOrigine.
12 " like '".$recherche."%' order by parcelle";
13 }
14 if($champOrigine=="nom") {
15 $sql = "select * from parcelle inner join proprietaire on parcelle.proprietaire=proprietaire.proprietaire where proprietaire.nom like '".$recherche."%' order by parcelle";
16 }
17
18 if($champOrigine=="parcelle_lot_lotissement") {
19 $sql = "select * from parcelle_lot where lower(lotissement) like '%".strtolower($recherche)."%' order by lotissement,numero";
20 }
21
22 //if($champOrigine=="parcelle_lot_lotissement") {
23 // $x=$row['numero']." ".$row['lotissement'];
24 //}
25 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26