-
Notifications
You must be signed in to change notification settings - Fork 5
/
controlEnfermedades.php
362 lines (287 loc) · 10.7 KB
/
controlEnfermedades.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<?php
require "db/db.php";
require('headerAdmin.php');
session_start();
$enfermedadesArray=$database->select('tbenfermedad',['nombre']);
$catAnimalArray=$database->select('tbcategoriaanimal',['nombre']);
//echo $catAnimalArray[1]['nombre'];
//$enfermedades=array('BRUC','TBC','RABIA','E.E.H','VESICULARES','PPC','N.C.I.A','SAL','L.T','EE','ENF ACUN','ENF APIC');
?>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/Styles.css">
<link rel="stylesheet" href="css/principal.css">
<title>Control de Enfermedades</title>
</head>
<body>
<section id="" class="big">
<?php
//include ('menu.php');
?>
<div class="">
<div class="contenedorControlEnfermedades">
<h2>Prevencion y Control de Enfermedades</h2>
<table border=1 summary="Control de Enfermedades" class=tablaControlEnfermedades>
<thead>
<tr>
<th rowspan="2" scope="col">Descripcion</th>
<th colspan="12" scope="col">Enfermedades</th>
</tr>
<tr>
<th scope='col'>BRUC</th>
<th scope='col'>TBC</th>
<th scope='col'>RABIA</th>
<th scope='col'>E.E.H</th>
<th scope='col'>VESICULARES</th>
<th scope='col'>PPC</th>
<th scope='col'>N.C.I.A</th>
<th scope='col'>SAL</th>
<th scope='col'>LT</th>
<th scope='col'>EE</th>
<th scope='col'>ENF ACUN</th>
<th scope='col'>ENF APIC</th>
</tr>
</thead>
<tbody id='contenedorChecks'>
<tr>
<th scope="row" id="numFila0" class="Animales Vacunados por Oficiales">Animales Vacunados por Oficiales</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px;'
class='".$enfermedadesArray[$i]['nombre']."' id='txt0".$i."' /></td>";
}
?>
</tr>
<tr>
<th scope="row" id="numFila1" class="Animales Vacunados Oficializados">Animales Vacunados Oficilizados</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt1".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila2" class="
Hatos Vacunados: Oficiales">
Hatos Vacunados: Oficiales</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt2".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila3" class="
Hatos Vacunados: Oficializados">
Hatos Vacunados: Oficializados</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt3".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila4" class="
Total de Hatos Vacunados">
Total de Hatos Vacunados</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt4".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila5" class="
Animales Muestreados por Oficiales">
Animales Muestreados por Oficiales</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt5".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila6" class="
Animales Negativos">
Animales Negativos</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt6".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila7" class="
Animales Reactores">
Animales Reactores</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt7".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila8" class="
Animales Marcados (con S)">
Animales Marcados (con S)</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt8".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila9" class="
Animales Sacrificados">
Animales Sacrificados</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt9".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila10" class="
Hatos Muestreados por Oficiales">
Hatos Muestreados por Oficiales</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt10".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila11" class="
Hatos Negativos">
Hatos Negativos</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt11".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila12" class="
Hatos Reactores">
Hatos Reactores</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt12".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila13" class="
Animales Muestreados Oficializados">
Animales Muestreados Oficializados</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt13".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila14" class="
Prueba Anillo en Leche Realizadas">
Prueba Anillo en Leche Realizadas</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt14".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila15" class="
Capturas Vampiros Realizadas">
Capturas Vampiros Realizadas</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt15".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila16" class="
Hatos Certificados Libres">
Hatos Certificados Libres</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt16".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila17" class="
Hatos Certificados Libres">
Hatos Certificados Libres</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt17".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila18" class="
Fincas Visitadas por Vigilancia Epidem">
Fincas Visitadas por Vigilancia Epidem</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt18".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila19" class="
Fincas Atendidas por Vigilancia Epidem">
Fincas Atendidas por Vigilancia Epidem</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt19".$i."' /></td>";
}
?> </tr>
<tr>
<th scope="row" id="numFila20" class="
Cuarentena por sospecha de Enfermedad">
Cuarentena por sospecha de Enfermedad</th>
<?php
for($i=0;$i<12 ;$i++){
echo "<td><input name='check' type='text' style=' width: 40px' class='".$enfermedadesArray[$i]['nombre']."' id='txt20".$i."' /></td>";
}
?> </tr>
</tbody>
</table >
</div>
<div class="buttonsdiv">
<input type="button" value="vertificar"
onclick='mapTable()'>
<input type="reset" class='reset' value="Volver"
onclick="window.location.replace('principal.php')">
</div>
</div>
</section>
</body>
<script>
function mapTable() {
var table = document.getElementById("contenedorChecks");
var numFila = 0;
// document.write('picas');
var cantidadEnfermos=0;
var enfermedad;
var catAnimal;
for(var i=0, fila; row=table.rows[i];i++){
for(var j=0, colum; colum=row.cells[j];j++){
numFila=document.getElementById("numFila"+i);
textBox=document.getElementById("txt"+i+""+j);
if(textBox!=null){
if(textBox.value!=''){
enfermedad=textBox.className+"";
catAnimal=numFila.className+"";
cantidadEnfermos=textBox.value+'';
alert(catAnimal+'---'+enfermedad+'---'+cantidadEnfermos);
$.ajax({
method: "POST",
url: "queryControl.php",
data: {
enfer: selectedHour,
catAni: selectedDate,
cant: cantidadEnfermos
},
dataType: "text"
}).done(function (items) {
});
//document.write(catAnimal+'____'+enfermedad+'____'+textBox.value);
// buildQuery(enfermedad,catAnimal);
}//fin checkBox.checked
}
}//fin for columnas
}//FIN FOR FILAS
//
}//end function
</script>
<?php
require('footer.php');
?>
</html>