/[openfoncier]/trunk/gen/obj/donnees_techniques.class.php
ViewVC logotype

Diff of /trunk/gen/obj/donnees_techniques.class.php

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

revision 1257 by nhaye, Thu Feb 14 10:51:55 2013 UTC revision 1616 by nhaye, Wed Apr 3 16:48:50 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id$
3  //gen openMairie le 14/02/2013 11:44  //gen openMairie le 03/04/2013 17:43
4    
5  require_once ("../obj/om_dbform.class.php");  require_once ("../obj/om_dbform.class.php");
6    
# Line 30  class donnees_techniques_gen extends om_ Line 30  class donnees_techniques_gen extends om_
30          } else {          } else {
31              $this->valF['lot'] = $val['lot'];              $this->valF['lot'] = $val['lot'];
32          }          }
33            if ($val['avap_co_elt_pro'] == 1 || $val['avap_co_elt_pro'] == "t" || $val['avap_co_elt_pro'] == "Oui") {
34                $this->valF['avap_co_elt_pro'] = true;
35            } else {
36                $this->valF['avap_co_elt_pro'] = false;
37            }
38            if ($val['avap_nouv_haut_surf'] == 1 || $val['avap_nouv_haut_surf'] == "t" || $val['avap_nouv_haut_surf'] == "Oui") {
39                $this->valF['avap_nouv_haut_surf'] = true;
40            } else {
41                $this->valF['avap_nouv_haut_surf'] = false;
42            }
43            if ($val['avap_co_clot'] == 1 || $val['avap_co_clot'] == "t" || $val['avap_co_clot'] == "Oui") {
44                $this->valF['avap_co_clot'] = true;
45            } else {
46                $this->valF['avap_co_clot'] = false;
47            }
48            if ($val['avap_aut_coup_aba_arb'] == 1 || $val['avap_aut_coup_aba_arb'] == "t" || $val['avap_aut_coup_aba_arb'] == "Oui") {
49                $this->valF['avap_aut_coup_aba_arb'] = true;
50            } else {
51                $this->valF['avap_aut_coup_aba_arb'] = false;
52            }
53            if ($val['avap_ouv_infra'] == 1 || $val['avap_ouv_infra'] == "t" || $val['avap_ouv_infra'] == "Oui") {
54                $this->valF['avap_ouv_infra'] = true;
55            } else {
56                $this->valF['avap_ouv_infra'] = false;
57            }
58            if ($val['avap_aut_inst_mob'] == 1 || $val['avap_aut_inst_mob'] == "t" || $val['avap_aut_inst_mob'] == "Oui") {
59                $this->valF['avap_aut_inst_mob'] = true;
60            } else {
61                $this->valF['avap_aut_inst_mob'] = false;
62            }
63            if ($val['avap_aut_plant'] == 1 || $val['avap_aut_plant'] == "t" || $val['avap_aut_plant'] == "Oui") {
64                $this->valF['avap_aut_plant'] = true;
65            } else {
66                $this->valF['avap_aut_plant'] = false;
67            }
68            if ($val['avap_aut_auv_elec'] == 1 || $val['avap_aut_auv_elec'] == "t" || $val['avap_aut_auv_elec'] == "Oui") {
69                $this->valF['avap_aut_auv_elec'] = true;
70            } else {
71                $this->valF['avap_aut_auv_elec'] = false;
72            }
73            if ($val['tr_total'] == 1 || $val['tr_total'] == "t" || $val['tr_total'] == "Oui") {
74                $this->valF['tr_total'] = true;
75            } else {
76                $this->valF['tr_total'] = false;
77            }
78            if ($val['tr_partiel'] == 1 || $val['tr_partiel'] == "t" || $val['tr_partiel'] == "Oui") {
79                $this->valF['tr_partiel'] = true;
80            } else {
81                $this->valF['tr_partiel'] = false;
82            }
83                $this->valF['tr_desc'] = $val['tr_desc'];
84          if ($val['am_lotiss'] == 1 || $val['am_lotiss'] == "t" || $val['am_lotiss'] == "Oui") {          if ($val['am_lotiss'] == 1 || $val['am_lotiss'] == "t" || $val['am_lotiss'] == "Oui") {
85              $this->valF['am_lotiss'] = true;              $this->valF['am_lotiss'] = true;
86          } else {          } else {
# Line 491  class donnees_techniques_gen extends om_ Line 542  class donnees_techniques_gen extends om_
542              $this->valF['co_fin_autr_nb'] = $val['co_fin_autr_nb'];              $this->valF['co_fin_autr_nb'] = $val['co_fin_autr_nb'];
543          }          }
544              $this->valF['co_fin_autr_desc'] = $val['co_fin_autr_desc'];              $this->valF['co_fin_autr_desc'] = $val['co_fin_autr_desc'];
         if (!is_numeric($val['co_finan1_id'])) {  
             $this->valF['co_finan1_id'] = NULL;  
         } else {  
             $this->valF['co_finan1_id'] = $val['co_finan1_id'];  
         }  
         if (!is_numeric($val['co_finan1_nb'])) {  
             $this->valF['co_finan1_nb'] = NULL;  
         } else {  
             $this->valF['co_finan1_nb'] = $val['co_finan1_nb'];  
         }  
         if (!is_numeric($val['co_finan2_id'])) {  
             $this->valF['co_finan2_id'] = NULL;  
         } else {  
             $this->valF['co_finan2_id'] = $val['co_finan2_id'];  
         }  
         if (!is_numeric($val['co_finan2_nb'])) {  
             $this->valF['co_finan2_nb'] = NULL;  
         } else {  
             $this->valF['co_finan2_nb'] = $val['co_finan2_nb'];  
         }  
         if (!is_numeric($val['co_finan3_id'])) {  
             $this->valF['co_finan3_id'] = NULL;  
         } else {  
             $this->valF['co_finan3_id'] = $val['co_finan3_id'];  
         }  
         if (!is_numeric($val['co_finan3_nb'])) {  
             $this->valF['co_finan3_nb'] = NULL;  
         } else {  
             $this->valF['co_finan3_nb'] = $val['co_finan3_nb'];  
         }  
         if (!is_numeric($val['co_finan4_id'])) {  
             $this->valF['co_finan4_id'] = NULL;  
         } else {  
             $this->valF['co_finan4_id'] = $val['co_finan4_id'];  
         }  
         if (!is_numeric($val['co_finan4_nb'])) {  
             $this->valF['co_finan4_nb'] = NULL;  
         } else {  
             $this->valF['co_finan4_nb'] = $val['co_finan4_nb'];  
         }  
         if (!is_numeric($val['co_finan5_id'])) {  
             $this->valF['co_finan5_id'] = NULL;  
         } else {  
             $this->valF['co_finan5_id'] = $val['co_finan5_id'];  
         }  
         if (!is_numeric($val['co_finan5_nb'])) {  
             $this->valF['co_finan5_nb'] = NULL;  
         } else {  
             $this->valF['co_finan5_nb'] = $val['co_finan5_nb'];  
         }  
