|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/application/old/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title>รายงานข้อมูลโรงงานอุตสาหกรรมของจังหวัดปธุมธานี</title>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-874" />
<link rel="stylesheet" type="text/css" href="hiliterow.css" />
</head>
<body>
<table align="center" class="datatable" summary="List of new students 2003">
<caption>รายงานการนำเข้าข้อมูลโรงงานอุตสหากรรม<a href="add.php"><img src="Add Button-32.png" width="16" height="16" align="right" title="นำเข้าข้อมูล" border="0"></a>
</caption>
<tr align="center">
<th width="5%" scope="col">ลำดับ</th>
<th width="9%" scope="col">วันที่นำเข้า</th>
<th width="17%" align="center" scope="col">ชื่อผู้นำเข้าข้อมุล</th>
<th width="22%" align="center" scope="col">จำนวนแถวข้อมุลที่นำเข้า(แถว)</th>
<th width="31%" scope="col">จำนวนแถวข้อมูลที่ไม่สามารถนำเข้าได้(แถว)</th>
<th width="16%" scope="col">หมายเหตุ</th>
</tr>
<tr>
<td>1</td>
<td align="center">15/03/2553</td>
<td align="left">ผู้ดูแลระบบ</td>
<td align="center">200</td>
<td align="center">50</td>
<td>ข้อมูลที่นำเข้าซ้ำ</td>
</tr>
<tr>
<td>2</td>
<td align="center">13/03/2553</td>
<td align="left">นายเกียรติบรรจง ชาวน่าน</td>
<td align="center">50 </td>
<td align="center">10</td>
<td>ระบบล่ม</td>
</tr>
<tr>
<td>3</td>
<td align="center">12/03/2553</td>
<td align="left">ผู้ดูแลระบบ</td>
<td align="center">30 </td>
<td align="center">3</td>
<td>ข้อมูลที่นำเข้าซ้ำ</td>
</tr>
</table>
<script type="text/javascript">
var rows = document.getElementsByTagName('tr');
for (var i = 0; i < rows.length; i++) {
rows[i].onmouseover = function() {
this.className += ' hilite';
}
rows[i].onmouseout = function() {
this.className = this.className.replace('hilite', '');
}
}
</script>
</body>
</html>