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

Annotation of /trunk/sql/pgsql/lien_localisation_nature.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 563 - (hide annotations)
Wed Oct 31 10:25:25 2012 UTC (12 years, 3 months ago) by vpihour
File size: 634 byte(s)
Personnalisation du formulaire d'ajout et du tableau lien entre un instructeur, le type de dossier et la localisation 

1 vpihour 555 <?php
2     //$Id$
3     //gen openMairie le 30/10/2012 12:32
4    
5     include('../gen/sql/pgsql/lien_localisation_nature.inc.php');
6 vpihour 563
7     /*
8     *
9     * Si le champs est NULL, une * est affichée.
10     *
11     * */
12     $champAffiche = array(
13     'lien_localisation_nature.lien_localisation_nature as "'._("lien_localisation_nature").'"',
14     'COALESCE(nature.libelle, \'*\') as "'._("nature").'"',
15     'COALESCE(arrondissement.numero, \'*\') as "'._("arrondissement").'"',
16     'COALESCE(quartier.libelle, \'*\') as "'._("quartier").'"',
17     'COALESCE(lien_localisation_nature.section, \'*\') as "'._("section").'"',
18     'instructeur.nom as "'._("instructeur").'"',
19     );
20 vpihour 555 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26