545          if ($val['co_mais_contrat_ind'] == 1 || $val['co_mais_contrat_ind'] == "t" || $val['co_mais_contrat_ind'] == "Oui") {          if ($val['co_mais_contrat_ind'] == 1 || $val['co_mais_contrat_ind'] == "t" || $val['co_mais_contrat_ind'] == "Oui") {
546              $this->valF['co_mais_contrat_ind'] = true;              $this->valF['co_mais_contrat_ind'] = true;
547          } else {          } else {
# Line 1116  class donnees_techniques_gen extends om_ Line 1117  class donnees_techniques_gen extends om_
1117          } else {          } else {
1118              $this->valF['dm_tot_log_nb'] = $val['dm_tot_log_nb'];              $this->valF['dm_tot_log_nb'] = $val['dm_tot_log_nb'];
1119          }          }
1120            if (!is_numeric($val['tax_surf_tot'])) {
1121                $this->valF['tax_surf_tot'] = NULL;
1122            } else {
1123                $this->valF['tax_surf_tot'] = $val['tax_surf_tot'];
1124            }
1125            if (!is_numeric($val['tax_surf'])) {
1126                $this->valF['tax_surf'] = NULL;
1127            } else {
1128                $this->valF['tax_surf'] = $val['tax_surf'];
1129            }
1130            if (!is_numeric($val['tax_surf_suppr_mod'])) {
1131                $this->valF['tax_surf_suppr_mod'] = NULL;
1132            } else {
1133                $this->valF['tax_surf_suppr_mod'] = $val['tax_surf_suppr_mod'];
1134            }
1135                $this->valF['tax_dest_loc_tr'] = $val['tax_dest_loc_tr'];
1136            if (!is_numeric($val['tax_su_princ_log_nb1'])) {
1137                $this->valF['tax_su_princ_log_nb1'] = NULL;
1138            } else {
1139                $this->valF['tax_su_princ_log_nb1'] = $val['tax_su_princ_log_nb1'];
1140            }
1141            if (!is_numeric($val['tax_su_princ_log_nb2'])) {
1142                $this->valF['tax_su_princ_log_nb2'] = NULL;
1143            } else {
1144                $this->valF['tax_su_princ_log_nb2'] = $val['tax_su_princ_log_nb2'];
1145            }
1146            if (!is_numeric($val['tax_su_princ_log_nb3'])) {
1147                $this->valF['tax_su_princ_log_nb3'] = NULL;
1148            } else {
1149                $this->valF['tax_su_princ_log_nb3'] = $val['tax_su_princ_log_nb3'];
1150            }
1151            if (!is_numeric($val['tax_su_princ_log_nb4'])) {
1152                $this->valF['tax_su_princ_log_nb4'] = NULL;
1153            } else {
1154                $this->valF['tax_su_princ_log_nb4'] = $val['tax_su_princ_log_nb4'];
1155            }
1156            if (!is_numeric($val['tax_su_princ_log_nb_tot1'])) {
1157                $this->valF['tax_su_princ_log_nb_tot1'] = NULL;
1158            } else {
1159                $this->valF['tax_su_princ_log_nb_tot1'] = $val['tax_su_princ_log_nb_tot1'];
1160            }
1161            if (!is_numeric($val['tax_su_princ_log_nb_tot2'])) {
1162                $this->valF['tax_su_princ_log_nb_tot2'] = NULL;
1163            } else {
1164                $this->valF['tax_su_princ_log_nb_tot2'] = $val['tax_su_princ_log_nb_tot2'];
1165            }
1166            if (!is_numeric($val['tax_su_princ_log_nb_tot3'])) {
1167                $this->valF['tax_su_princ_log_nb_tot3'] = NULL;
1168            } else {
1169                $this->valF['tax_su_princ_log_nb_tot3'] = $val['tax_su_princ_log_nb_tot3'];
1170            }
1171            if (!is_numeric($val['tax_su_princ_log_nb_tot4'])) {
1172                $this->valF['tax_su_princ_log_nb_tot4'] = NULL;
1173            } else {
1174                $this->valF['tax_su_princ_log_nb_tot4'] = $val['tax_su_princ_log_nb_tot4'];
1175            }
1176            if (!is_numeric($val['tax_su_princ_surf1'])) {
1177                $this->valF['tax_su_princ_surf1'] = NULL;
1178            } else {
1179                $this->valF['tax_su_princ_surf1'] = $val['tax_su_princ_surf1'];
1180            }
1181            if (!is_numeric($val['tax_su_princ_surf2'])) {
1182                $this->valF['tax_su_princ_surf2'] = NULL;
1183            } else {
1184                $this->valF['tax_su_princ_surf2'] = $val['tax_su_princ_surf2'];
1185            }
1186            if (!is_numeric($val['tax_su_princ_surf3'])) {
1187                $this->valF['tax_su_princ_surf3'] = NULL;
1188            } else {
1189                $this->valF['tax_su_princ_surf3'] = $val['tax_su_princ_surf3'];
1190            }
1191            if (!is_numeric($val['tax_su_princ_surf4'])) {
1192                $this->valF['tax_su_princ_surf4'] = NULL;
1193            } else {
1194                $this->valF['tax_su_princ_surf4'] = $val['tax_su_princ_surf4'];
1195            }
1196            if (!is_numeric($val['tax_su_princ_surf_sup1'])) {
1197                $this->valF['tax_su_princ_surf_sup1'] = NULL;
1198            } else {
1199                $this->valF['tax_su_princ_surf_sup1'] = $val['tax_su_princ_surf_sup1'];
1200            }
1201            if (!is_numeric($val['tax_su_princ_surf_sup2'])) {
1202                $this->valF['tax_su_princ_surf_sup2'] = NULL;
1203            } else {
1204                $this->valF['tax_su_princ_surf_sup2'] = $val['tax_su_princ_surf_sup2'];
1205            }
1206            if (!is_numeric($val['tax_su_princ_surf_sup3'])) {
1207                $this->valF['tax_su_princ_surf_sup3'] = NULL;
1208            } else {
1209                $this->valF['tax_su_princ_surf_sup3'] = $val['tax_su_princ_surf_sup3'];
1210            }
1211            if (!is_numeric($val['tax_su_princ_surf_sup4'])) {
1212                $this->valF['tax_su_princ_surf_sup4'] = NULL;
1213            } else {
1214                $this->valF['tax_su_princ_surf_sup4'] = $val['tax_su_princ_surf_sup4'];
1215            }
1216            if (!is_numeric($val['tax_su_heber_log_nb1'])) {
1217                $this->valF['tax_su_heber_log_nb1'] = NULL;
1218            } else {
1219                $this->valF['tax_su_heber_log_nb1'] = $val['tax_su_heber_log_nb1'];
1220            }
1221            if (!is_numeric($val['tax_su_heber_log_nb2'])) {
1222                $this->valF['tax_su_heber_log_nb2'] = NULL;
1223            } else {
1224                $this->valF['tax_su_heber_log_nb2'] = $val['tax_su_heber_log_nb2'];
1225            }
1226            if (!is_numeric($val['tax_su_heber_log_nb3'])) {
1227                $this->valF['tax_su_heber_log_nb3'] = NULL;
1228            } else {
1229                $this->valF['tax_su_heber_log_nb3'] = $val['tax_su_heber_log_nb3'];
1230            }
1231            if (!is_numeric($val['tax_su_heber_log_nb_tot1'])) {
1232                $this->valF['tax_su_heber_log_nb_tot1'] = NULL;
1233            } else {
1234                $this->valF['tax_su_heber_log_nb_tot1'] = $val['tax_su_heber_log_nb_tot1'];
1235            }
1236            if (!is_numeric($val['tax_su_heber_log_nb_tot2'])) {
1237                $this->valF['tax_su_heber_log_nb_tot2'] = NULL;
1238            } else {
1239                $this->valF['tax_su_heber_log_nb_tot2'] = $val['tax_su_heber_log_nb_tot2'];
1240            }
1241            if (!is_numeric($val['tax_su_heber_log_nb_tot3'])) {
1242                $this->valF['tax_su_heber_log_nb_tot3'] = NULL;
1243            } else {
1244                $this->valF['tax_su_heber_log_nb_tot3'] = $val['tax_su_heber_log_nb_tot3'];
1245            }
1246            if (!is_numeric($val['tax_su_heber_surf1'])) {
1247                $this->valF['tax_su_heber_surf1'] = NULL;
1248            } else {
1249                $this->valF['tax_su_heber_surf1'] = $val['tax_su_heber_surf1'];
1250            }
1251            if (!is_numeric($val['tax_su_heber_surf2'])) {
1252                $this->valF['tax_su_heber_surf2'] = NULL;
1253            } else {
1254                $this->valF['tax_su_heber_surf2'] = $val['tax_su_heber_surf2'];
1255            }
1256            if (!is_numeric($val['tax_su_heber_surf3'])) {
1257                $this->valF['tax_su_heber_surf3'] = NULL;
1258            } else {
1259                $this->valF['tax_su_heber_surf3'] = $val['tax_su_heber_surf3'];
1260            }
1261            if (!is_numeric($val['tax_su_heber_surf_sup1'])) {
1262                $this->valF['tax_su_heber_surf_sup1'] = NULL;
1263            } else {
1264                $this->valF['tax_su_heber_surf_sup1'] = $val['tax_su_heber_surf_sup1'];
1265            }
1266            if (!is_numeric($val['tax_su_heber_surf_sup2'])) {
1267                $this->valF['tax_su_heber_surf_sup2'] = NULL;
1268            } else {
1269                $this->valF['tax_su_heber_surf_sup2'] = $val['tax_su_heber_surf_sup2'];
1270            }
1271            if (!is_numeric($val['tax_su_heber_surf_sup3'])) {
1272                $this->valF['tax_su_heber_surf_sup3'] = NULL;
1273            } else {
1274                $this->valF['tax_su_heber_surf_sup3'] = $val['tax_su_heber_surf_sup3'];
1275            }
1276            if (!is_numeric($val['tax_su_secon_log_nb'])) {
1277                $this->valF['tax_su_secon_log_nb'] = NULL;
1278            } else {
1279                $this->valF['tax_su_secon_log_nb'] = $val['tax_su_secon_log_nb'];
1280            }
1281            if (!is_numeric($val['tax_su_tot_log_nb'])) {
1282                $this->valF['tax_su_tot_log_nb'] = NULL;
1283            } else {
1284                $this->valF['tax_su_tot_log_nb'] = $val['tax_su_tot_log_nb'];
1285            }
1286            if (!is_numeric($val['tax_su_secon_log_nb_tot'])) {
1287                $this->valF['tax_su_secon_log_nb_tot'] = NULL;
1288            } else {
1289                $this->valF['tax_su_secon_log_nb_tot'] = $val['tax_su_secon_log_nb_tot'];
1290            }
1291            if (!is_numeric($val['tax_su_tot_log_nb_tot'])) {
1292                $this->valF['tax_su_tot_log_nb_tot'] = NULL;
1293            } else {
1294                $this->valF['tax_su_tot_log_nb_tot'] = $val['tax_su_tot_log_nb_tot'];
1295            }
1296            if (!is_numeric($val['tax_su_secon_surf'])) {
1297                $this->valF['tax_su_secon_surf'] = NULL;
1298            } else {
1299                $this->valF['tax_su_secon_surf'] = $val['tax_su_secon_surf'];
1300            }
1301            if (!is_numeric($val['tax_su_tot_surf'])) {
1302                $this->valF['tax_su_tot_surf'] = NULL;
1303            } else {
1304                $this->valF['tax_su_tot_surf'] = $val['tax_su_tot_surf'];
1305            }
1306            if (!is_numeric($val['tax_su_secon_surf_sup'])) {
1307                $this->valF['tax_su_secon_surf_sup'] = NULL;
1308            } else {
1309                $this->valF['tax_su_secon_surf_sup'] = $val['tax_su_secon_surf_sup'];
1310            }
1311            if (!is_numeric($val['tax_su_tot_surf_sup'])) {
1312                $this->valF['tax_su_tot_surf_sup'] = NULL;
1313            } else {
1314                $this->valF['tax_su_tot_surf_sup'] = $val['tax_su_tot_surf_sup'];
1315            }
1316            if ($val['tax_ext_pret'] == 1 || $val['tax_ext_pret'] == "t" || $val['tax_ext_pret'] == "Oui") {
1317                $this->valF['tax_ext_pret'] = true;
1318            } else {
1319                $this->valF['tax_ext_pret'] = false;
1320            }
1321                $this->valF['tax_ext_desc'] = $val['tax_ext_desc'];
1322            if (!is_numeric($val['tax_surf_tax_exist_cons'])) {
1323                $this->valF['tax_surf_tax_exist_cons'] = NULL;
1324            } else {
1325                $this->valF['tax_surf_tax_exist_cons'] = $val['tax_surf_tax_exist_cons'];
1326            }
1327            if (!is_numeric($val['tax_log_exist_nb'])) {
1328                $this->valF['tax_log_exist_nb'] = NULL;
1329            } else {
1330                $this->valF['tax_log_exist_nb'] = $val['tax_log_exist_nb'];
1331            }
1332            if (!is_numeric($val['tax_am_statio_ext'])) {
1333                $this->valF['tax_am_statio_ext'] = NULL;
1334            } else {
1335                $this->valF['tax_am_statio_ext'] = $val['tax_am_statio_ext'];
1336            }
1337            if (!is_numeric($val['tax_sup_bass_pisc'])) {
1338                $this->valF['tax_sup_bass_pisc'] = NULL;
1339            } else {
1340                $this->valF['tax_sup_bass_pisc'] = $val['tax_sup_bass_pisc'];
1341            }
1342            if (!is_numeric($val['tax_empl_ten_carav_mobil_nb'])) {
1343                $this->valF['tax_empl_ten_carav_mobil_nb'] = NULL;
1344            } else {
1345                $this->valF['tax_empl_ten_carav_mobil_nb'] = $val['tax_empl_ten_carav_mobil_nb'];
1346            }
1347            if (!is_numeric($val['tax_empl_hll_nb'])) {
1348                $this->valF['tax_empl_hll_nb'] = NULL;
1349            } else {
1350                $this->valF['tax_empl_hll_nb'] = $val['tax_empl_hll_nb'];
1351            }
1352            if (!is_numeric($val['tax_eol_haut_nb'])) {
1353                $this->valF['tax_eol_haut_nb'] = NULL;
1354            } else {
1355                $this->valF['tax_eol_haut_nb'] = $val['tax_eol_haut_nb'];
1356            }
1357            if (!is_numeric($val['tax_pann_volt_sup'])) {
1358                $this->valF['tax_pann_volt_sup'] = NULL;
1359            } else {
1360                $this->valF['tax_pann_volt_sup'] = $val['tax_pann_volt_sup'];
1361            }
1362            if (!is_numeric($val['tax_am_statio_ext_sup'])) {
1363                $this->valF['tax_am_statio_ext_sup'] = NULL;
1364            } else {
1365                $this->valF['tax_am_statio_ext_sup'] = $val['tax_am_statio_ext_sup'];
1366            }
1367            if (!is_numeric($val['tax_sup_bass_pisc_sup'])) {
1368                $this->valF['tax_sup_bass_pisc_sup'] = NULL;
1369            } else {
1370                $this->valF['tax_sup_bass_pisc_sup'] = $val['tax_sup_bass_pisc_sup'];
1371            }
1372            if (!is_numeric($val['tax_empl_ten_carav_mobil_nb_sup'])) {
1373                $this->valF['tax_empl_ten_carav_mobil_nb_sup'] = NULL;
1374            } else {
1375                $this->valF['tax_empl_ten_carav_mobil_nb_sup'] = $val['tax_empl_ten_carav_mobil_nb_sup'];
1376            }
1377            if (!is_numeric($val['tax_empl_hll_nb_sup'])) {
1378                $this->valF['tax_empl_hll_nb_sup'] = NULL;
1379            } else {
1380                $this->valF['tax_empl_hll_nb_sup'] = $val['tax_empl_hll_nb_sup'];
1381            }
1382            if (!is_numeric($val['tax_eol_haut_nb_sup'])) {
1383                $this->valF['tax_eol_haut_nb_sup'] = NULL;
1384            } else {
1385                $this->valF['tax_eol_haut_nb_sup'] = $val['tax_eol_haut_nb_sup'];
1386            }
1387            if (!is_numeric($val['tax_pann_volt_sup_sup'])) {
1388                $this->valF['tax_pann_volt_sup_sup'] = NULL;
1389            } else {
1390                $this->valF['tax_pann_volt_sup_sup'] = $val['tax_pann_volt_sup_sup'];
1391            }
1392            if ($val['tax_trx_presc_ppr'] == 1 || $val['tax_trx_presc_ppr'] == "t" || $val['tax_trx_presc_ppr'] == "Oui") {
1393                $this->valF['tax_trx_presc_ppr'] = true;
1394            } else {
1395                $this->valF['tax_trx_presc_ppr'] = false;
1396            }
1397            if ($val['tax_monu_hist'] == 1 || $val['tax_monu_hist'] == "t" || $val['tax_monu_hist'] == "Oui") {
1398                $this->valF['tax_monu_hist'] = true;
1399            } else {
1400                $this->valF['tax_monu_hist'] = false;
1401            }
1402            if (!is_numeric($val['tax_comm_nb'])) {
1403                $this->valF['tax_comm_nb'] = NULL;
1404            } else {
1405                $this->valF['tax_comm_nb'] = $val['tax_comm_nb'];
1406            }
1407            if (!is_numeric($val['tax_su_non_habit_surf1'])) {
1408                $this->valF['tax_su_non_habit_surf1'] = NULL;
1409            } else {
1410                $this->valF['tax_su_non_habit_surf1'] = $val['tax_su_non_habit_surf1'];
1411            }
1412            if (!is_numeric($val['tax_su_non_habit_surf2'])) {
1413                $this->valF['tax_su_non_habit_surf2'] = NULL;
1414            } else {
1415                $this->valF['tax_su_non_habit_surf2'] = $val['tax_su_non_habit_surf2'];
1416            }
1417            if (!is_numeric($val['tax_su_non_habit_surf3'])) {
1418                $this->valF['tax_su_non_habit_surf3'] = NULL;
1419            } else {
1420                $this->valF['tax_su_non_habit_surf3'] = $val['tax_su_non_habit_surf3'];
1421            }
1422            if (!is_numeric($val['tax_su_non_habit_surf4'])) {
1423                $this->valF['tax_su_non_habit_surf4'] = NULL;
1424            } else {
1425                $this->valF['tax_su_non_habit_surf4'] = $val['tax_su_non_habit_surf4'];
1426            }
1427            if (!is_numeric($val['tax_su_non_habit_surf5'])) {
1428                $this->valF['tax_su_non_habit_surf5'] = NULL;
1429            } else {
1430                $this->valF['tax_su_non_habit_surf5'] = $val['tax_su_non_habit_surf5'];
1431            }
1432            if (!is_numeric($val['tax_su_non_habit_surf6'])) {
1433                $this->valF['tax_su_non_habit_surf6'] = NULL;
1434            } else {
1435                $this->valF['tax_su_non_habit_surf6'] = $val['tax_su_non_habit_surf6'];
1436            }
1437            if (!is_numeric($val['tax_su_non_habit_surf7'])) {
1438                $this->valF['tax_su_non_habit_surf7'] = NULL;
1439            } else {
1440                $this->valF['tax_su_non_habit_surf7'] = $val['tax_su_non_habit_surf7'];
1441            }
1442            if (!is_numeric($val['tax_su_non_habit_surf_sup1'])) {
1443                $this->valF['tax_su_non_habit_surf_sup1'] = NULL;
1444            } else {
1445                $this->valF['tax_su_non_habit_surf_sup1'] = $val['tax_su_non_habit_surf_sup1'];
1446            }
1447            if (!is_numeric($val['tax_su_non_habit_surf_sup2'])) {
1448                $this->valF['tax_su_non_habit_surf_sup2'] = NULL;
1449            } else {
1450                $this->valF['tax_su_non_habit_surf_sup2'] = $val['tax_su_non_habit_surf_sup2'];
1451            }
1452            if (!is_numeric($val['tax_su_non_habit_surf_sup3'])) {
1453                $this->valF['tax_su_non_habit_surf_sup3'] = NULL;
1454            } else {
1455                $this->valF['tax_su_non_habit_surf_sup3'] = $val['tax_su_non_habit_surf_sup3'];
1456            }
1457            if (!is_numeric($val['tax_su_non_habit_surf_sup4'])) {
1458                $this->valF['tax_su_non_habit_surf_sup4'] = NULL;
1459            } else {
1460                $this->valF['tax_su_non_habit_surf_sup4'] = $val['tax_su_non_habit_surf_sup4'];
1461            }
1462            if (!is_numeric($val['tax_su_non_habit_surf_sup5'])) {
1463                $this->valF['tax_su_non_habit_surf_sup5'] = NULL;
1464            } else {
1465                $this->valF['tax_su_non_habit_surf_sup5'] = $val['tax_su_non_habit_surf_sup5'];
1466            }
1467            if (!is_numeric($val['tax_su_non_habit_surf_sup6'])) {
1468                $this->valF['tax_su_non_habit_surf_sup6'] = NULL;
1469            } else {
1470                $this->valF['tax_su_non_habit_surf_sup6'] = $val['tax_su_non_habit_surf_sup6'];
1471            }
1472            if (!is_numeric($val['tax_su_non_habit_surf_sup7'])) {
1473                $this->valF['tax_su_non_habit_surf_sup7'] = NULL;
1474            } else {
1475                $this->valF['tax_su_non_habit_surf_sup7'] = $val['tax_su_non_habit_surf_sup7'];
1476            }
1477            if ($val['vsd_surf_planch_smd'] == 1 || $val['vsd_surf_planch_smd'] == "t" || $val['vsd_surf_planch_smd'] == "Oui") {
1478                $this->valF['vsd_surf_planch_smd'] = true;
1479            } else {
1480                $this->valF['vsd_surf_planch_smd'] = false;
1481            }
1482            if (!is_numeric($val['vsd_unit_fonc_sup'])) {
1483                $this->valF['vsd_unit_fonc_sup'] = NULL;
1484            } else {
1485                $this->valF['vsd_unit_fonc_sup'] = $val['vsd_unit_fonc_sup'];
1486            }
1487            if (!is_numeric($val['vsd_unit_fonc_constr_sup'])) {
1488                $this->valF['vsd_unit_fonc_constr_sup'] = NULL;
1489            } else {
1490                $this->valF['vsd_unit_fonc_constr_sup'] = $val['vsd_unit_fonc_constr_sup'];
1491            }
1492            if (!is_numeric($val['vsd_val_terr'])) {
1493                $this->valF['vsd_val_terr'] = NULL;
1494            } else {
1495                $this->valF['vsd_val_terr'] = $val['vsd_val_terr'];
1496            }
1497            if (!is_numeric($val['vsd_const_sxist_non_dem_surf'])) {
1498                $this->valF['vsd_const_sxist_non_dem_surf'] = NULL;
1499            } else {
1500                $this->valF['vsd_const_sxist_non_dem_surf'] = $val['vsd_const_sxist_non_dem_surf'];
1501            }
1502            if ($val['vsd_rescr_fisc'] != "") {
1503                $this->valF['vsd_rescr_fisc'] = $this->dateDB($val['vsd_rescr_fisc']);
1504            } else {
1505                $this->valF['vsd_rescr_fisc'] = NULL;
1506            }
1507            if (!is_numeric($val['pld_val_terr'])) {
1508                $this->valF['pld_val_terr'] = NULL;
1509            } else {
1510                $this->valF['pld_val_terr'] = $val['pld_val_terr'];
1511            }
1512            if ($val['pld_const_exist_dem'] == 1 || $val['pld_const_exist_dem'] == "t" || $val['pld_const_exist_dem'] == "Oui") {
1513                $this->valF['pld_const_exist_dem'] = true;
1514            } else {
1515                $this->valF['pld_const_exist_dem'] = false;
1516            }
1517            if (!is_numeric($val['pld_const_exist_dem_surf'])) {
1518                $this->valF['pld_const_exist_dem_surf'] = NULL;
1519            } else {
1520                $this->valF['pld_const_exist_dem_surf'] = $val['pld_const_exist_dem_surf'];
1521            }
1522          if ($val['code_cnil'] == 1 || $val['code_cnil'] == "t" || $val['code_cnil'] == "Oui") {          if ($val['code_cnil'] == 1 || $val['code_cnil'] == "t" || $val['code_cnil'] == "Oui") {
1523              $this->valF['code_cnil'] = true;              $this->valF['code_cnil'] = true;
1524          } else {          } else {
1525              $this->valF['code_cnil'] = false;              $this->valF['code_cnil'] = false;
1526          }          }
1527            if ($val['co_archi_nom'] == "") {
1528                $this->valF['co_archi_nom'] = NULL;
1529            } else {
1530                $this->valF['co_archi_nom'] = $val['co_archi_nom'];
1531            }
1532            if ($val['co_archi_prenom'] == "") {
1533                $this->valF['co_archi_prenom'] = NULL;
1534            } else {
1535                $this->valF['co_archi_prenom'] = $val['co_archi_prenom'];
1536            }
1537            if ($val['co_archi_adr_num'] == "") {
1538                $this->valF['co_archi_adr_num'] = NULL;
1539            } else {
1540                $this->valF['co_archi_adr_num'] = $val['co_archi_adr_num'];
1541            }
1542            if ($val['co_archi_adr_voie'] == "") {
1543                $this->valF['co_archi_adr_voie'] = NULL;
1544            } else {
1545                $this->valF['co_archi_adr_voie'] = $val['co_archi_adr_voie'];
1546            }
1547            if ($val['co_archi_adr_lieu_dit'] == "") {
1548                $this->valF['co_archi_adr_lieu_dit'] = NULL;
1549            } else {
1550                $this->valF['co_archi_adr_lieu_dit'] = $val['co_archi_adr_lieu_dit'];
1551            }
1552            if ($val['co_archi_adr_localite'] == "") {
1553                $this->valF['co_archi_adr_localite'] = NULL;
1554            } else {
1555                $this->valF['co_archi_adr_localite'] = $val['co_archi_adr_localite'];
1556            }
1557            if ($val['co_archi_adr_cp'] == "") {
1558                $this->valF['co_archi_adr_cp'] = NULL;
1559            } else {
1560                $this->valF['co_archi_adr_cp'] = $val['co_archi_adr_cp'];
1561            }
1562            if ($val['co_archi_adr_bp'] == "") {
1563                $this->valF['co_archi_adr_bp'] = NULL;
1564            } else {
1565                $this->valF['co_archi_adr_bp'] = $val['co_archi_adr_bp'];
1566            }
1567            if ($val['co_archi_adr_cedex'] == "") {
1568                $this->valF['co_archi_adr_cedex'] = NULL;
1569            } else {
1570                $this->valF['co_archi_adr_cedex'] = $val['co_archi_adr_cedex'];
1571            }
1572            if ($val['co_archi_no_incri'] == "") {
1573                $this->valF['co_archi_no_incri'] = NULL;
1574            } else {
1575                $this->valF['co_archi_no_incri'] = $val['co_archi_no_incri'];
1576            }
1577            if ($val['co_archi_cg'] == "") {
1578                $this->valF['co_archi_cg'] = NULL;
1579            } else {
1580                $this->valF['co_archi_cg'] = $val['co_archi_cg'];
1581            }
1582            if ($val['co_archi_tel1'] == "") {
1583                $this->valF['co_archi_tel1'] = NULL;
1584            } else {
1585                $this->valF['co_archi_tel1'] = $val['co_archi_tel1'];
1586            }
1587            if ($val['co_archi_tel2'] == "") {
1588                $this->valF['co_archi_tel2'] = NULL;
1589            } else {
1590                $this->valF['co_archi_tel2'] = $val['co_archi_tel2'];
1591            }
1592            if ($val['co_archi_mail'] == "") {
1593                $this->valF['co_archi_mail'] = NULL;
1594            } else {
1595                $this->valF['co_archi_mail'] = $val['co_archi_mail'];
1596            }
1597            if ($val['terr_juri_titul'] == "") {
1598                $this->valF['terr_juri_titul'] = NULL;
1599            } else {
1600                $this->valF['terr_juri_titul'] = $val['terr_juri_titul'];
1601            }
1602            if ($val['terr_juri_lot'] == "") {
1603                $this->valF['terr_juri_lot'] = NULL;
1604            } else {
1605                $this->valF['terr_juri_lot'] = $val['terr_juri_lot'];
1606            }
1607            if ($val['terr_juri_zac'] == "") {
1608                $this->valF['terr_juri_zac'] = NULL;
1609            } else {
1610                $this->valF['terr_juri_zac'] = $val['terr_juri_zac'];
1611            }
1612            if ($val['terr_juri_afu'] == "") {
1613                $this->valF['terr_juri_afu'] = NULL;
1614            } else {
1615                $this->valF['terr_juri_afu'] = $val['terr_juri_afu'];
1616            }
1617            if ($val['terr_juri_pup'] == "") {
1618                $this->valF['terr_juri_pup'] = NULL;
1619            } else {
1620                $this->valF['terr_juri_pup'] = $val['terr_juri_pup'];
1621            }
1622            if ($val['terr_juri_oin'] == "") {
1623                $this->valF['terr_juri_oin'] = NULL;
1624            } else {
1625                $this->valF['terr_juri_oin'] = $val['terr_juri_oin'];
1626            }
1627                $this->valF['terr_juri_desc'] = $val['terr_juri_desc'];
1628            if (!is_numeric($val['terr_div_surf_etab'])) {
1629                $this->valF['terr_div_surf_etab'] = NULL;
1630            } else {
1631                $this->valF['terr_div_surf_etab'] = $val['terr_div_surf_etab'];
1632            }
1633            if (!is_numeric($val['terr_div_surf_av_div'])) {
1634                $this->valF['terr_div_surf_av_div'] = NULL;
1635            } else {
1636                $this->valF['terr_div_surf_av_div'] = $val['terr_div_surf_av_div'];
1637            }
1638      }      }
1639    
1640      //=================================================      //=================================================
# Line 1162  class donnees_techniques_gen extends om_ Line 1676  class donnees_techniques_gen extends om_
1676              } else {              } else {
1677                  $form->setType('lot','select');                  $form->setType('lot','select');
1678              }              }
1679                $form->setType('avap_co_elt_pro','checkbox');
1680                $form->setType('avap_nouv_haut_surf','checkbox');
1681                $form->setType('avap_co_clot','checkbox');
1682                $form->setType('avap_aut_coup_aba_arb','checkbox');
1683                $form->setType('avap_ouv_infra','checkbox');
1684                $form->setType('avap_aut_inst_mob','checkbox');
1685                $form->setType('avap_aut_plant','checkbox');
1686                $form->setType('avap_aut_auv_elec','checkbox');
1687                $form->setType('tr_total','checkbox');
1688                $form->setType('tr_partiel','checkbox');
1689                $form->setType('tr_desc','textarea');
1690              $form->setType('am_lotiss','checkbox');              $form->setType('am_lotiss','checkbox');
1691              $form->setType('am_autre_div','checkbox');              $form->setType('am_autre_div','checkbox');
1692              $form->setType('am_camping','checkbox');              $form->setType('am_camping','checkbox');
# Line 1268  class donnees_techniques_gen extends om_ Line 1793  class donnees_techniques_gen extends om_
1793              $form->setType('co_fin_ptz_nb','text');              $form->setType('co_fin_ptz_nb','text');
1794              $form->setType('co_fin_autr_nb','text');              $form->setType('co_fin_autr_nb','text');
1795              $form->setType('co_fin_autr_desc','textarea');              $form->setType('co_fin_autr_desc','textarea');
             $form->setType('co_finan1_id','text');  
             $form->setType('co_finan1_nb','text');  
             $form->setType('co_finan2_id','text');  
             $form->setType('co_finan2_nb','text');  
             $form->setType('co_finan3_id','text');  
             $form->setType('co_finan3_nb','text');  
             $form->setType('co_finan4_id','text');  
             $form->setType('co_finan4_nb','text');  
             $form->setType('co_finan5_id','text');  
             $form->setType('co_finan5_nb','text');  
1796              $form->setType('co_mais_contrat_ind','checkbox');              $form->setType('co_mais_contrat_ind','checkbox');
1797              $form->setType('co_uti_pers','checkbox');              $form->setType('co_uti_pers','checkbox');
1798              $form->setType('co_uti_vente','checkbox');              $form->setType('co_uti_vente','checkbox');
# Line 1397  class donnees_techniques_gen extends om_ Line 1912  class donnees_techniques_gen extends om_
1912              $form->setType('dm_partiel','checkbox');              $form->setType('dm_partiel','checkbox');
1913              $form->setType('dm_projet_desc','textarea');              $form->setType('dm_projet_desc','textarea');
1914              $form->setType('dm_tot_log_nb','text');              $form->setType('dm_tot_log_nb','text');
1915                $form->setType('tax_surf_tot','text');
1916                $form->setType('tax_surf','text');
1917                $form->setType('tax_surf_suppr_mod','text');
1918                $form->setType('tax_dest_loc_tr','textarea');
1919                $form->setType('tax_su_princ_log_nb1','text');
1920                $form->setType('tax_su_princ_log_nb2','text');
1921                $form->setType('tax_su_princ_log_nb3','text');
1922                $form->setType('tax_su_princ_log_nb4','text');
1923                $form->setType('tax_su_princ_log_nb_tot1','text');
1924                $form->setType('tax_su_princ_log_nb_tot2','text');
1925                $form->setType('tax_su_princ_log_nb_tot3','text');
1926                $form->setType('tax_su_princ_log_nb_tot4','text');
1927                $form->setType('tax_su_princ_surf1','text');
1928                $form->setType('tax_su_princ_surf2','text');
1929                $form->setType('tax_su_princ_surf3','text');
1930                $form->setType('tax_su_princ_surf4','text');
1931                $form->setType('tax_su_princ_surf_sup1','text');
1932                $form->setType('tax_su_princ_surf_sup2','text');
1933                $form->setType('tax_su_princ_surf_sup3','text');
1934                $form->setType('tax_su_princ_surf_sup4','text');
1935                $form->setType('tax_su_heber_log_nb1','text');
1936                $form->setType('tax_su_heber_log_nb2','text');
1937                $form->setType('tax_su_heber_log_nb3','text');
1938                $form->setType('tax_su_heber_log_nb_tot1','text');
1939                $form->setType('tax_su_heber_log_nb_tot2','text');
1940                $form->setType('tax_su_heber_log_nb_tot3','text');
1941                $form->setType('tax_su_heber_surf1','text');
1942                $form->setType('tax_su_heber_surf2','text');
1943                $form->setType('tax_su_heber_surf3','text');
1944                $form->setType('tax_su_heber_surf_sup1','text');
1945                $form->setType('tax_su_heber_surf_sup2','text');
1946                $form->setType('tax_su_heber_surf_sup3','text');
1947                $form->setType('tax_su_secon_log_nb','text');
1948                $form->setType('tax_su_tot_log_nb','text');
1949                $form->setType('tax_su_secon_log_nb_tot','text');
1950                $form->setType('tax_su_tot_log_nb_tot','text');
1951                $form->setType('tax_su_secon_surf','text');
1952                $form->setType('tax_su_tot_surf','text');
1953                $form->setType('tax_su_secon_surf_sup','text');
1954                $form->setType('tax_su_tot_surf_sup','text');
1955                $form->setType('tax_ext_pret','checkbox');
1956                $form->setType('tax_ext_desc','textarea');
1957                $form->setType('tax_surf_tax_exist_cons','text');
1958                $form->setType('tax_log_exist_nb','text');
1959                $form->setType('tax_am_statio_ext','text');
1960                $form->setType('tax_sup_bass_pisc','text');
1961                $form->setType('tax_empl_ten_carav_mobil_nb','text');
1962                $form->setType('tax_empl_hll_nb','text');
1963                $form->setType('tax_eol_haut_nb','text');
1964                $form->setType('tax_pann_volt_sup','text');
1965                $form->setType('tax_am_statio_ext_sup','text');
1966                $form->setType('tax_sup_bass_pisc_sup','text');
1967                $form->setType('tax_empl_ten_carav_mobil_nb_sup','text');
1968                $form->setType('tax_empl_hll_nb_sup','text');
1969                $form->setType('tax_eol_haut_nb_sup','text');
1970                $form->setType('tax_pann_volt_sup_sup','text');
1971                $form->setType('tax_trx_presc_ppr','checkbox');
1972                $form->setType('tax_monu_hist','checkbox');
1973                $form->setType('tax_comm_nb','text');
1974                $form->setType('tax_su_non_habit_surf1','text');
1975                $form->setType('tax_su_non_habit_surf2','text');
1976                $form->setType('tax_su_non_habit_surf3','text');
1977                $form->setType('tax_su_non_habit_surf4','text');
1978                $form->setType('tax_su_non_habit_surf5','text');
1979                $form->setType('tax_su_non_habit_surf6','text');
1980                $form->setType('tax_su_non_habit_surf7','text');
1981                $form->setType('tax_su_non_habit_surf_sup1','text');
1982                $form->setType('tax_su_non_habit_surf_sup2','text');
1983                $form->setType('tax_su_non_habit_surf_sup3','text');
1984                $form->setType('tax_su_non_habit_surf_sup4','text');
1985                $form->setType('tax_su_non_habit_surf_sup5','text');
1986                $form->setType('tax_su_non_habit_surf_sup6','text');
1987                $form->setType('tax_su_non_habit_surf_sup7','text');
1988                $form->setType('vsd_surf_planch_smd','checkbox');
1989                $form->setType('vsd_unit_fonc_sup','text');
1990                $form->setType('vsd_unit_fonc_constr_sup','text');
1991                $form->setType('vsd_val_terr','text');
1992                $form->setType('vsd_const_sxist_non_dem_surf','text');
1993                if($this->retourformulaire=='')
1994                    $form->setType('vsd_rescr_fisc','date');
1995                else
1996                    $form->setType('vsd_rescr_fisc','date2');
1997                $form->setType('pld_val_terr','text');
1998                $form->setType('pld_const_exist_dem','checkbox');
1999                $form->setType('pld_const_exist_dem_surf','text');
2000              $form->setType('code_cnil','checkbox');              $form->setType('code_cnil','checkbox');
2001                $form->setType('co_archi_nom','text');
2002                $form->setType('co_archi_prenom','text');
2003                $form->setType('co_archi_adr_num','text');
2004                $form->setType('co_archi_adr_voie','text');
2005                $form->setType('co_archi_adr_lieu_dit','text');
2006                $form->setType('co_archi_adr_localite','text');
2007                $form->setType('co_archi_adr_cp','text');
2008                $form->setType('co_archi_adr_bp','text');
2009                $form->setType('co_archi_adr_cedex','text');
2010                $form->setType('co_archi_no_incri','text');
2011                $form->setType('co_archi_cg','text');
2012                $form->setType('co_archi_tel1','text');
2013                $form->setType('co_archi_tel2','text');
2014                $form->setType('co_archi_mail','text');
2015                $form->setType('terr_juri_titul','text');
2016                $form->setType('terr_juri_lot','text');
2017                $form->setType('terr_juri_zac','text');
2018                $form->setType('terr_juri_afu','text');
2019                $form->setType('terr_juri_pup','text');
2020                $form->setType('terr_juri_oin','text');
2021                $form->setType('terr_juri_desc','textarea');
2022                $form->setType('terr_div_surf_etab','text');
2023                $form->setType('terr_div_surf_av_div','text');
2024          }// fin ajout          }// fin ajout
2025          if ($maj==1){ //modifier          if ($maj==1){ //modifier
2026              $form->setType('donnees_techniques','hiddenstatic');              $form->setType('donnees_techniques','hiddenstatic');
# Line 1415  class donnees_techniques_gen extends om_ Line 2038  class donnees_techniques_gen extends om_
2038              } else {              } else {
2039                  $form->setType('lot','select');                  $form->setType('lot','select');
2040              }              }
2041                $form->setType('avap_co_elt_pro','checkbox');
2042                $form->setType('avap_nouv_haut_surf','checkbox');
2043                $form->setType('avap_co_clot','checkbox');
2044                $form->setType('avap_aut_coup_aba_arb','checkbox');
2045                $form->setType('avap_ouv_infra','checkbox');
2046                $form->setType('avap_aut_inst_mob','checkbox');
2047                $form->setType('avap_aut_plant','checkbox');
2048                $form->setType('avap_aut_auv_elec','checkbox');
2049                $form->setType('tr_total','checkbox');
2050                $form->setType('tr_partiel','checkbox');
2051                $form->setType('tr_desc','textarea');
2052              $form->setType('am_lotiss','checkbox');              $form->setType('am_lotiss','checkbox');
2053              $form->setType('am_autre_div','checkbox');              $form->setType('am_autre_div','checkbox');
2054              $form->setType('am_camping','checkbox');              $form->setType('am_camping','checkbox');
# Line 1521  class donnees_techniques_gen extends om_ Line 2155  class donnees_techniques_gen extends om_
2155              $form->setType('co_fin_ptz_nb','text');              $form->setType('co_fin_ptz_nb','text');
2156              $form->setType('co_fin_autr_nb','text');              $form->setType('co_fin_autr_nb','text');
2157              $form->setType('co_fin_autr_desc','textarea');              $form->setType('co_fin_autr_desc','textarea');
             $form->setType('co_finan1_id','text');  
             $form->setType('co_finan1_nb','text');  
             $form->setType('co_finan2_id','text');  
             $form->setType('co_finan2_nb','text');  
             $form->setType('co_finan3_id','text');  
             $form->setType('co_finan3_nb','text');  
             $form->setType('co_finan4_id','text');  
             $form->setType('co_finan4_nb','text');  
             $form->setType('co_finan5_id','text');  
             $form->setType('co_finan5_nb','text');  
