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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by fraynaud, Thu Feb 10 20:46:18 2011 UTC revision 9 by fraynaud, Mon Feb 14 17:51:36 2011 UTC
# Line 2  Line 2 
2  //$Id$  //$Id$
3  //gen openMairie le 10/02/2011 20:40  //gen openMairie le 10/02/2011 20:40
4  include('../gen/sql/pgsql/parcelle.form.inc.php');  include('../gen/sql/pgsql/parcelle.form.inc.php');
5    $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  ?>  ?>

Legend:
Removed from v.8  
changed lines
  Added in v.9

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26