Viewing file: ExcelWork.php (6.71 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start();
/** Define Validate Access */
define( '_VALID_ACCESS', 1 );
/** Check Session User Login */
if( !session_is_registered("valid_user") && !session_is_registered("Priority") ) {
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
echo "<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
echo "<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
exit();
}
else {
/** Configuration */
header('Content-type: application/xls');
header('Content-Disposition: attachment; filename="testing.xls"');
require_once( "../configuration.php" );
require_once( $_Config_absolute_path . "/includes/framework.php" );
require_once( "../include/Function.php" );
/** Create Database Object */
$dbObj = new DBConn;
/** Config Table for This Page */
$myTable = "personal_tb";
$myTable1 = "history_absent_tb ";
$myTableFK = "Teacher_id";
$myOrderBy = "Faculty_code, Teacher_id,Teacher_name";
/** Parameters */
$params = "$Year";
/** Paging */
$page = $_GET['page'];
if( $page == "" ) { $page = 1; }
/** จำนวนข้อมูล ต่อ 1 หน้า */
$perpage = $_REQUEST['perpage'];
if( $perpage == "" ) { $perpage = 1200; }
} # else
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>รายงานการลา</title>
</head>
<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<table width="1003" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="892" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px">
<?php
/** Config Paging */
if( $perpage == "" ) { $limit = $_Config_limit; }
else { $limit = $perpage; }
$scroll = $_Config_scroll;
/** Query เพื่อหา Numrows ก่อน */
if( $keyword != "" ) {
$query = " SELECT * FROM $myTable WHERE StatusId='1' Order By $myOrderBy ";
}
else {
$query = " SELECT * FROM $myTable WHERE StatusId='1' Order By $myOrderBy ";
}
$result = $dbObj->execQuery($query);
$numrows = $dbObj->_numrows;
/** Paging */
$display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page'];
$start = ( ($display * $limit) - $limit );
/** Paging */
$query .= " LIMIT $start, $limit ";
$result = $dbObj->execQuery($query);
?>
<table width="1050" border="0" align="center" cellpadding="0" cellspacing="0">
<form id="myForm" name="myForm" method="post" action="<?=$PHP_SELF;?>?page=<?=$page;?>&Year=<?=$Year;?>">
<tr>
<td width="1050" height="5"></td>
</tr>
<tr>
<td height="115" align="center" valign="top"><?php if( $numrows > 0 ) { ?>
<table width="1190" border="0" align="center" cellpadding="0" cellspacing="0" class="BORDER-GREY">
<tr bgcolor="#F8F8F8">
<td width="24" height="38" align="center"><strong>No</strong></td>
<td width="49" align="center" class="BORDER-LEFT"><strong>รหัส</strong></a></td>
<td width="189" align="center" class="BORDER-LEFT-RIGHT"><strong>ชื่อ-นามสกุล</strong></a></td>
<td width="266" align="center" class="BORDER-RIGHT"><strong>สังกัดภาค/ฝ่าย</strong></td>
<td width="79" align="center" class="BORDER-RIGHT"><strong>เวลามา</strong></td>
<td width="97" align="center" class="BORDER-RIGHT"><strong>ลายเซ็น</strong></td>
<td width="73" align="center" class="BORDER"><strong>เวลากลับ</strong></td>
<td width="150" align="center" class="BORDER"><strong>ลายเซ็น</strong></td>
<td width="71" align="center" class="BORDER"><strong>ไปราชการ<br /> ให้เลือก</strong></td>
<td width="192" align="center" class="BORDER"><strong>หมายเหตุ</strong></td>
</tr>
<?php
$no = 1+($display-1)*$limit;
while( $rs = $dbObj->fetchArray($result) ) {
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
$Teacher_code = $rs['Teacher_code'];
/** จำนวนระเบียน */
$sql = " SELECT * FROM $myTable1 WHERE Teacher_code='$Teacher_code' " ;
$result3 = $dbObj->execQuery($sql);
$countnum = $dbObj->_numrows;
$dbObj->freeresult($result3);
$sum += $countnum;
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#F5F9F9'" onmouseout="this.style.backgroundColor=''">
<td height="23" align="center" class="BORDER-TOP"><?=$no;?></td>
<td align="center" class="BORDER-TOP-LEFT"><?php echo $rs['Teacher_id']; ?></td>
<td align="left" class="PADDING-LEFT-3 BORDER-TOP-LEFT-RIGHT">
<?php echo $rs['First_name'] . $rs['Teacher_name'] ." ". $rs['Teacher_lastname']; ?>
</td>
<td align="left" class="BORDER-TOP-RIGHT"><span class="PADDING-LEFT-3 BORDER-TOP-LEFT-RIGHT">
<?php
$Faculty_code = $rs['Faculty_code'];
$sql = " SELECT * FROM faculty_tb WHERE Faculty_code='$Faculty_code' ";
$result1 = mysql_query($sql);
$rs1 = mysql_fetch_array($result1);
if( $rs1['Faculty_name'] != "" )
echo $rs1['Faculty_name'];
else
echo " ";
?>
</span></a></td>
<td align="left" class="BORDER-TOP-RIGHT"> </td>
<td align="left" class="BORDER-TOP-RIGHT"> </td>
<td align="left" class="BORDER-TOP"> </td>
<td align="left" class="BORDER-TOP"> </td>
<td align="center" class="BORDER-TOP">[ ]</td>
<td align="left" class="BORDER-TOP"> </td>
</tr>
<?php
$no++;
} # while
?>
</table>
<?php } #if ?></td>
</tr>
<tr>
<td> </td>
</tr></form>
</table>
</td>
</tr>
</table>
</body>
</html>
<?php
/** Free Resource */
$dbObj->freeresult($result);
/** Close the Database */
$dbObj->disconn();
/** Unset Class */
unset($dbObj);
?>
|