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

Annotation of /trunk/sql/pgsql/parcelle.form.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Mon Feb 14 17:51:36 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/parcelle.form.inc
File size: 548 byte(s)
om4


1 fraynaud 3 <?php
2     //$Id$
3     //gen openMairie le 10/02/2011 20:40
4     include('../gen/sql/pgsql/parcelle.form.inc.php');
5 fraynaud 9 $champs=array("parcelle",
6     "debut",
7     "rivoli",
8     "pos",
9     "proprietaire",
10     "surface"
11     );
12     $selection="";
13     $sql_pos="select pos,(pos||' '||libelle) as lib from pos order by libelle";
14     $sql_proprietaire="select proprietaire,(nom||' '||prenom) as lib from proprietaire order by nom";
15     $sql_rivoli="select rivoli,(rivoli||' '||libelle) as lib from rivoli order by libelle";
16    
17 fraynaud 3 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26