Hacked By AnonymousFox
<?php
include("lib/config.php");
include("lib/connect.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>:: รายงานผลการดำเนินงานตามแผนกลยุทธ์การขับเคลื่อนเขตสุขภาพกรุงเทพมหานคร (Bangkok Health Zoning) ::</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/list.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animsition/css/animsition.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<!--===============================================================================================-->
<style type="text/css">
<!--
.style27 {
color: #FF0000;
font-size: 14px;
}
.header {
padding: 15px;
text-align: center;
background: #2F4F4F; color:white;
font-size: 20px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.inputlogin{
background:#056839;
font-family:Tahoma, Geneva, sans-serif;
font-size:16px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.inputlogin:hover{
background:#727FB2;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<div class="header">
ระบบรายงานผลการดำเนินงานตามแผนกลยุทธ์การขับเคลื่อนเขตสุขภาพกรุงเทพมหานคร (Bangkok Health Zoning)</div>
<div class="header">
<a href="summary_report2.php" class="header">Zone 1</a>| Zone 2 | Zone 3 | Zone 4 | Zone 5 | Zone 6 | Zone 7 </div>
<div id="dropDownSelect1"></div>
<table width="100%" border="1" style="border-collapse:collapse" bordercolor="#CCCCCC" cellpadding="10">
<tr>
<td colspan="13"><div align="center"><strong>ปีงบประมาณ 2567</strong></div></td>
</tr>
<tr>
<td bgcolor="#E6E6E6"><div align="center"><strong>ระบบรายงานผล<br>
Bangkok Health Zoning</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ต.ค. 66</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>พ.ย. 66</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ธ.ค. 66</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ม.ค. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ก.พ. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>มี.ค. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>เม.ย. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>พ.ค. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>มิ.ย. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ก.ค. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ส.ค. 67</strong></div></td>
<td bgcolor="#E6E6E6"><div align="center"><strong>ก.ย. 67</strong></div></td>
</tr>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 1</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='1' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td><?=$i?>.<?=$row1[Name]?></td>
<td align="center"><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='1' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button23" id="button23" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=1<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=1<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=1<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=1<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='2' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button2" id="button2" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=2<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=2<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=2<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=2<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='3' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button24" id="button24" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=3<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=3<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=3<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=3<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='4' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button25" id="button25" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=4<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=4<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=4<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=4<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='5' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button252" id="button252" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=5<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=5<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=5<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=5<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='6' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button253" id="button253" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=6<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=6<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=6<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=6<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='7' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button254" id="button254" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=7<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=7<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=7<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=7<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='8' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button255" id="button255" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=8<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=8<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=8<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=8<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='9' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button256" id="button256" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=9<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=9<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=9<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=9<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='10' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button257" id="button257" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=10<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=10<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=10<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=10<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='11' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button258" id="button258" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=11<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=11<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=11<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=11<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
<td><div align="center">
<?
$sqlcheck="select * from typesave where Monthi='12' and Idsend='$row1[Id]'";
$querycheck=mysql_query($sqlcheck);
$numcheck=mysql_num_rows($querycheck);
if($numcheck==0){
?>
<input type="submit" name="button259" id="button259" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=12<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=12<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=12<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=12<? } ?>'" />
<? } else { ?>
<img src="tick.png" width="25"><br>
บันทึกข้อมูลแล้ว
<? } ?>
</div></td>
</tr> <? $i++; } ?>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 2</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='2' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td><?=$i?>.<?=$row1[Name]?></td>
<td> </td>
<td><div align="center">
<input type="submit" name="button22" id="button22" class="inputlogin" value="บันทึกข้อมูล"
onClick="window.location=' <? if ($row1[Type]==1) { ?>save1.php?Id=<?=$row1[Id]?>&Month=2<? } ?> <? if ($row1[Type]==2) { ?>save2.php?Id=<?=$row1[Id]?>&Month=2<? } ?> <? if ($row1[Type]==3) { ?>save3.php?Id=<?=$row1[Id]?>&Month=2<? } ?> <? if ($row1[Type]==4) { ?>save4.php?Id=<?=$row1[Id]?>&Month=2<? } ?>'" />
</div></td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr> <?php $i++; } ?>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 3</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='3' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td bgcolor="#FFFFFF"><?=$i?>.<?=$row1[Name]?></td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<?php $i++; } ?>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 4</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='4' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td bgcolor="#FFFFFF"><?=$i?>.<?=$row1[Name]?></td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<?php $i++; } ?>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 5</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='5' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td bgcolor="#FFFFFF"><?=$i?>.<?=$row1[Name]?></td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<?php $i++; } ?>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 6</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='6' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td bgcolor="#FFFFFF"><?=$i?>.<?=$row1[Name]?></td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<?php $i++; } ?>
<tr>
<td colspan="13" bgcolor="#CCFF99"><div align="center"><strong>Zone 7</strong></div></td>
</tr>
<?
$sql1="select * from hospital where Zone='7' order by Id asc";
$query1=mysql_query($sql1);
$i=1;
while($row1=mysql_fetch_array($query1)){
?>
<tr>
<td bgcolor="#FFFFFF"><?=$i?>.<?=$row1[Name]?></td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<?php $i++; } ?>
</table>
</body>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox