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

Contents of /trunk/sql/pgsql/terrain.pdf.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/terrain.pdf.inc
File size: 2561 byte(s)
version initiale


1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:36
4 $DEBUG=0;
5 $orientation='L';// orientation P-> portrait L->paysage
6 $format='A4';// format A3 A4 A5
7 $police='arial';
8 $margeleft=10;// marge gauche
9 $margetop=5;// marge haut
10 $margeright=5;// marge droite
11 $border=1; // 1 -> bordure 0 -> pas de bordure
12 $C1=0;// couleur texte R
13 $C2=0;// couleur texte V
14 $C3=0;// couleur texte B
15 $size=10; //taille POLICE
16 $height=4; // hauteur ligne tableau
17 $align='L';
18 $fond=1;// 0- > FOND transparent 1 -> fond
19 $C1fond1=234;// couleur fond R 241
20 $C2fond1=240;// couleur fond V 241
21 $C3fond1=245;// couleur fond B 241
22 $C1fond2=255;// couleur fond R
23 $C2fond2=255;// couleur fond V
24 $C3fond2=255;// couleur fond B
25 $libtitre='Liste public.terrain'; // libelle titre
26 $flagsessionliste=0;// 1 - > affichage session liste ou 0 -> pas d'affichage
27 $bordertitre=0; // 1 -> bordure 0 -> pas de bordure
28 $aligntitre='L'; // L,C,R
29 $heightitre=10;// hauteur ligne titre
30 $grastitre='B';//$gras='B' -> BOLD OU $gras=''
31 $fondtitre=0; //0- > FOND transparent 1 -> fond
32 $C1titrefond=181;// couleur fond R
33 $C2titrefond=182;// couleur fond V
34 $C3titrefond=188;// couleur fond B
35 $C1titre=75;// couleur texte R
36 $C2titre=79;// couleur texte V
37 $C3titre=81;// couleur texte B
38 $sizetitre=15;
39 $flag_entete=1;//entete colonne : 0 -> non affichage , 1 -> affichage
40 $fondentete=1;// 0- > FOND transparent 1 -> fond
41 $heightentete=10;//hauteur ligne entete colonne
42 $C1fondentete=210;// couleur fond R
43 $C2fondentete=216;// couleur fond V
44 $C3fondentete=249;// couleur fond B
45 $C1entetetxt=0;// couleur texte R
46 $C2entetetxt=0;// couleur texte V
47 $C3entetetxt=0;// couleur texte B
48 $C1border=159;// couleur texte R
49 $C2border=160;// couleur texte V
50 $C3border=167;// couleur texte B
51 $l0=32; // largeur colone -> champs 0 - terrain
52 $be0='L';// border entete colone
53 $b0='L';// border cellule colone
54 $ae0='C'; // align cellule entete colone
55 $a0='L';
56 $l1=80; // largeur colone -> champs 1 - dossier
57 $be1='L';// border entete colone
58 $b1='L';// border cellule colone
59 $ae1='C'; // align cellule entete colone
60 $a1='L';
61 $l2=80; // largeur colone -> champs 2 - parcelle
62 $be2='L';// border entete colone
63 $b2='L';// border cellule colone
64 $ae2='C'; // align cellule entete colone
65 $a2='L';
66 $l3=88; // largeur colone -> champs3 - nom
67 $be3='LR';// border entete colone
68 $b3='LR';// border cellule colone
69 $ae3='C'; // align cellule entete colone
70 $a3='L';
71 $widthtableau=280;
72 $bt=1;// border 1ere et derniere ligne du tableau par page->0 ou 1
73 $sql="select terrain, dossier, parcelle, nom from ".DB_PREFIXE."terrain";
74 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26