2158              $form->setType('co_mais_contrat_ind','checkbox');              $form->setType('co_mais_contrat_ind','checkbox');
2159              $form->setType('co_uti_pers','checkbox');              $form->setType('co_uti_pers','checkbox');
2160              $form->setType('co_uti_vente','checkbox');              $form->setType('co_uti_vente','checkbox');
# Line 1650  class donnees_techniques_gen extends om_ Line 2274  class donnees_techniques_gen extends om_
2274              $form->setType('dm_partiel','checkbox');              $form->setType('dm_partiel','checkbox');
2275              $form->setType('dm_projet_desc','textarea');              $form->setType('dm_projet_desc','textarea');
2276              $form->setType('dm_tot_log_nb','text');              $form->setType('dm_tot_log_nb','text');
2277                $form->setType('tax_surf_tot','text');
2278                $form->setType('tax_surf','text');
2279                $form->setType('tax_surf_suppr_mod','text');
2280                $form->setType('tax_dest_loc_tr','textarea');
2281                $form->setType('tax_su_princ_log_nb1','text');
2282                $form->setType('tax_su_princ_log_nb2','text');
2283                $form->setType('tax_su_princ_log_nb3','text');
2284                $form->setType('tax_su_princ_log_nb4','text');
2285                $form->setType('tax_su_princ_log_nb_tot1','text');
2286                $form->setType('tax_su_princ_log_nb_tot2','text');
2287                $form->setType('tax_su_princ_log_nb_tot3','text');
2288                $form->setType('tax_su_princ_log_nb_tot4','text');
2289                $form->setType('tax_su_princ_surf1','text');
2290                $form->setType('tax_su_princ_surf2','text');
2291                $form->setType('tax_su_princ_surf3','text');
2292                $form->setType('tax_su_princ_surf4','text');
2293                $form->setType('tax_su_princ_surf_sup1','text');
2294                $form->setType('tax_su_princ_surf_sup2','text');
2295                $form->setType('tax_su_princ_surf_sup3','text');
2296                $form->setType('tax_su_princ_surf_sup4','text');
2297                $form->setType('tax_su_heber_log_nb1','text');
2298                $form->setType('tax_su_heber_log_nb2','text');
2299                $form->setType('tax_su_heber_log_nb3','text');
2300                $form->setType('tax_su_heber_log_nb_tot1','text');
2301                $form->setType('tax_su_heber_log_nb_tot2','text');
2302                $form->setType('tax_su_heber_log_nb_tot3','text');
2303                $form->setType('tax_su_heber_surf1','text');
2304                $form->setType('tax_su_heber_surf2','text');
2305                $form->setType('tax_su_heber_surf3','text');
2306                $form->setType('tax_su_heber_surf_sup1','text');
2307                $form->setType('tax_su_heber_surf_sup2','text');
2308                $form->setType('tax_su_heber_surf_sup3','text');
2309                $form->setType('tax_su_secon_log_nb','text');
2310                $form->setType('tax_su_tot_log_nb','text');
2311                $form->setType('tax_su_secon_log_nb_tot','text');
2312                $form->setType('tax_su_tot_log_nb_tot','text');
2313                $form->setType('tax_su_secon_surf','text');
2314                $form->setType('tax_su_tot_surf','text');
2315                $form->setType('tax_su_secon_surf_sup','text');
2316                $form->setType('tax_su_tot_surf_sup','text');
2317                $form->setType('tax_ext_pret','checkbox');
2318                $form->setType('tax_ext_desc','textarea');
2319                $form->setType('tax_surf_tax_exist_cons','text');
2320                $form->setType('tax_log_exist_nb','text');
2321                $form->setType('tax_am_statio_ext','text');
2322                $form->setType('tax_sup_bass_pisc','text');
2323                $form->setType('tax_empl_ten_carav_mobil_nb','text');
2324                $form->setType('tax_empl_hll_nb','text');
2325                $form->setType('tax_eol_haut_nb','text');
2326                $form->setType('tax_pann_volt_sup','text');
2327                $form->setType('tax_am_statio_ext_sup','text');
2328                $form->setType('tax_sup_bass_pisc_sup','text');
2329                $form->setType('tax_empl_ten_carav_mobil_nb_sup','text');
2330                $form->setType('tax_empl_hll_nb_sup','text');
2331                $form->setType('tax_eol_haut_nb_sup','text');
2332                $form->setType('tax_pann_volt_sup_sup','text');
2333                $form->setType('tax_trx_presc_ppr','checkbox');
2334                $form->setType('tax_monu_hist','checkbox');
2335                $form->setType('tax_comm_nb','text');
2336                $form->setType('tax_su_non_habit_surf1','text');
2337                $form->setType('tax_su_non_habit_surf2','text');
2338                $form->setType('tax_su_non_habit_surf3','text');
2339                $form->setType('tax_su_non_habit_surf4','text');
2340                $form->setType('tax_su_non_habit_surf5','text');
2341                $form->setType('tax_su_non_habit_surf6','text');
2342                $form->setType('tax_su_non_habit_surf7','text');
2343                $form->setType('tax_su_non_habit_surf_sup1','text');
2344                $form->setType('tax_su_non_habit_surf_sup2','text');
2345                $form->setType('tax_su_non_habit_surf_sup3','text');
2346                $form->setType('tax_su_non_habit_surf_sup4','text');
2347                $form->setType('tax_su_non_habit_surf_sup5','text');
2348                $form->setType('tax_su_non_habit_surf_sup6','text');
2349                $form->setType('tax_su_non_habit_surf_sup7','text');
2350                $form->setType('vsd_surf_planch_smd','checkbox');
2351                $form->setType('vsd_unit_fonc_sup','text');
2352                $form->setType('vsd_unit_fonc_constr_sup','text');
2353                $form->setType('vsd_val_terr','text');
2354                $form->setType('vsd_const_sxist_non_dem_surf','text');
2355                if($this->retourformulaire=='')
2356                    $form->setType('vsd_rescr_fisc','date');
2357                else
2358                    $form->setType('vsd_rescr_fisc','date2');
2359                $form->setType('pld_val_terr','text');
2360                $form->setType('pld_const_exist_dem','checkbox');
2361                $form->setType('pld_const_exist_dem_surf','text');
2362              $form->setType('code_cnil','checkbox');              $form->setType('code_cnil','checkbox');
2363                $form->setType('co_archi_nom','text');
2364                $form->setType('co_archi_prenom','text');
2365                $form->setType('co_archi_adr_num','text');
2366                $form->setType('co_archi_adr_voie','text');
2367                $form->setType('co_archi_adr_lieu_dit','text');
2368                $form->setType('co_archi_adr_localite','text');
2369                $form->setType('co_archi_adr_cp','text');
2370                $form->setType('co_archi_adr_bp','text');
2371                $form->setType('co_archi_adr_cedex','text');
2372                $form->setType('co_archi_no_incri','text');
2373                $form->setType('co_archi_cg','text');
2374                $form->setType('co_archi_tel1','text');
2375                $form->setType('co_archi_tel2','text');
2376                $form->setType('co_archi_mail','text');
2377                $form->setType('terr_juri_titul','text');
2378                $form->setType('terr_juri_lot','text');
2379                $form->setType('terr_juri_zac','text');
2380                $form->setType('terr_juri_afu','text');
2381                $form->setType('terr_juri_pup','text');
2382                $form->setType('terr_juri_oin','text');
2383                $form->setType('terr_juri_desc','textarea');
2384                $form->setType('terr_div_surf_etab','text');
2385                $form->setType('terr_div_surf_av_div','text');
2386          }// fin modifier          }// fin modifier
2387          if ($maj==2){ //supprimer          if ($maj==2){ //supprimer
2388              $form->setType('donnees_techniques','hiddenstatic');              $form->setType('donnees_techniques','hiddenstatic');
2389              $form->setType('dossier_instruction','selectstatic');              $form->setType('dossier_instruction','selectstatic');
2390              $form->setType('lot','selectstatic');              $form->setType('lot','selectstatic');
2391                $form->setType('avap_co_elt_pro','hiddenstatic');
2392                $form->setType('avap_nouv_haut_surf','hiddenstatic');
2393                $form->setType('avap_co_clot','hiddenstatic');
2394                $form->setType('avap_aut_coup_aba_arb','hiddenstatic');
2395                $form->setType('avap_ouv_infra','hiddenstatic');
2396                $form->setType('avap_aut_inst_mob','hiddenstatic');
2397                $form->setType('avap_aut_plant','hiddenstatic');
2398                $form->setType('avap_aut_auv_elec','hiddenstatic');
2399                $form->setType('tr_total','hiddenstatic');
2400                $form->setType('tr_partiel','hiddenstatic');
2401                $form->setType('tr_desc','hiddenstatic');
2402              $form->setType('am_lotiss','hiddenstatic');              $form->setType('am_lotiss','hiddenstatic');
2403              $form->setType('am_autre_div','hiddenstatic');              $form->setType('am_autre_div','hiddenstatic');
2404              $form->setType('am_camping','hiddenstatic');              $form->setType('am_camping','hiddenstatic');
# Line 1753  class donnees_techniques_gen extends om_ Line 2496  class donnees_techniques_gen extends om_
2496              $form->setType('co_fin_ptz_nb','hiddenstatic');              $form->setType('co_fin_ptz_nb','hiddenstatic');
2497              $form->setType('co_fin_autr_nb','hiddenstatic');              $form->setType('co_fin_autr_nb','hiddenstatic');
2498              $form->setType('co_fin_autr_desc','hiddenstatic');              $form->setType('co_fin_autr_desc','hiddenstatic');
             $form->setType('co_finan1_id','hiddenstatic');  
             $form->setType('co_finan1_nb','hiddenstatic');  
             $form->setType('co_finan2_id','hiddenstatic');  
             $form->setType('co_finan2_nb','hiddenstatic');  
             $form->setType('co_finan3_id','hiddenstatic');  
             $form->setType('co_finan3_nb','hiddenstatic');  
             $form->setType('co_finan4_id','hiddenstatic');  
             $form->setType('co_finan4_nb','hiddenstatic');  
             $form->setType('co_finan5_id','hiddenstatic');  
             $form->setType('co_finan5_nb','hiddenstatic');  
2499              $form->setType('co_mais_contrat_ind','hiddenstatic');              $form->setType('co_mais_contrat_ind','hiddenstatic');
2500              $form->setType('co_uti_pers','hiddenstatic');              $form->setType('co_uti_pers','hiddenstatic');
2501              $form->setType('co_uti_vente','hiddenstatic');              $form->setType('co_uti_vente','hiddenstatic');
# Line 1882  class donnees_techniques_gen extends om_ Line 2615  class donnees_techniques_gen extends om_
2615              $form->setType('dm_partiel','hiddenstatic');              $form->setType('dm_partiel','hiddenstatic');
2616              $form->setType('dm_projet_desc','hiddenstatic');              $form->setType('dm_projet_desc','hiddenstatic');
2617              $form->setType('dm_tot_log_nb','hiddenstatic');              $form->setType('dm_tot_log_nb','hiddenstatic');
2618                $form->setType('tax_surf_tot','hiddenstatic');
2619                $form->setType('tax_surf','hiddenstatic');
2620                $form->setType('tax_surf_suppr_mod','hiddenstatic');
2621                $form->setType('tax_dest_loc_tr','hiddenstatic');
2622                $form->setType('tax_su_princ_log_nb1','hiddenstatic');
2623                $form->setType('tax_su_princ_log_nb2','hiddenstatic');
2624                $form->setType('tax_su_princ_log_nb3','hiddenstatic');
2625                $form->setType('tax_su_princ_log_nb4','hiddenstatic');
2626                $form->setType('tax_su_princ_log_nb_tot1','hiddenstatic');
2627                $form->setType('tax_su_princ_log_nb_tot2','hiddenstatic');
2628                $form->setType('tax_su_princ_log_nb_tot3','hiddenstatic');
2629                $form->setType('tax_su_princ_log_nb_tot4','hiddenstatic');
2630                $form->setType('tax_su_princ_surf1','hiddenstatic');
2631                $form->setType('tax_su_princ_surf2','hiddenstatic');
2632                $form->setType('tax_su_princ_surf3','hiddenstatic');
2633                $form->setType('tax_su_princ_surf4','hiddenstatic');
2634                $form->setType('tax_su_princ_surf_sup1','hiddenstatic');
2635                $form->setType('tax_su_princ_surf_sup2','hiddenstatic');
2636                $form->setType('tax_su_princ_surf_sup3','hiddenstatic');
2637                $form->setType('tax_su_princ_surf_sup4','hiddenstatic');
2638                $form->setType('tax_su_heber_log_nb1','hiddenstatic');
2639                $form->setType('tax_su_heber_log_nb2','hiddenstatic');
2640                $form->setType('tax_su_heber_log_nb3','hiddenstatic');
2641                $form->setType('tax_su_heber_log_nb_tot1','hiddenstatic');
2642                $form->setType('tax_su_heber_log_nb_tot2','hiddenstatic');
2643                $form->setType('tax_su_heber_log_nb_tot3','hiddenstatic');
2644                $form->setType('tax_su_heber_surf1','hiddenstatic');
2645                $form->setType('tax_su_heber_surf2','hiddenstatic');
2646                $form->setType('tax_su_heber_surf3','hiddenstatic');
2647                $form->setType('tax_su_heber_surf_sup1','hiddenstatic');
2648                $form->setType('tax_su_heber_surf_sup2','hiddenstatic');
2649                $form->setType('tax_su_heber_surf_sup3','hiddenstatic');
2650                $form->setType('tax_su_secon_log_nb','hiddenstatic');
2651                $form->setType('tax_su_tot_log_nb','hiddenstatic');
2652                $form->setType('tax_su_secon_log_nb_tot','hiddenstatic');
2653                $form->setType('tax_su_tot_log_nb_tot','hiddenstatic');
2654                $form->setType('tax_su_secon_surf','hiddenstatic');
2655                $form->setType('tax_su_tot_surf','hiddenstatic');
2656                $form->setType('tax_su_secon_surf_sup','hiddenstatic');
2657                $form->setType('tax_su_tot_surf_sup','hiddenstatic');
2658                $form->setType('tax_ext_pret','hiddenstatic');
2659                $form->setType('tax_ext_desc','hiddenstatic');
2660                $form->setType('tax_surf_tax_exist_cons','hiddenstatic');
2661                $form->setType('tax_log_exist_nb','hiddenstatic');
2662                $form->setType('tax_am_statio_ext','hiddenstatic');
2663                $form->setType('tax_sup_bass_pisc','hiddenstatic');
2664                $form->setType('tax_empl_ten_carav_mobil_nb','hiddenstatic');
2665                $form->setType('tax_empl_hll_nb','hiddenstatic');
2666                $form->setType('tax_eol_haut_nb','hiddenstatic');
2667                $form->setType('tax_pann_volt_sup','hiddenstatic');
2668                $form->setType('tax_am_statio_ext_sup','hiddenstatic');
2669                $form->setType('tax_sup_bass_pisc_sup','hiddenstatic');
2670                $form->setType('tax_empl_ten_carav_mobil_nb_sup','hiddenstatic');
2671                $form->setType('tax_empl_hll_nb_sup','hiddenstatic');
2672                $form->setType('tax_eol_haut_nb_sup','hiddenstatic');
2673                $form->setType('tax_pann_volt_sup_sup','hiddenstatic');
2674                $form->setType('tax_trx_presc_ppr','hiddenstatic');
2675                $form->setType('tax_monu_hist','hiddenstatic');
2676                $form->setType('tax_comm_nb','hiddenstatic');
2677                $form->setType('tax_su_non_habit_surf1','hiddenstatic');
2678                $form->setType('tax_su_non_habit_surf2','hiddenstatic');
2679                $form->setType('tax_su_non_habit_surf3','hiddenstatic');
2680                $form->setType('tax_su_non_habit_surf4','hiddenstatic');
2681                $form->setType('tax_su_non_habit_surf5','hiddenstatic');
2682                $form->setType('tax_su_non_habit_surf6','hiddenstatic');
2683                $form->setType('tax_su_non_habit_surf7','hiddenstatic');
2684                $form->setType('tax_su_non_habit_surf_sup1','hiddenstatic');
2685                $form->setType('tax_su_non_habit_surf_sup2','hiddenstatic');
2686                $form->setType('tax_su_non_habit_surf_sup3','hiddenstatic');
2687                $form->setType('tax_su_non_habit_surf_sup4','hiddenstatic');
2688                $form->setType('tax_su_non_habit_surf_sup5','hiddenstatic');
2689                $form->setType('tax_su_non_habit_surf_sup6','hiddenstatic');
2690                $form->setType('tax_su_non_habit_surf_sup7','hiddenstatic');
2691                $form->setType('vsd_surf_planch_smd','hiddenstatic');
2692                $form->setType('vsd_unit_fonc_sup','hiddenstatic');
2693                $form->setType('vsd_unit_fonc_constr_sup','hiddenstatic');
2694                $form->setType('vsd_val_terr','hiddenstatic');
2695                $form->setType('vsd_const_sxist_non_dem_surf','hiddenstatic');
2696                $form->setType('vsd_rescr_fisc','hiddenstatic');
2697                $form->setType('pld_val_terr','hiddenstatic');
2698                $form->setType('pld_const_exist_dem','hiddenstatic');
2699                $form->setType('pld_const_exist_dem_surf','hiddenstatic');
2700              $form->setType('code_cnil','hiddenstatic');              $form->setType('code_cnil','hiddenstatic');
2701                $form->setType('co_archi_nom','hiddenstatic');
2702                $form->setType('co_archi_prenom','hiddenstatic');
2703                $form->setType('co_archi_adr_num','hiddenstatic');
2704                $form->setType('co_archi_adr_voie','hiddenstatic');
2705                $form->setType('co_archi_adr_lieu_dit','hiddenstatic');
2706                $form->setType('co_archi_adr_localite','hiddenstatic');
2707                $form->setType('co_archi_adr_cp','hiddenstatic');
2708                $form->setType('co_archi_adr_bp','hiddenstatic');
2709                $form->setType('co_archi_adr_cedex','hiddenstatic');
2710                $form->setType('co_archi_no_incri','hiddenstatic');
2711                $form->setType('co_archi_cg','hiddenstatic');
2712                $form->setType('co_archi_tel1','hiddenstatic');
2713                $form->setType('co_archi_tel2','hiddenstatic');
2714                $form->setType('co_archi_mail','hiddenstatic');
2715                $form->setType('terr_juri_titul','hiddenstatic');
2716                $form->setType('terr_juri_lot','hiddenstatic');
2717                $form->setType('terr_juri_zac','hiddenstatic');
2718                $form->setType('terr_juri_afu','hiddenstatic');
2719                $form->setType('terr_juri_pup','hiddenstatic');
2720                $form->setType('terr_juri_oin','hiddenstatic');
2721                $form->setType('terr_juri_desc','hiddenstatic');
2722                $form->setType('terr_div_surf_etab','hiddenstatic');
2723                $form->setType('terr_div_surf_av_div','hiddenstatic');
2724          }//fin supprimer          }//fin supprimer
2725          if ($maj==3){ //consulter          if ($maj==3){ //consulter
2726              $form->setType('donnees_techniques','static');              $form->setType('donnees_techniques','static');
2727              $form->setType('dossier_instruction','selectstatic');              $form->setType('dossier_instruction','selectstatic');
2728              $form->setType('lot','selectstatic');              $form->setType('lot','selectstatic');
2729                $form->setType('avap_co_elt_pro','checkboxstatic');
2730                $form->setType('avap_nouv_haut_surf','checkboxstatic');
2731                $form->setType('avap_co_clot','checkboxstatic');
2732                $form->setType('avap_aut_coup_aba_arb','checkboxstatic');
2733                $form->setType('avap_ouv_infra','checkboxstatic');
2734                $form->setType('avap_aut_inst_mob','checkboxstatic');
2735                $form->setType('avap_aut_plant','checkboxstatic');
2736                $form->setType('avap_aut_auv_elec','checkboxstatic');
2737                $form->setType('tr_total','checkboxstatic');
2738                $form->setType('tr_partiel','checkboxstatic');
2739                $form->setType('tr_desc','textareastatic');
2740              $form->setType('am_lotiss','checkboxstatic');              $form->setType('am_lotiss','checkboxstatic');
2741              $form->setType('am_autre_div','checkboxstatic');              $form->setType('am_autre_div','checkboxstatic');
2742              $form->setType('am_camping','checkboxstatic');              $form->setType('am_camping','checkboxstatic');
# Line 1985  class donnees_techniques_gen extends om_ Line 2834  class donnees_techniques_gen extends om_
2834              $form->setType('co_fin_ptz_nb','static');              $form->setType('co_fin_ptz_nb','static');
2835              $form->setType('co_fin_autr_nb','static');              $form->setType('co_fin_autr_nb','static');
2836              $form->setType('co_fin_autr_desc','textareastatic');              $form->setType('co_fin_autr_desc','textareastatic');
             $form->setType('co_finan1_id','static');  
             $form->setType('co_finan1_nb','static');  
             $form->setType('co_finan2_id','static');  
             $form->setType('co_finan2_nb','static');  
             $form->setType('co_finan3_id','static');  
             $form->setType('co_finan3_nb','static');  
             $form->setType('co_finan4_id','static');  
             $form->setType('co_finan4_nb','static');  
             $form->setType('co_finan5_id','static');  
             $form->setType('co_finan5_nb','static');  
2837              $form->setType('co_mais_contrat_ind','checkboxstatic');              $form->setType('co_mais_contrat_ind','checkboxstatic');
2838              $form->setType('co_uti_pers','checkboxstatic');              $form->setType('co_uti_pers','checkboxstatic');
2839              $form->setType('co_uti_vente','checkboxstatic');              $form->setType('co_uti_vente','checkboxstatic');
# Line 2114  class donnees_techniques_gen extends om_ Line 2953  class donnees_techniques_gen extends om_
2953              $form->setType('dm_partiel','checkboxstatic');              $form->setType('dm_partiel','checkboxstatic');
2954              $form->setType('dm_projet_desc','textareastatic');              $form->setType('dm_projet_desc','textareastatic');
2955              $form->setType('dm_tot_log_nb','static');              $form->setType('dm_tot_log_nb','static');
2956                $form->setType('tax_surf_tot','static');
2957                $form->setType('tax_surf','static');
2958                $form->setType('tax_surf_suppr_mod','static');
2959                $form->setType('tax_dest_loc_tr','textareastatic');
2960                $form->setType('tax_su_princ_log_nb1','static');
2961                $form->setType('tax_su_princ_log_nb2','static');
2962                $form->setType('tax_su_princ_log_nb3','static');
2963                $form->setType('tax_su_princ_log_nb4','static');
2964                $form->setType('tax_su_princ_log_nb_tot1','static');
2965                $form->setType('tax_su_princ_log_nb_tot2','static');
2966                $form->setType('tax_su_princ_log_nb_tot3','static');
2967                $form->setType('tax_su_princ_log_nb_tot4','static');
2968                $form->setType('tax_su_princ_surf1','static');
2969                $form->setType('tax_su_princ_surf2','static');
2970                $form->setType('tax_su_princ_surf3','static');
2971                $form->setType('tax_su_princ_surf4','static');
2972                $form->setType('tax_su_princ_surf_sup1','static');
2973                $form->setType('tax_su_princ_surf_sup2','static');
2974                $form->setType('tax_su_princ_surf_sup3','static');
2975                $form->setType('tax_su_princ_surf_sup4','static');
2976                $form->setType('tax_su_heber_log_nb1','static');
2977                $form->setType('tax_su_heber_log_nb2','static');
2978                $form->setType('tax_su_heber_log_nb3','static');
2979                $form->setType('tax_su_heber_log_nb_tot1','static');
2980                $form->setType('tax_su_heber_log_nb_tot2','static');
2981                $form->setType('tax_su_heber_log_nb_tot3','static');
2982                $form->setType('tax_su_heber_surf1','static');
2983                $form->setType('tax_su_heber_surf2','static');
2984                $form->setType('tax_su_heber_surf3','static');
2985                $form->setType('tax_su_heber_surf_sup1','static');
2986                $form->setType('tax_su_heber_surf_sup2','static');
2987                $form->setType('tax_su_heber_surf_sup3','static');
2988                $form->setType('tax_su_secon_log_nb','static');
2989                $form->setType('tax_su_tot_log_nb','static');
2990                $form->setType('tax_su_secon_log_nb_tot','static');
2991                $form->setType('tax_su_tot_log_nb_tot','static');
2992                $form->setType('tax_su_secon_surf','static');
2993                $form->setType('tax_su_tot_surf','static');
2994                $form->setType('tax_su_secon_surf_sup','static');
2995                $form->setType('tax_su_tot_surf_sup','static');
2996                $form->setType('tax_ext_pret','checkboxstatic');
2997                $form->setType('tax_ext_desc','textareastatic');
2998                $form->setType('tax_surf_tax_exist_cons','static');
2999                $form->setType('tax_log_exist_nb','static');
3000                $form->setType('tax_am_statio_ext','static');
3001                $form->setType('tax_sup_bass_pisc','static');
3002                $form->setType('tax_empl_ten_carav_mobil_nb','static');
3003                $form->setType('tax_empl_hll_nb','static');
3004                $form->setType('tax_eol_haut_nb','static');
3005                $form->setType('tax_pann_volt_sup','static');
3006                $form->setType('tax_am_statio_ext_sup','static');
3007                $form->setType('tax_sup_bass_pisc_sup','static');
3008                $form->setType('tax_empl_ten_carav_mobil_nb_sup','static');
3009                $form->setType('tax_empl_hll_nb_sup','static');
3010                $form->setType('tax_eol_haut_nb_sup','static');
3011                $form->setType('tax_pann_volt_sup_sup','static');
3012                $form->setType('tax_trx_presc_ppr','checkboxstatic');
3013                $form->setType('tax_monu_hist','checkboxstatic');
3014                $form->setType('tax_comm_nb','static');
3015                $form->setType('tax_su_non_habit_surf1','static');
3016                $form->setType('tax_su_non_habit_surf2','static');
3017                $form->setType('tax_su_non_habit_surf3','static');
3018                $form->setType('tax_su_non_habit_surf4','static');
3019                $form->setType('tax_su_non_habit_surf5','static');
3020                $form->setType('tax_su_non_habit_surf6','static');
3021                $form->setType('tax_su_non_habit_surf7','static');
3022                $form->setType('tax_su_non_habit_surf_sup1','static');
3023                $form->setType('tax_su_non_habit_surf_sup2','static');
3024                $form->setType('tax_su_non_habit_surf_sup3','static');
3025                $form->setType('tax_su_non_habit_surf_sup4','static');
3026                $form->setType('tax_su_non_habit_surf_sup5','static');
3027                $form->setType('tax_su_non_habit_surf_sup6','static');
3028                $form->setType('tax_su_non_habit_surf_sup7','static');
3029                $form->setType('vsd_surf_planch_smd','checkboxstatic');
3030                $form->setType('vsd_unit_fonc_sup','static');
3031                $form->setType('vsd_unit_fonc_constr_sup','static');
3032                $form->setType('vsd_val_terr','static');
3033                $form->setType('vsd_const_sxist_non_dem_surf','static');
3034                $form->setType('vsd_rescr_fisc','datestatic');
3035                $form->setType('pld_val_terr','static');
3036                $form->setType('pld_const_exist_dem','checkboxstatic');
3037                $form->setType('pld_const_exist_dem_surf','static');
3038              $form->setType('code_cnil','checkboxstatic');              $form->setType('code_cnil','checkboxstatic');
3039                $form->setType('co_archi_nom','static');
3040                $form->setType('co_archi_prenom','static');
3041                $form->setType('co_archi_adr_num','static');
3042                $form->setType('co_archi_adr_voie','static');
3043                $form->setType('co_archi_adr_lieu_dit','static');
3044                $form->setType('co_archi_adr_localite','static');
3045                $form->setType('co_archi_adr_cp','static');
3046                $form->setType('co_archi_adr_bp','static');
3047                $form->setType('co_archi_adr_cedex','static');
3048                $form->setType('co_archi_no_incri','static');
3049                $form->setType('co_archi_cg','static');
3050                $form->setType('co_archi_tel1','static');
3051                $form->setType('co_archi_tel2','static');
3052                $form->setType('co_archi_mail','static');
3053                $form->setType('terr_juri_titul','static');
3054                $form->setType('terr_juri_lot','static');
3055                $form->setType('terr_juri_zac','static');
3056                $form->setType('terr_juri_afu','static');
3057                $form->setType('terr_juri_pup','static');
3058                $form->setType('terr_juri_oin','static');
3059                $form->setType('terr_juri_desc','textareastatic');
3060                $form->setType('terr_div_surf_etab','static');
3061                $form->setType('terr_div_surf_av_div','static');
3062          }//fin consulter          }//fin consulter
3063      }      }
3064    
# Line 2124  class donnees_techniques_gen extends om_ Line 3068  class donnees_techniques_gen extends om_
3068          $form->setOnchange('lot','VerifNum(this)');          $form->setOnchange('lot','VerifNum(this)');
3069          $form->setOnchange('am_carav_duree','VerifNum(this)');          $form->setOnchange('am_carav_duree','VerifNum(this)');
3070          $form->setOnchange('am_statio_cont','VerifNum(this)');          $form->setOnchange('am_statio_cont','VerifNum(this)');
3071          $form->setOnchange('am_affou_exhau_sup','VerifNum(this)');          $form->setOnchange('am_affou_exhau_sup','VerifFloat(this)');
3072          $form->setOnchange('am_affou_prof','VerifNum(this)');          $form->setOnchange('am_affou_prof','VerifFloat(this)');
3073          $form->setOnchange('am_exhau_haut','VerifNum(this)');          $form->setOnchange('am_exhau_haut','VerifFloat(this)');
3074          $form->setOnchange('am_voyage_deb','fdate(this)');          $form->setOnchange('am_voyage_deb','fdate(this)');
3075          $form->setOnchange('am_voyage_fin','fdate(this)');          $form->setOnchange('am_voyage_fin','fdate(this)');
3076          $form->setOnchange('am_terr_surf','VerifNum(this)');          $form->setOnchange('am_terr_surf','VerifFloat(this)');
3077          $form->setOnchange('am_lot_max_nb','VerifNum(this)');          $form->setOnchange('am_lot_max_nb','VerifNum(this)');
3078          $form->setOnchange('am_lot_max_shon','VerifNum(this)');          $form->setOnchange('am_lot_max_shon','VerifFloat(this)');
3079          $form->setOnchange('am_lot_max_shob','VerifNum(this)');          $form->setOnchange('am_lot_max_shob','VerifFloat(this)');
3080          $form->setOnchange('am_empl_nb','VerifNum(this)');          $form->setOnchange('am_empl_nb','VerifNum(this)');
3081          $form->setOnchange('am_tente_nb','VerifNum(this)');          $form->setOnchange('am_tente_nb','VerifNum(this)');
3082          $form->setOnchange('am_carav_nb','VerifNum(this)');          $form->setOnchange('am_carav_nb','VerifNum(this)');
3083          $form->setOnchange('am_mobil_nb','VerifNum(this)');          $form->setOnchange('am_mobil_nb','VerifNum(this)');
3084          $form->setOnchange('am_pers_nb','VerifNum(this)');          $form->setOnchange('am_pers_nb','VerifNum(this)');
3085          $form->setOnchange('am_empl_hll_nb','VerifNum(this)');          $form->setOnchange('am_empl_hll_nb','VerifNum(this)');
3086          $form->setOnchange('am_hll_shon','VerifNum(this)');          $form->setOnchange('am_hll_shon','VerifFloat(this)');
3087          $form->setOnchange('am_exist_date','fdate(this)');          $form->setOnchange('am_exist_date','fdate(this)');
3088          $form->setOnchange('am_exist_nb_avant','VerifNum(this)');          $form->setOnchange('am_exist_nb_avant','VerifNum(this)');
3089          $form->setOnchange('am_exist_nb_apres','VerifNum(this)');          $form->setOnchange('am_exist_nb_apres','VerifNum(this)');
3090          $form->setOnchange('co_elec_tension','VerifNum(this)');          $form->setOnchange('co_elec_tension','VerifFloat(this)');
3091          $form->setOnchange('co_cstr_shob','VerifNum(this)');          $form->setOnchange('co_cstr_shob','VerifFloat(this)');
3092          $form->setOnchange('co_tot_log_nb','VerifNum(this)');          $form->setOnchange('co_tot_log_nb','VerifNum(this)');
3093          $form->setOnchange('co_tot_ind_nb','VerifNum(this)');          $form->setOnchange('co_tot_ind_nb','VerifNum(this)');
3094          $form->setOnchange('co_tot_coll_nb','VerifNum(this)');          $form->setOnchange('co_tot_coll_nb','VerifNum(this)');
# Line 2154  class donnees_techniques_gen extends om_ Line 3098  class donnees_techniques_gen extends om_
3098          $form->setOnchange('co_fin_aa_nb','VerifNum(this)');          $form->setOnchange('co_fin_aa_nb','VerifNum(this)');
3099          $form->setOnchange('co_fin_ptz_nb','VerifNum(this)');          $form->setOnchange('co_fin_ptz_nb','VerifNum(this)');
3100          $form->setOnchange('co_fin_autr_nb','VerifNum(this)');          $form->setOnchange('co_fin_autr_nb','VerifNum(this)');
         $form->setOnchange('co_finan1_id','VerifNum(this)');  
         $form->setOnchange('co_finan1_nb','VerifNum(this)');  
         $form->setOnchange('co_finan2_id','VerifNum(this)');  
         $form->setOnchange('co_finan2_nb','VerifNum(this)');  
         $form->setOnchange('co_finan3_id','VerifNum(this)');  
         $form->setOnchange('co_finan3_nb','VerifNum(this)');  
         $form->setOnchange('co_finan4_id','VerifNum(this)');  
         $form->setOnchange('co_finan4_nb','VerifNum(this)');  
         $form->setOnchange('co_finan5_id','VerifNum(this)');  
         $form->setOnchange('co_finan5_nb','VerifNum(this)');  
3101          $form->setOnchange('co_foyer_chamb_nb','VerifNum(this)');          $form->setOnchange('co_foyer_chamb_nb','VerifNum(this)');
3102          $form->setOnchange('co_log_1p_nb','VerifNum(this)');          $form->setOnchange('co_log_1p_nb','VerifNum(this)');
3103          $form->setOnchange('co_log_2p_nb','VerifNum(this)');          $form->setOnchange('co_log_2p_nb','VerifNum(this)');
# Line 2174  class donnees_techniques_gen extends om_ Line 3108  class donnees_techniques_gen extends om_
3108          $form->setOnchange('co_bat_niv_nb','VerifNum(this)');          $form->setOnchange('co_bat_niv_nb','VerifNum(this)');
3109          $form->setOnchange('co_statio_avt_nb','VerifNum(this)');          $form->setOnchange('co_statio_avt_nb','VerifNum(this)');
3110          $form->setOnchange('co_statio_apr_nb','VerifNum(this)');          $form->setOnchange('co_statio_apr_nb','VerifNum(this)');
3111          $form->setOnchange('co_statio_avt_shob','VerifNum(this)');          $form->setOnchange('co_statio_avt_shob','VerifFloat(this)');
3112          $form->setOnchange('co_statio_apr_shob','VerifNum(this)');          $form->setOnchange('co_statio_apr_shob','VerifFloat(this)');
3113          $form->setOnchange('co_statio_avt_surf','VerifNum(this)');          $form->setOnchange('co_statio_avt_surf','VerifFloat(this)');
3114          $form->setOnchange('co_statio_apr_surf','VerifNum(this)');          $form->setOnchange('co_statio_apr_surf','VerifFloat(this)');
3115          $form->setOnchange('co_statio_place_nb','VerifNum(this)');          $form->setOnchange('co_statio_place_nb','VerifNum(this)');
3116          $form->setOnchange('co_statio_tot_surf','VerifNum(this)');          $form->setOnchange('co_statio_tot_surf','VerifFloat(this)');
3117          $form->setOnchange('co_statio_tot_shob','VerifNum(this)');          $form->setOnchange('co_statio_tot_shob','VerifFloat(this)');
3118          $form->setOnchange('co_statio_comm_cin_surf','VerifNum(this)');          $form->setOnchange('co_statio_comm_cin_surf','VerifFloat(this)');
3119          $form->setOnchange('su_avt_shon1','VerifNum(this)');          $form->setOnchange('su_avt_shon1','VerifFloat(this)');
3120          $form->setOnchange('su_avt_shon2','VerifNum(this)');          $form->setOnchange('su_avt_shon2','VerifFloat(this)');
3121          $form->setOnchange('su_avt_shon3','VerifNum(this)');          $form->setOnchange('su_avt_shon3','VerifFloat(this)');
3122          $form->setOnchange('su_avt_shon4','VerifNum(this)');          $form->setOnchange('su_avt_shon4','VerifFloat(this)');
3123          $form->setOnchange('su_avt_shon5','VerifNum(this)');          $form->setOnchange('su_avt_shon5','VerifFloat(this)');
3124          $form->setOnchange('su_avt_shon6','VerifNum(this)');          $form->setOnchange('su_avt_shon6','VerifFloat(this)');
3125          $form->setOnchange('su_avt_shon7','VerifNum(this)');          $form->setOnchange('su_avt_shon7','VerifFloat(this)');
3126          $form->setOnchange('su_avt_shon8','VerifNum(this)');          $form->setOnchange('su_avt_shon8','VerifFloat(this)');
3127          $form->setOnchange('su_avt_shon9','VerifNum(this)');          $form->setOnchange('su_avt_shon9','VerifFloat(this)');
3128          $form->setOnchange('su_cstr_shon1','VerifNum(this)');          $form->setOnchange('su_cstr_shon1','VerifFloat(this)');
3129          $form->setOnchange('su_cstr_shon2','VerifNum(this)');          $form->setOnchange('su_cstr_shon2','VerifFloat(this)');
3130          $form->setOnchange('su_cstr_shon3','VerifNum(this)');          $form->setOnchange('su_cstr_shon3','VerifFloat(this)');
3131          $form->setOnchange('su_cstr_shon4','VerifNum(this)');          $form->setOnchange('su_cstr_shon4','VerifFloat(this)');
3132          $form->setOnchange('su_cstr_shon5','VerifNum(this)');          $form->setOnchange('su_cstr_shon5','VerifFloat(this)');
3133          $form->setOnchange('su_cstr_shon6','VerifNum(this)');          $form->setOnchange('su_cstr_shon6','VerifFloat(this)');
3134          $form->setOnchange('su_cstr_shon7','VerifNum(this)');          $form->setOnchange('su_cstr_shon7','VerifFloat(this)');
3135          $form->setOnchange('su_cstr_shon8','VerifNum(this)');          $form->setOnchange('su_cstr_shon8','VerifFloat(this)');
3136          $form->setOnchange('su_cstr_shon9','VerifNum(this)');          $form->setOnchange('su_cstr_shon9','VerifFloat(this)');
3137          $form->setOnchange('su_trsf_shon1','VerifNum(this)');          $form->setOnchange('su_trsf_shon1','VerifFloat(this)');
3138          $form->setOnchange('su_trsf_shon2','VerifNum(this)');          $form->setOnchange('su_trsf_shon2','VerifFloat(this)');
3139          $form->setOnchange('su_trsf_shon3','VerifNum(this)');          $form->setOnchange('su_trsf_shon3','VerifFloat(this)');
3140          $form->setOnchange('su_trsf_shon4','VerifNum(this)');          $form->setOnchange('su_trsf_shon4','VerifFloat(this)');
3141          $form->setOnchange('su_trsf_shon5','VerifNum(this)');          $form->setOnchange('su_trsf_shon5','VerifFloat(this)');
3142          $form->setOnchange('su_trsf_shon6','VerifNum(this)');          $form->setOnchange('su_trsf_shon6','VerifFloat(this)');
3143          $form->setOnchange('su_trsf_shon7','VerifNum(this)');          $form->setOnchange('su_trsf_shon7','VerifFloat(this)');
3144          $form->setOnchange('su_trsf_shon8','VerifNum(this)');          $form->setOnchange('su_trsf_shon8','VerifFloat(this)');
3145          $form->setOnchange('su_trsf_shon9','VerifNum(this)');          $form->setOnchange('su_trsf_shon9','VerifFloat(this)');
3146          $form->setOnchange('su_chge_shon1','VerifNum(this)');          $form->setOnchange('su_chge_shon1','VerifFloat(this)');
3147          $form->setOnchange('su_chge_shon2','VerifNum(this)');          $form->setOnchange('su_chge_shon2','VerifFloat(this)');
3148          $form->setOnchange('su_chge_shon3','VerifNum(this)');          $form->setOnchange('su_chge_shon3','VerifFloat(this)');
3149          $form->setOnchange('su_chge_shon4','VerifNum(this)');          $form->setOnchange('su_chge_shon4','VerifFloat(this)');
3150          $form->setOnchange('su_chge_shon5','VerifNum(this)');          $form->setOnchange('su_chge_shon5','VerifFloat(this)');
3151          $form->setOnchange('su_chge_shon6','VerifNum(this)');          $form->setOnchange('su_chge_shon6','VerifFloat(this)');
3152          $form->setOnchange('su_chge_shon7','VerifNum(this)');          $form->setOnchange('su_chge_shon7','VerifFloat(this)');
3153          $form->setOnchange('su_chge_shon8','VerifNum(this)');          $form->setOnchange('su_chge_shon8','VerifFloat(this)');
3154          $form->setOnchange('su_chge_shon9','VerifNum(this)');          $form->setOnchange('su_chge_shon9','VerifFloat(this)');
3155          $form->setOnchange('su_demo_shon1','VerifNum(this)');          $form->setOnchange('su_demo_shon1','VerifFloat(this)');
3156          $form->setOnchange('su_demo_shon2','VerifNum(this)');          $form->setOnchange('su_demo_shon2','VerifFloat(this)');
3157          $form->setOnchange('su_demo_shon3','VerifNum(this)');          $form->setOnchange('su_demo_shon3','VerifFloat(this)');
3158          $form->setOnchange('su_demo_shon4','VerifNum(this)');          $form->setOnchange('su_demo_shon4','VerifFloat(this)');
3159          $form->setOnchange('su_demo_shon5','VerifNum(this)');          $form->setOnchange('su_demo_shon5','VerifFloat(this)');
3160          $form->setOnchange('su_demo_shon6','VerifNum(this)');          $form->setOnchange('su_demo_shon6','VerifFloat(this)');
3161          $form->setOnchange('su_demo_shon7','VerifNum(this)');          $form->setOnchange('su_demo_shon7','VerifFloat(this)');
3162          $form->setOnchange('su_demo_shon8','VerifNum(this)');          $form->setOnchange('su_demo_shon8','VerifFloat(this)');
3163          $form->setOnchange('su_demo_shon9','VerifNum(this)');          $form->setOnchange('su_demo_shon9','VerifFloat(this)');
3164          $form->setOnchange('su_sup_shon1','VerifNum(this)');          $form->setOnchange('su_sup_shon1','VerifFloat(this)');
3165          $form->setOnchange('su_sup_shon2','VerifNum(this)');          $form->setOnchange('su_sup_shon2','VerifFloat(this)');
3166          $form->setOnchange('su_sup_shon3','VerifNum(this)');          $form->setOnchange('su_sup_shon3','VerifFloat(this)');
3167          $form->setOnchange('su_sup_shon4','VerifNum(this)');          $form->setOnchange('su_sup_shon4','VerifFloat(this)');
3168          $form->setOnchange('su_sup_shon5','VerifNum(this)');          $form->setOnchange('su_sup_shon5','VerifFloat(this)');
3169          $form->setOnchange('su_sup_shon6','VerifNum(this)');          $form->setOnchange('su_sup_shon6','VerifFloat(this)');
3170          $form->setOnchange('su_sup_shon7','VerifNum(this)');          $form->setOnchange('su_sup_shon7','VerifFloat(this)');
3171          $form->setOnchange('su_sup_shon8','VerifNum(this)');          $form->setOnchange('su_sup_shon8','VerifFloat(this)');
3172          $form->setOnchange('su_sup_shon9','VerifNum(this)');          $form->setOnchange('su_sup_shon9','VerifFloat(this)');
3173          $form->setOnchange('su_tot_shon1','VerifNum(this)');          $form->setOnchange('su_tot_shon1','VerifFloat(this)');
3174          $form->setOnchange('su_tot_shon2','VerifNum(this)');          $form->setOnchange('su_tot_shon2','VerifFloat(this)');
3175          $form->setOnchange('su_tot_shon3','VerifNum(this)');          $form->setOnchange('su_tot_shon3','VerifFloat(this)');
3176          $form->setOnchange('su_tot_shon4','VerifNum(this)');          $form->setOnchange('su_tot_shon4','VerifFloat(this)');
3177          $form->setOnchange('su_tot_shon5','VerifNum(this)');          $form->setOnchange('su_tot_shon5','VerifFloat(this)');
3178          $form->setOnchange('su_tot_shon6','VerifNum(this)');          $form->setOnchange('su_tot_shon6','VerifFloat(this)');
3179          $form->setOnchange('su_tot_shon7','VerifNum(this)');          $form->setOnchange('su_tot_shon7','VerifFloat(this)');
3180          $form->setOnchange('su_tot_shon8','VerifNum(this)');          $form->setOnchange('su_tot_shon8','VerifFloat(this)');
3181          $form->setOnchange('su_tot_shon9','VerifNum(this)');          $form->setOnchange('su_tot_shon9','VerifFloat(this)');
3182          $form->setOnchange('su_avt_shon_tot','VerifNum(this)');          $form->setOnchange('su_avt_shon_tot','VerifFloat(this)');
3183          $form->setOnchange('su_cstr_shon_tot','VerifNum(this)');          $form->setOnchange('su_cstr_shon_tot','VerifFloat(this)');
3184          $form->setOnchange('su_trsf_shon_tot','VerifNum(this)');          $form->setOnchange('su_trsf_shon_tot','VerifFloat(this)');
3185          $form->setOnchange('su_chge_shon_tot','VerifNum(this)');          $form->setOnchange('su_chge_shon_tot','VerifFloat(this)');
3186          $form->setOnchange('su_demo_shon_tot','VerifNum(this)');          $form->setOnchange('su_demo_shon_tot','VerifFloat(this)');
3187          $form->setOnchange('su_sup_shon_tot','VerifNum(this)');          $form->setOnchange('su_sup_shon_tot','VerifFloat(this)');
3188          $form->setOnchange('su_tot_shon_tot','VerifNum(this)');          $form->setOnchange('su_tot_shon_tot','VerifFloat(this)');
3189          $form->setOnchange('dm_tot_log_nb','VerifNum(this)');          $form->setOnchange('dm_tot_log_nb','VerifNum(this)');
3190            $form->setOnchange('tax_surf_tot','VerifFloat(this)');
3191            $form->setOnchange('tax_surf','VerifFloat(this)');
3192            $form->setOnchange('tax_surf_suppr_mod','VerifFloat(this)');
3193            $form->setOnchange('tax_su_princ_log_nb1','VerifFloat(this)');
3194            $form->setOnchange('tax_su_princ_log_nb2','VerifFloat(this)');
3195            $form->setOnchange('tax_su_princ_log_nb3','VerifFloat(this)');
3196            $form->setOnchange('tax_su_princ_log_nb4','VerifFloat(this)');
3197            $form->setOnchange('tax_su_princ_log_nb_tot1','VerifFloat(this)');
3198            $form->setOnchange('tax_su_princ_log_nb_tot2','VerifFloat(this)');
3199            $form->setOnchange('tax_su_princ_log_nb_tot3','VerifFloat(this)');
3200            $form->setOnchange('tax_su_princ_log_nb_tot4','VerifFloat(this)');
3201            $form->setOnchange('tax_su_princ_surf1','VerifFloat(this)');
3202            $form->setOnchange('tax_su_princ_surf2','VerifFloat(this)');
3203            $form->setOnchange('tax_su_princ_surf3','VerifFloat(this)');
3204            $form->setOnchange('tax_su_princ_surf4','VerifFloat(this)');
3205            $form->setOnchange('tax_su_princ_surf_sup1','VerifFloat(this)');
3206            $form->setOnchange('tax_su_princ_surf_sup2','VerifFloat(this)');
3207            $form->setOnchange('tax_su_princ_surf_sup3','VerifFloat(this)');
3208            $form->setOnchange('tax_su_princ_surf_sup4','VerifFloat(this)');
3209            $form->setOnchange('tax_su_heber_log_nb1','VerifNum(this)');
3210            $form->setOnchange('tax_su_heber_log_nb2','VerifNum(this)');
3211            $form->setOnchange('tax_su_heber_log_nb3','VerifNum(this)');
3212            $form->setOnchange('tax_su_heber_log_nb_tot1','VerifNum(this)');
3213            $form->setOnchange('tax_su_heber_log_nb_tot2','VerifNum(this)');
3214            $form->setOnchange('tax_su_heber_log_nb_tot3','VerifNum(this)');
3215            $form->setOnchange('tax_su_heber_surf1','VerifFloat(this)');
3216            $form->setOnchange('tax_su_heber_surf2','VerifFloat(this)');
3217            $form->setOnchange('tax_su_heber_surf3','VerifFloat(this)');
3218            $form->setOnchange('tax_su_heber_surf_sup1','VerifFloat(this)');
3219            $form->setOnchange('tax_su_heber_surf_sup2','VerifFloat(this)');
3220            $form->setOnchange('tax_su_heber_surf_sup3','VerifFloat(this)');
3221            $form->setOnchange('tax_su_secon_log_nb','VerifNum(this)');
3222            $form->setOnchange('tax_su_tot_log_nb','VerifNum(this)');
3223            $form->setOnchange('tax_su_secon_log_nb_tot','VerifNum(this)');
3224            $form->setOnchange('tax_su_tot_log_nb_tot','VerifNum(this)');
3225            $form->setOnchange('tax_su_secon_surf','VerifFloat(this)');
3226            $form->setOnchange('tax_su_tot_surf','VerifFloat(this)');
3227            $form->setOnchange('tax_su_secon_surf_sup','VerifFloat(this)');
3228            $form->setOnchange('tax_su_tot_surf_sup','VerifFloat(this)');
3229            $form->setOnchange('tax_surf_tax_exist_cons','VerifFloat(this)');
3230            $form->setOnchange('tax_log_exist_nb','VerifNum(this)');
3231            $form->setOnchange('tax_am_statio_ext','VerifNum(this)');
3232            $form->setOnchange('tax_sup_bass_pisc','VerifFloat(this)');
3233            $form->setOnchange('tax_empl_ten_carav_mobil_nb','VerifNum(this)');
3234            $form->setOnchange('tax_empl_hll_nb','VerifNum(this)');
3235            $form->setOnchange('tax_eol_haut_nb','VerifNum(this)');
3236            $form->setOnchange('tax_pann_volt_sup','VerifFloat(this)');
3237            $form->setOnchange('tax_am_statio_ext_sup','VerifNum(this)');
3238            $form->setOnchange('tax_sup_bass_pisc_sup','VerifFloat(this)');
3239            $form->setOnchange('tax_empl_ten_carav_mobil_nb_sup','VerifNum(this)');
3240            $form->setOnchange('tax_empl_hll_nb_sup','VerifNum(this)');
3241            $form->setOnchange('tax_eol_haut_nb_sup','VerifNum(this)');
3242            $form->setOnchange('tax_pann_volt_sup_sup','VerifFloat(this)');
3243            $form->setOnchange('tax_comm_nb','VerifNum(this)');
3244            $form->setOnchange('tax_su_non_habit_surf1','VerifFloat(this)');
3245            $form->setOnchange('tax_su_non_habit_surf2','VerifFloat(this)');
3246            $form->setOnchange('tax_su_non_habit_surf3','VerifFloat(this)');
3247            $form->setOnchange('tax_su_non_habit_surf4','VerifFloat(this)');
3248            $form->setOnchange('tax_su_non_habit_surf5','VerifFloat(this)');
3249            $form->setOnchange('tax_su_non_habit_surf6','VerifFloat(this)');
3250            $form->setOnchange('tax_su_non_habit_surf7','VerifFloat(this)');
3251            $form->setOnchange('tax_su_non_habit_surf_sup1','VerifFloat(this)');
3252            $form->setOnchange('tax_su_non_habit_surf_sup2','VerifFloat(this)');
3253            $form->setOnchange('tax_su_non_habit_surf_sup3','VerifFloat(this)');
3254            $form->setOnchange('tax_su_non_habit_surf_sup4','VerifFloat(this)');
3255            $form->setOnchange('tax_su_non_habit_surf_sup5','VerifFloat(this)');
3256            $form->setOnchange('tax_su_non_habit_surf_sup6','VerifFloat(this)');
3257            $form->setOnchange('tax_su_non_habit_surf_sup7','VerifFloat(this)');
3258            $form->setOnchange('vsd_unit_fonc_sup','VerifFloat(this)');
3259            $form->setOnchange('vsd_unit_fonc_constr_sup','VerifFloat(this)');
3260            $form->setOnchange('vsd_val_terr','VerifFloat(this)');
3261            $form->setOnchange('vsd_const_sxist_non_dem_surf','VerifFloat(this)');
3262            $form->setOnchange('vsd_rescr_fisc','fdate(this)');
3263            $form->setOnchange('pld_val_terr','VerifFloat(this)');
3264            $form->setOnchange('pld_const_exist_dem_surf','VerifFloat(this)');
3265            $form->setOnchange('terr_div_surf_etab','VerifFloat(this)');
3266            $form->setOnchange('terr_div_surf_av_div','VerifFloat(this)');
3267      }      }
3268      /**      /**
3269       * Methode setTaille       * Methode setTaille
# Line 2261  class donnees_techniques_gen extends om_ Line 3272  class donnees_techniques_gen extends om_
3272          $form->setTaille("donnees_techniques", 11);          $form->setTaille("donnees_techniques", 11);
3273          $form->setTaille("dossier_instruction", 20);          $form->setTaille("dossier_instruction", 20);
3274          $form->setTaille("lot", 11);          $form->setTaille("lot", 11);
3275            $form->setTaille("avap_co_elt_pro", 1);
3276            $form->setTaille("avap_nouv_haut_surf", 1);
3277            $form->setTaille("avap_co_clot", 1);
3278            $form->setTaille("avap_aut_coup_aba_arb", 1);
3279            $form->setTaille("avap_ouv_infra", 1);
3280            $form->setTaille("avap_aut_inst_mob", 1);
3281            $form->setTaille("avap_aut_plant", 1);
3282            $form->setTaille("avap_aut_auv_elec", 1);
3283            $form->setTaille("tr_total", 1);
3284            $form->setTaille("tr_partiel", 1);
3285            $form->setTaille("tr_desc", 80);
3286          $form->setTaille("am_lotiss", 1);          $form->setTaille("am_lotiss", 1);
3287          $form->setTaille("am_autre_div", 1);          $form->setTaille("am_autre_div", 1);
3288          $form->setTaille("am_camping", 1);          $form->setTaille("am_camping", 1);
# Line 2358  class donnees_techniques_gen extends om_ Line 3380  class donnees_techniques_gen extends om_
3380          $form->setTaille("co_fin_ptz_nb", 11);          $form->setTaille("co_fin_ptz_nb", 11);
3381          $form->setTaille("co_fin_autr_nb", 11);          $form->setTaille("co_fin_autr_nb", 11);
3382          $form->setTaille("co_fin_autr_desc", 80);          $form->setTaille("co_fin_autr_desc", 80);
         $form->setTaille("co_finan1_id", 11);  
         $form->setTaille("co_finan1_nb", 11);  
         $form->setTaille("co_finan2_id", 11);  
         $form->setTaille("co_finan2_nb", 11);  
         $form->setTaille("co_finan3_id", 11);  
         $form->setTaille("co_finan3_nb", 11);  
         $form->setTaille("co_finan4_id", 11);  
         $form->setTaille("co_finan4_nb", 11);  
         $form->setTaille("co_finan5_id", 11);  
         $form->setTaille("co_finan5_nb", 11);  
3383          $form->setTaille("co_mais_contrat_ind", 1);          $form->setTaille("co_mais_contrat_ind", 1);
3384          $form->setTaille("co_uti_pers", 1);          $form->setTaille("co_uti_pers", 1);
3385          $form->setTaille("co_uti_vente", 1);          $form->setTaille("co_uti_vente", 1);
# Line 2487  class donnees_techniques_gen extends om_ Line 3499  class donnees_techniques_gen extends om_
3499          $form->setTaille("dm_partiel", 1);          $form->setTaille("dm_partiel", 1);
3500          $form->setTaille("dm_projet_desc", 80);          $form->setTaille("dm_projet_desc", 80);
3501          $form->setTaille("dm_tot_log_nb", 11);          $form->setTaille("dm_tot_log_nb", 11);
3502            $form->setTaille("tax_surf_tot", 10);
3503            $form->setTaille("tax_surf", 10);
3504            $form->setTaille("tax_surf_suppr_mod", 10);
3505            $form->setTaille("tax_dest_loc_tr", 80);
3506            $form->setTaille("tax_su_princ_log_nb1", 10);
3507            $form->setTaille("tax_su_princ_log_nb2", 10);
3508            $form->setTaille("tax_su_princ_log_nb3", 10);
3509            $form->setTaille("tax_su_princ_log_nb4", 10);
3510            $form->setTaille("tax_su_princ_log_nb_tot1", 10);
3511            $form->setTaille("tax_su_princ_log_nb_tot2", 10);
3512            $form->setTaille("tax_su_princ_log_nb_tot3", 10);
3513            $form->setTaille("tax_su_princ_log_nb_tot4", 10);
3514            $form->setTaille("tax_su_princ_surf1", 10);
3515            $form->setTaille("tax_su_princ_surf2", 10);
3516            $form->setTaille("tax_su_princ_surf3", 10);
3517            $form->setTaille("tax_su_princ_surf4", 10);
3518            $form->setTaille("tax_su_princ_surf_sup1", 10);
3519            $form->setTaille("tax_su_princ_surf_sup2", 10);
3520            $form->setTaille("tax_su_princ_surf_sup3", 10);
3521            $form->setTaille("tax_su_princ_surf_sup4", 10);
3522            $form->setTaille("tax_su_heber_log_nb1", 11);
3523            $form->setTaille("tax_su_heber_log_nb2", 11);
3524            $form->setTaille("tax_su_heber_log_nb3", 11);
3525            $form->setTaille("tax_su_heber_log_nb_tot1", 11);
3526            $form->setTaille("tax_su_heber_log_nb_tot2", 11);
3527            $form->setTaille("tax_su_heber_log_nb_tot3", 11);
3528            $form->setTaille("tax_su_heber_surf1", 10);
3529            $form->setTaille("tax_su_heber_surf2", 10);
3530            $form->setTaille("tax_su_heber_surf3", 10);
3531            $form->setTaille("tax_su_heber_surf_sup1", 10);
3532            $form->setTaille("tax_su_heber_surf_sup2", 10);
3533            $form->setTaille("tax_su_heber_surf_sup3", 10);
3534            $form->setTaille("tax_su_secon_log_nb", 11);
3535            $form->setTaille("tax_su_tot_log_nb", 11);
3536            $form->setTaille("tax_su_secon_log_nb_tot", 11);
3537            $form->setTaille("tax_su_tot_log_nb_tot", 11);
3538            $form->setTaille("tax_su_secon_surf", 10);
3539            $form->setTaille("tax_su_tot_surf", 10);
3540            $form->setTaille("tax_su_secon_surf_sup", 10);
3541            $form->setTaille("tax_su_tot_surf_sup", 10);
3542            $form->setTaille("tax_ext_pret", 1);
3543            $form->setTaille("tax_ext_desc", 80);
3544            $form->setTaille("tax_surf_tax_exist_cons", 10);
3545            $form->setTaille("tax_log_exist_nb", 11);
3546            $form->setTaille("tax_am_statio_ext", 11);
3547            $form->setTaille("tax_sup_bass_pisc", 10);
3548            $form->setTaille("tax_empl_ten_carav_mobil_nb", 11);
3549            $form->setTaille("tax_empl_hll_nb", 11);
3550            $form->setTaille("tax_eol_haut_nb", 11);
3551            $form->setTaille("tax_pann_volt_sup", 10);
3552            $form->setTaille("tax_am_statio_ext_sup", 11);
3553            $form->setTaille("tax_sup_bass_pisc_sup", 10);
3554            $form->setTaille("tax_empl_ten_carav_mobil_nb_sup", 11);
3555            $form->setTaille("tax_empl_hll_nb_sup", 11);
3556            $form->setTaille("tax_eol_haut_nb_sup", 11);
3557            $form->setTaille("tax_pann_volt_sup_sup", 10);
3558            $form->setTaille("tax_trx_presc_ppr", 1);
3559            $form->setTaille("tax_monu_hist", 1);
3560            $form->setTaille("tax_comm_nb", 11);
3561            $form->setTaille("tax_su_non_habit_surf1", 10);
3562            $form->setTaille("tax_su_non_habit_surf2", 10);
3563            $form->setTaille("tax_su_non_habit_surf3", 10);
3564            $form->setTaille("tax_su_non_habit_surf4", 10);
3565            $form->setTaille("tax_su_non_habit_surf5", 10);
3566            $form->setTaille("tax_su_non_habit_surf6", 10);
3567            $form->setTaille("tax_su_non_habit_surf7", 10);
3568            $form->setTaille("tax_su_non_habit_surf_sup1", 10);
3569            $form->setTaille("tax_su_non_habit_surf_sup2", 10);
3570            $form->setTaille("tax_su_non_habit_surf_sup3", 10);
3571            $form->setTaille("tax_su_non_habit_surf_sup4", 10);
3572            $form->setTaille("tax_su_non_habit_surf_sup5", 10);
3573            $form->setTaille("tax_su_non_habit_surf_sup6", 10);
3574            $form->setTaille("tax_su_non_habit_surf_sup7", 10);
3575            $form->setTaille("vsd_surf_planch_smd", 1);
3576            $form->setTaille("vsd_unit_fonc_sup", 10);
3577            $form->setTaille("vsd_unit_fonc_constr_sup", 10);
3578            $form->setTaille("vsd_val_terr", 10);
3579            $form->setTaille("vsd_const_sxist_non_dem_surf", 10);
3580            $form->setTaille("vsd_rescr_fisc", 12);
3581            $form->setTaille("pld_val_terr", 10);
3582            $form->setTaille("pld_const_exist_dem", 1);
3583            $form->setTaille("pld_const_exist_dem_surf", 10);
3584          $form->setTaille("code_cnil", 1);          $form->setTaille("code_cnil", 1);
3585            $form->setTaille("co_archi_nom", 30);
3586            $form->setTaille("co_archi_prenom", 30);
3587            $form->setTaille("co_archi_adr_num", 10);
3588            $form->setTaille("co_archi_adr_voie", 30);
3589            $form->setTaille("co_archi_adr_lieu_dit", 30);
3590            $form->setTaille("co_archi_adr_localite", 30);
3591            $form->setTaille("co_archi_adr_cp", 10);
3592            $form->setTaille("co_archi_adr_bp", 10);
3593            $form->setTaille("co_archi_adr_cedex", 10);
3594            $form->setTaille("co_archi_no_incri", 30);
3595            $form->setTaille("co_archi_cg", 30);
3596            $form->setTaille("co_archi_tel1", 10);
3597            $form->setTaille("co_archi_tel2", 10);
3598            $form->setTaille("co_archi_mail", 30);
3599            $form->setTaille("terr_juri_titul", 20);
3600            $form->setTaille("terr_juri_lot", 20);
3601            $form->setTaille("terr_juri_zac", 20);
3602            $form->setTaille("terr_juri_afu", 20);
3603            $form->setTaille("terr_juri_pup", 20);
3604            $form->setTaille("terr_juri_oin", 20);
3605            $form->setTaille("terr_juri_desc", 80);
3606            $form->setTaille("terr_div_surf_etab", 10);
3607            $form->setTaille("terr_div_surf_av_div", 10);
3608      }      }
3609    
3610      /**      /**
# Line 2497  class donnees_techniques_gen extends om_ Line 3614  class donnees_techniques_gen extends om_
3614          $form->setMax("donnees_techniques", 11);          $form->setMax("donnees_techniques", 11);
3615          $form->setMax("dossier_instruction", 20);          $form->setMax("dossier_instruction", 20);
3616          $form->setMax("lot", 11);          $form->setMax("lot", 11);
3617            $form->setMax("avap_co_elt_pro", 1);
3618            $form->setMax("avap_nouv_haut_surf", 1);
3619            $form->setMax("avap_co_clot", 1);
3620            $form->setMax("avap_aut_coup_aba_arb", 1);
3621            $form->setMax("avap_ouv_infra", 1);
3622            $form->setMax("avap_aut_inst_mob", 1);
3623            $form->setMax("avap_aut_plant", 1);
3624            $form->setMax("avap_aut_auv_elec", 1);
3625            $form->setMax("tr_total", 1);
3626            $form->setMax("tr_partiel", 1);
3627            $form->setMax("tr_desc", 6);
3628          $form->setMax("am_lotiss", 1);          $form->setMax("am_lotiss", 1);
3629          $form->setMax("am_autre_div", 1);          $form->setMax("am_autre_div", 1);
3630          $form->setMax("am_camping", 1);          $form->setMax("am_camping", 1);
# Line 2594  class donnees_techniques_gen extends om_ Line 3722  class donnees_techniques_gen extends om_
3722          $form->setMax("co_fin_ptz_nb", 11);          $form->setMax("co_fin_ptz_nb", 11);
3723          $form->setMax("co_fin_autr_nb", 11);          $form->setMax("co_fin_autr_nb", 11);
3724          $form->setMax("co_fin_autr_desc", 6);          $form->setMax("co_fin_autr_desc", 6);
         $form->setMax("co_finan1_id", 11);  
         $form->setMax("co_finan1_nb", 11);  
         $form->setMax("co_finan2_id", 11);  
         $form->setMax("co_finan2_nb", 11);  
         $form->setMax("co_finan3_id", 11);  
         $form->setMax("co_finan3_nb", 11);  
         $form->setMax("co_finan4_id", 11);  
         $form->setMax("co_finan4_nb", 11);  
         $form->setMax("co_finan5_id", 11);  
         $form->setMax("co_finan5_nb", 11);  
3725          $form->setMax("co_mais_contrat_ind", 1);          $form->setMax("co_mais_contrat_ind", 1);
3726          $form->setMax("co_uti_pers", 1);          $form->setMax("co_uti_pers", 1);
3727          $form->setMax("co_uti_vente", 1);          $form->setMax("co_uti_vente", 1);
# Line 2723  class donnees_techniques_gen extends om_ Line 3841  class donnees_techniques_gen extends om_
3841          $form->setMax("dm_partiel", 1);          $form->setMax("dm_partiel", 1);
3842          $form->setMax("dm_projet_desc", 6);          $form->setMax("dm_projet_desc", 6);
3843          $form->setMax("dm_tot_log_nb", 11);          $form->setMax("dm_tot_log_nb", 11);
3844            $form->setMax("tax_surf_tot", -5);
3845            $form->setMax("tax_surf", -5);
3846            $form->setMax("tax_surf_suppr_mod", -5);
3847            $form->setMax("tax_dest_loc_tr", 6);
3848            $form->setMax("tax_su_princ_log_nb1", -5);
3849            $form->setMax("tax_su_princ_log_nb2", -5);
3850            $form->setMax("tax_su_princ_log_nb3", -5);
3851            $form->setMax("tax_su_princ_log_nb4", -5);
3852            $form->setMax("tax_su_princ_log_nb_tot1", -5);
3853            $form->setMax("tax_su_princ_log_nb_tot2", -5);
3854            $form->setMax("tax_su_princ_log_nb_tot3", -5);
3855            $form->setMax("tax_su_princ_log_nb_tot4", -5);
3856            $form->setMax("tax_su_princ_surf1", -5);
3857            $form->setMax("tax_su_princ_surf2", -5);
3858            $form->setMax("tax_su_princ_surf3", -5);
3859            $form->setMax("tax_su_princ_surf4", -5);
3860            $form->setMax("tax_su_princ_surf_sup1", -5);
3861            $form->setMax("tax_su_princ_surf_sup2", -5);
3862            $form->setMax("tax_su_princ_surf_sup3", -5);
3863            $form->setMax("tax_su_princ_surf_sup4", -5);
3864            $form->setMax("tax_su_heber_log_nb1", 11);
3865            $form->setMax("tax_su_heber_log_nb2", 11);
3866            $form->setMax("tax_su_heber_log_nb3", 11);
3867            $form->setMax("tax_su_heber_log_nb_tot1", 11);
3868            $form->setMax("tax_su_heber_log_nb_tot2", 11);
3869            $form->setMax("tax_su_heber_log_nb_tot3", 11);
3870            $form->setMax("tax_su_heber_surf1", -5);
3871            $form->setMax("tax_su_heber_surf2", -5);
3872            $form->setMax("tax_su_heber_surf3", -5);
3873            $form->setMax("tax_su_heber_surf_sup1", -5);
3874            $form->setMax("tax_su_heber_surf_sup2", -5);
3875            $form->setMax("tax_su_heber_surf_sup3", -5);
3876            $form->setMax("tax_su_secon_log_nb", 11);
3877            $form->setMax("tax_su_tot_log_nb", 11);
3878            $form->setMax("tax_su_secon_log_nb_tot", 11);
3879            $form->setMax("tax_su_tot_log_nb_tot", 11);
3880            $form->setMax("tax_su_secon_surf", -5);
3881            $form->setMax("tax_su_tot_surf", -5);
3882            $form->setMax("tax_su_secon_surf_sup", -5);
3883            $form->setMax("tax_su_tot_surf_sup", -5);
3884            $form->setMax("tax_ext_pret", 1);
3885            $form->setMax("tax_ext_desc", 6);
3886            $form->setMax("tax_surf_tax_exist_cons", -5);
3887            $form->setMax("tax_log_exist_nb", 11);
3888            $form->setMax("tax_am_statio_ext", 11);
3889            $form->setMax("tax_sup_bass_pisc", -5);
3890            $form->setMax("tax_empl_ten_carav_mobil_nb", 11);
3891            $form->setMax("tax_empl_hll_nb", 11);
3892            $form->setMax("tax_eol_haut_nb", 11);
3893            $form->setMax("tax_pann_volt_sup", -5);
3894            $form->setMax("tax_am_statio_ext_sup", 11);
3895            $form->setMax("tax_sup_bass_pisc_sup", -5);
3896            $form->setMax("tax_empl_ten_carav_mobil_nb_sup", 11);
3897            $form->setMax("tax_empl_hll_nb_sup", 11);
3898            $form->setMax("tax_eol_haut_nb_sup", 11);
3899            $form->setMax("tax_pann_volt_sup_sup", -5);
3900            $form->setMax("tax_trx_presc_ppr", 1);
3901            $form->setMax("tax_monu_hist", 1);
3902            $form->setMax("tax_comm_nb", 11);
3903            $form->setMax("tax_su_non_habit_surf1", -5);
3904            $form->setMax("tax_su_non_habit_surf2", -5);
3905            $form->setMax("tax_su_non_habit_surf3", -5);
3906            $form->setMax("tax_su_non_habit_surf4", -5);
3907            $form->setMax("tax_su_non_habit_surf5", -5);
3908            $form->setMax("tax_su_non_habit_surf6", -5);
3909            $form->setMax("tax_su_non_habit_surf7", -5);
3910            $form->setMax("tax_su_non_habit_surf_sup1", -5);
3911            $form->setMax("tax_su_non_habit_surf_sup2", -5);
3912            $form->setMax("tax_su_non_habit_surf_sup3", -5);
3913            $form->setMax("tax_su_non_habit_surf_sup4", -5);
3914            $form->setMax("tax_su_non_habit_surf_sup5", -5);
3915            $form->setMax("tax_su_non_habit_surf_sup6", -5);
3916            $form->setMax("tax_su_non_habit_surf_sup7", -5);
3917            $form->setMax("vsd_surf_planch_smd", 1);
3918            $form->setMax("vsd_unit_fonc_sup", -5);
3919            $form->setMax("vsd_unit_fonc_constr_sup", -5);
3920            $form->setMax("vsd_val_terr", -5);
3921            $form->setMax("vsd_const_sxist_non_dem_surf", -5);
3922            $form->setMax("vsd_rescr_fisc", 12);
3923            $form->setMax("pld_val_terr", -5);
3924            $form->setMax("pld_const_exist_dem", 1);
3925            $form->setMax("pld_const_exist_dem_surf", -5);
3926          $form->setMax("code_cnil", 1);          $form->setMax("code_cnil", 1);
3927            $form->setMax("co_archi_nom", 80);
3928            $form->setMax("co_archi_prenom", 80);
3929            $form->setMax("co_archi_adr_num", 10);
3930            $form->setMax("co_archi_adr_voie", 80);
3931            $form->setMax("co_archi_adr_lieu_dit", 80);
3932            $form->setMax("co_archi_adr_localite", 80);
3933            $form->setMax("co_archi_adr_cp", 5);
3934            $form->setMax("co_archi_adr_bp", 3);
3935            $form->setMax("co_archi_adr_cedex", 2);
3936            $form->setMax("co_archi_no_incri", 40);
3937            $form->setMax("co_archi_cg", 80);
3938            $form->setMax("co_archi_tel1", 10);
3939            $form->setMax("co_archi_tel2", 10);
3940            $form->setMax("co_archi_mail", 150);
3941            $form->setMax("terr_juri_titul", 20);
3942            $form->setMax("terr_juri_lot", 20);
3943            $form->setMax("terr_juri_zac", 20);
3944            $form->setMax("terr_juri_afu", 20);
3945            $form->setMax("terr_juri_pup", 20);
3946            $form->setMax("terr_juri_oin", 20);
3947            $form->setMax("terr_juri_desc", 6);
3948            $form->setMax("terr_div_surf_etab", -5);
3949            $form->setMax("terr_div_surf_av_div", -5);
3950      }      }
3951    
3952    
# Line 2732  class donnees_techniques_gen extends om_ Line 3955  class donnees_techniques_gen extends om_
3955          $form->setLib('donnees_techniques',_('donnees_techniques'));          $form->setLib('donnees_techniques',_('donnees_techniques'));
3956          $form->setLib('dossier_instruction',_('dossier_instruction'));          $form->setLib('dossier_instruction',_('dossier_instruction'));
3957          $form->setLib('lot',_('lot'));          $form->setLib('lot',_('lot'));
3958            $form->setLib('avap_co_elt_pro',_('avap_co_elt_pro'));
3959            $form->setLib('avap_nouv_haut_surf',_('avap_nouv_haut_surf'));
3960            $form->setLib('avap_co_clot',_('avap_co_clot'));
3961            $form->setLib('avap_aut_coup_aba_arb',_('avap_aut_coup_aba_arb'));
3962            $form->setLib('avap_ouv_infra',_('avap_ouv_infra'));
3963            $form->setLib('avap_aut_inst_mob',_('avap_aut_inst_mob'));
3964            $form->setLib('avap_aut_plant',_('avap_aut_plant'));
3965            $form->setLib('avap_aut_auv_elec',_('avap_aut_auv_elec'));
3966            $form->setLib('tr_total',_('tr_total'));
3967            $form->setLib('tr_partiel',_('tr_partiel'));
3968            $form->setLib('tr_desc',_('tr_desc'));
3969          $form->setLib('am_lotiss',_('am_lotiss'));          $form->setLib('am_lotiss',_('am_lotiss'));
3970          $form->setLib('am_autre_div',_('am_autre_div'));          $form->setLib('am_autre_div',_('am_autre_div'));
3971          $form->setLib('am_camping',_('am_camping'));          $form->setLib('am_camping',_('am_camping'));
# Line 2829  class donnees_techniques_gen extends om_ Line 4063  class donnees_techniques_gen extends om_
4063          $form->setLib('co_fin_ptz_nb',_('co_fin_ptz_nb'));          $form->setLib('co_fin_ptz_nb',_('co_fin_ptz_nb'));
4064          $form->setLib('co_fin_autr_nb',_('co_fin_autr_nb'));          $form->setLib('co_fin_autr_nb',_('co_fin_autr_nb'));
4065          $form->setLib('co_fin_autr_desc',_('co_fin_autr_desc'));          $form->setLib('co_fin_autr_desc',_('co_fin_autr_desc'));
         $form->setLib('co_finan1_id',_('co_finan1_id'));  
         $form->setLib('co_finan1_nb',_('co_finan1_nb'));  
         $form->setLib('co_finan2_id',_('co_finan2_id'));  
         $form->setLib('co_finan2_nb',_('co_finan2_nb'));  
         $form->setLib('co_finan3_id',_('co_finan3_id'));  
         $form->setLib('co_finan3_nb',_('co_finan3_nb'));  
         $form->setLib('co_finan4_id',_('co_finan4_id'));  
         $form->setLib('co_finan4_nb',_('co_finan4_nb'));  
         $form->setLib('co_finan5_id',_('co_finan5_id'));  
         $form->setLib('co_finan5_nb',_('co_finan5_nb'));  
4066          $form->setLib('co_mais_contrat_ind',_('co_mais_contrat_ind'));          $form->setLib('co_mais_contrat_ind',_('co_mais_contrat_ind'));
4067          $form->setLib('co_uti_pers',_('co_uti_pers'));          $form->setLib('co_uti_pers',_('co_uti_pers'));
4068          $form->setLib('co_uti_vente',_('co_uti_vente'));          $form->setLib('co_uti_vente',_('co_uti_vente'));
# Line 2958  class donnees_techniques_gen extends om_ Line 4182  class donnees_techniques_gen extends om_
4182          $form->setLib('dm_partiel',_('dm_partiel'));          $form->setLib('dm_partiel',_('dm_partiel'));
4183          $form->setLib('dm_projet_desc',_('dm_projet_desc'));          $form->setLib('dm_projet_desc',_('dm_projet_desc'));
4184          $form->setLib('dm_tot_log_nb',_('dm_tot_log_nb'));          $form->setLib('dm_tot_log_nb',_('dm_tot_log_nb'));
4185            $form->setLib('tax_surf_tot',_('tax_surf_tot'));
4186            $form->setLib('tax_surf',_('tax_surf'));
4187            $form->setLib('tax_surf_suppr_mod',_('tax_surf_suppr_mod'));
4188            $form->setLib('tax_dest_loc_tr',_('tax_dest_loc_tr'));
4189            $form->setLib('tax_su_princ_log_nb1',_('tax_su_princ_log_nb1'));
4190            $form->setLib('tax_su_princ_log_nb2',_('tax_su_princ_log_nb2'));
4191            $form->setLib('tax_su_princ_log_nb3',_('tax_su_princ_log_nb3'));
4192            $form->setLib('tax_su_princ_log_nb4',_('tax_su_princ_log_nb4'));
4193            $form->setLib('tax_su_princ_log_nb_tot1',_('tax_su_princ_log_nb_tot1'));
4194            $form->setLib('tax_su_princ_log_nb_tot2',_('tax_su_princ_log_nb_tot2'));
4195            $form->setLib('tax_su_princ_log_nb_tot3',_('tax_su_princ_log_nb_tot3'));
4196            $form->setLib('tax_su_princ_log_nb_tot4',_('tax_su_princ_log_nb_tot4'));
4197            $form->setLib('tax_su_princ_surf1',_('tax_su_princ_surf1'));
4198            $form->setLib('tax_su_princ_surf2',_('tax_su_princ_surf2'));
4199            $form->setLib('tax_su_princ_surf3',_('tax_su_princ_surf3'));
4200            $form->setLib('tax_su_princ_surf4',_('tax_su_princ_surf4'));
4201            $form->setLib('tax_su_princ_surf_sup1',_('tax_su_princ_surf_sup1'));
4202            $form->setLib('tax_su_princ_surf_sup2',_('tax_su_princ_surf_sup2'));
4203            $form->setLib('tax_su_princ_surf_sup3',_('tax_su_princ_surf_sup3'));
4204            $form->setLib('tax_su_princ_surf_sup4',_('tax_su_princ_surf_sup4'));
4205            $form->setLib('tax_su_heber_log_nb1',_('tax_su_heber_log_nb1'));
4206            $form->setLib('tax_su_heber_log_nb2',_('tax_su_heber_log_nb2'));
4207            $form->setLib('tax_su_heber_log_nb3',_('tax_su_heber_log_nb3'));
4208            $form->setLib('tax_su_heber_log_nb_tot1',_('tax_su_heber_log_nb_tot1'));
4209            $form->setLib('tax_su_heber_log_nb_tot2',_('tax_su_heber_log_nb_tot2'));
4210            $form->setLib('tax_su_heber_log_nb_tot3',_('tax_su_heber_log_nb_tot3'));
4211            $form->setLib('tax_su_heber_surf1',_('tax_su_heber_surf1'));
4212            $form->setLib('tax_su_heber_surf2',_('tax_su_heber_surf2'));
4213            $form->setLib('tax_su_heber_surf3',_('tax_su_heber_surf3'));
4214            $form->setLib('tax_su_heber_surf_sup1',_('tax_su_heber_surf_sup1'));
4215            $form->setLib('tax_su_heber_surf_sup2',_('tax_su_heber_surf_sup2'));
4216            $form->setLib('tax_su_heber_surf_sup3',_('tax_su_heber_surf_sup3'));
4217            $form->setLib('tax_su_secon_log_nb',_('tax_su_secon_log_nb'));
4218            $form->setLib('tax_su_tot_log_nb',_('tax_su_tot_log_nb'));
4219            $form->setLib('tax_su_secon_log_nb_tot',_('tax_su_secon_log_nb_tot'));
4220            $form->setLib('tax_su_tot_log_nb_tot',_('tax_su_tot_log_nb_tot'));
4221            $form->setLib('tax_su_secon_surf',_('tax_su_secon_surf'));
4222            $form->setLib('tax_su_tot_surf',_('tax_su_tot_surf'));
4223            $form->setLib('tax_su_secon_surf_sup',_('tax_su_secon_surf_sup'));
4224            $form->setLib('tax_su_tot_surf_sup',_('tax_su_tot_surf_sup'));
4225            $form->setLib('tax_ext_pret',_('tax_ext_pret'));
4226            $form->setLib('tax_ext_desc',_('tax_ext_desc'));
4227            $form->setLib('tax_surf_tax_exist_cons',_('tax_surf_tax_exist_cons'));
4228            $form->setLib('tax_log_exist_nb',_('tax_log_exist_nb'));
4229            $form->setLib('tax_am_statio_ext',_('tax_am_statio_ext'));
4230            $form->setLib('tax_sup_bass_pisc',_('tax_sup_bass_pisc'));
4231            $form->setLib('tax_empl_ten_carav_mobil_nb',_('tax_empl_ten_carav_mobil_nb'));
4232            $form->setLib('tax_empl_hll_nb',_('tax_empl_hll_nb'));
4233            $form->setLib('tax_eol_haut_nb',_('tax_eol_haut_nb'));
4234            $form->setLib('tax_pann_volt_sup',_('tax_pann_volt_sup'));
4235            $form->setLib('tax_am_statio_ext_sup',_('tax_am_statio_ext_sup'));
4236            $form->setLib('tax_sup_bass_pisc_sup',_('tax_sup_bass_pisc_sup'));
4237            $form->setLib('tax_empl_ten_carav_mobil_nb_sup',_('tax_empl_ten_carav_mobil_nb_sup'));
4238            $form->setLib('tax_empl_hll_nb_sup',_('tax_empl_hll_nb_sup'));
4239            $form->setLib('tax_eol_haut_nb_sup',_('tax_eol_haut_nb_sup'));
4240            $form->setLib('tax_pann_volt_sup_sup',_('tax_pann_volt_sup_sup'));
4241            $form->setLib('tax_trx_presc_ppr',_('tax_trx_presc_ppr'));
4242            $form->setLib('tax_monu_hist',_('tax_monu_hist'));
4243            $form->setLib('tax_comm_nb',_('tax_comm_nb'));
4244            $form->setLib('tax_su_non_habit_surf1',_('tax_su_non_habit_surf1'));
4245            $form->setLib('tax_su_non_habit_surf2',_('tax_su_non_habit_surf2'));
4246            $form->setLib('tax_su_non_habit_surf3',_('tax_su_non_habit_surf3'));
4247            $form->setLib('tax_su_non_habit_surf4',_('tax_su_non_habit_surf4'));
4248            $form->setLib('tax_su_non_habit_surf5',_('tax_su_non_habit_surf5'));
4249            $form->setLib('tax_su_non_habit_surf6',_('tax_su_non_habit_surf6'));
4250            $form->setLib('tax_su_non_habit_surf7',_('tax_su_non_habit_surf7'));
4251            $form->setLib('tax_su_non_habit_surf_sup1',_('tax_su_non_habit_surf_sup1'));
4252            $form->setLib('tax_su_non_habit_surf_sup2',_('tax_su_non_habit_surf_sup2'));
4253            $form->setLib('tax_su_non_habit_surf_sup3',_('tax_su_non_habit_surf_sup3'));
4254            $form->setLib('tax_su_non_habit_surf_sup4',_('tax_su_non_habit_surf_sup4'));
4255            $form->setLib('tax_su_non_habit_surf_sup5',_('tax_su_non_habit_surf_sup5'));
4256            $form->setLib('tax_su_non_habit_surf_sup6',_('tax_su_non_habit_surf_sup6'));
4257            $form->setLib('tax_su_non_habit_surf_sup7',_('tax_su_non_habit_surf_sup7'));
4258            $form->setLib('vsd_surf_planch_smd',_('vsd_surf_planch_smd'));
4259            $form->setLib('vsd_unit_fonc_sup',_('vsd_unit_fonc_sup'));
4260            $form->setLib('vsd_unit_fonc_constr_sup',_('vsd_unit_fonc_constr_sup'));
4261            $form->setLib('vsd_val_terr',_('vsd_val_terr'));
4262            $form->setLib('vsd_const_sxist_non_dem_surf',_('vsd_const_sxist_non_dem_surf'));
4263            $form->setLib('vsd_rescr_fisc',_('vsd_rescr_fisc'));
4264            $form->setLib('pld_val_terr',_('pld_val_terr'));
4265            $form->setLib('pld_const_exist_dem',_('pld_const_exist_dem'));
4266            $form->setLib('pld_const_exist_dem_surf',_('pld_const_exist_dem_surf'));
4267          $form->setLib('code_cnil',_('code_cnil'));          $form->setLib('code_cnil',_('code_cnil'));
4268            $form->setLib('co_archi_nom',_('co_archi_nom'));
4269            $form->setLib('co_archi_prenom',_('co_archi_prenom'));
4270            $form->setLib('co_archi_adr_num',_('co_archi_adr_num'));
4271            $form->setLib('co_archi_adr_voie',_('co_archi_adr_voie'));
4272            $form->setLib('co_archi_adr_lieu_dit',_('co_archi_adr_lieu_dit'));
4273            $form->setLib('co_archi_adr_localite',_('co_archi_adr_localite'));
4274            $form->setLib('co_archi_adr_cp',_('co_archi_adr_cp'));
4275            $form->setLib('co_archi_adr_bp',_('co_archi_adr_bp'));
4276            $form->setLib('co_archi_adr_cedex',_('co_archi_adr_cedex'));
4277            $form->setLib('co_archi_no_incri',_('co_archi_no_incri'));
4278            $form->setLib('co_archi_cg',_('co_archi_cg'));
4279            $form->setLib('co_archi_tel1',_('co_archi_tel1'));
4280            $form->setLib('co_archi_tel2',_('co_archi_tel2'));
4281            $form->setLib('co_archi_mail',_('co_archi_mail'));
4282            $form->setLib('terr_juri_titul',_('terr_juri_titul'));
4283            $form->setLib('terr_juri_lot',_('terr_juri_lot'));
4284            $form->setLib('terr_juri_zac',_('terr_juri_zac'));
4285            $form->setLib('terr_juri_afu',_('terr_juri_afu'));
4286            $form->setLib('terr_juri_pup',_('terr_juri_pup'));
4287            $form->setLib('terr_juri_oin',_('terr_juri_oin'));
4288            $form->setLib('terr_juri_desc',_('terr_juri_desc'));
4289            $form->setLib('terr_div_surf_etab',_('terr_div_surf_etab'));
4290            $form->setLib('terr_div_surf_av_div',_('terr_div_surf_av_div'));
4291      }      }
4292    
4293      function setSelect(&$form, $maj,&$db,$debug) {      function setSelect(&$form, $maj,&$db,$debug) {

Legend:
Removed from v.1257  
changed lines
  Added in v.1616

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26