|
|
|
ถ้าต้องการเรียกข้อมูลการจองรถทั้งหมดให้แสดง แก้ตรงไหนคะ |
|
|
|
|
|
|
|
Code (PHP)
?>
<!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=utf8" />
<title>=+= ระบบขอใช้รถออนไลน์ </title>
<script language="JavaScript" src="style/calendar.js"></script>
<script language="javascript">
function OnMouseOver( item) { window.status=''; item.className='m_over' }
function OnMouseOut( item,trclass) { item.className=trclass; }
</script>
<script>
function newXmlHttp(){
var xmlhttp = false;
try{
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
}catch(e){
try{
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}catch(e){
xmlhttp = false;
}
}
if(!xmlhttp && document.createElement){
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
</script>
<script language="javascript">
function show(divid,id){
var id_data='';
id_data+=id;
var url = "a_showbook.php?date="+id_data+"&room_id=<?=$room_id?>"
xmlhttp = newXmlHttp();
xmlhttp.open("GET", url, false);
xmlhttp.send(null);
document.getElementById(divid).innerHTML = xmlhttp.responseText;
document.getElementById(divid).style.display = '';
}
</script>
<link href="style/calendar-mos.css" rel="stylesheet" type="text/css">
<link href="style/mystyle.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:link {
color: #000000;
text-decoration: none;
font-size:small;
}
a:visited {
color: #333333;
text-decoration: none;
font-size:small;
}
a:hover {
color:#FF6600;
text-decoration: underline;
font-size:small;
}
a:active {
color: #FF0000;
font-size:small;
}
body,td,th {
font-family: tahoma, mS Sans Serif;
font-size: small;
}
#Layer1 {
position:absolute;
left:925px;
top:141px;
width:140px;
height:95px;
z-index:1;
}
body {
background-image: url(new/temp.jpg);
background-color: #FFFFFF;
background-repeat: no-repeat;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
color: #FF3300;
font-weight: bold;
}
</style>
</head>
<body leftmargin="0" topmargin="0">
<script>
function goRoom(r_id) {
document.getElementById('nrow_id').value=r_id;
document.frm_show.submit();
}
</script>
<form name="frm_show" action="roombook_detail.php" method="post" target="_blank">
<input type="hidden" name="row_id" id="nrow_id" />
</form>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="91" colspan="2" background="img/title_bg.jpg"><img src="img/title.jpg" width="292" height="110" /></td>
</tr>
<tr>
<td height="22" colspan="2" background="img/tab_brnews_04.gif" bgcolor="#CFE5F3">ผู้ใช้งาน :
<?php
if($_SESSION['Flname']) echo $_SESSION['Flname']; else echo 'ผู้ใช้ทั่วไป';
?> </td>
</tr>
<tr>
<td width='10' height="500" valign="top" bgcolor="#F0F8FB" style="border-right:dotted 1px;">
<?php
echo '';
include('menu_left.php');
?> </td>
<td width="1043" align="center" valign="top" >
<br />
<form name="show_book" action="<?$_SERVER['PHP_SELF']?>" method="post">
รถที่ให้บริการ :
<select name="room_id" class="fontNormal" id="room_id" onchange="JavaScript:document.show_book.submit()">
<option value="" selected="selected">--แสดงรถทุกคัน-</option>
<?php
require_once('connection.php');
$room_sql=mysql_db_query($dbname,"select row_id,name from room");
while($f_room=mysql_fetch_array($room_sql)) {
?>
<option value="<?=$f_room[0]?>" <? if($room_id==$f_room[0]) echo ' selected '; ?> >
<?=$f_room[1]?>
</option>
<?
}
?>
</select>
</form>
<p><span class="style2">*** คลิกที่วันที่ เพื่อดูรายการขอใช้รถ ***</span><span class="style2"> สีเหลืองเข้ม คือ วันที่มีการขอใช้รถ***</span><br />
<?php
$url=$_SERVER['PHP_SELF'];
if($month)
echo showCalendar($year,$month,$url,$room_id);
else
echo showCalendar(date("Y"),date("n"),$url,$room_id);
?>
</p>
<p><font color="#FF0000">>
<?php
function ThaiDate()
{
$ThDay = array ( "อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์" );
$ThMonth = array ( "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน",
"พฤษภาคม", "มิถุนายน", "กรกฏาคม", "สิงหาคม",
"กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม" );
$a = date( "w" ); // ค่าวันในสัปดาห์ (0-6)
$b = date( "n" )-1; // ค่าเดือน (1-12)
$c = date( "j" ); // ค่าวันที่(1-31)
$d = date( "Y" )+543; // ค่า ค.ศ.บวก 543 ทำให้เป็น ค.ศ.
return "วันนี้ วัน$ThDay[$a] ที่ $c เดือน$ThMonth[$b] พ.ศ. $d";
}
echo ThaiDate(); // พิมพ์วันที่
?>
<</font><br />
</p>
<form action="roombook_save.php" method="post" name="form1" id="form1">
<table width="85%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#A5CEEA">
<tr>
<td height="24"><span class="style1">รายการขอใช้รถ</span></td>
</tr>
<tr><td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tbody>
<tr>
<td colspan="2" bgcolor="#F4F9FD">
<div id="list_book">
<table width="100%" border="0" cellpadding="0" cellspacing="1" style=" border:solid 1px; border-color:#FFFFFF ">
<tr>
<td width="10%" height="26" bgcolor="#D6E9F8"><div align="center"><strong>วันที่</strong></div></td>
<td width="10%" bgcolor="#D6E9F8"><div align="center"><strong>เวลา</strong></div></td>
<td width="20%" bgcolor="#D6E9F8"><div align="center"><strong>รถที่ให้บริการ (ทะเบียนรถ</strong>)</div></td>
<td width="29%" bgcolor="#D6E9F8"><div align="center"><strong>เรื่องที่ขอไปราชการ</strong></div></td>
<td width="19%" bgcolor="#D6E9F8"><div align="center"><strong>หน่วยงานที่ขอใช้รถ</strong></div></td>
<td width="12%" bgcolor="#D6E9F8"><div align="center"><strong>ผู้ขอใช้รถ</strong></div></td>
</tr>
<?php
$nr=1;
$c_sql=mysql_db_query($dbname,"select * from bookroom where datemeet='$date' ");
while($f_room=mysql_fetch_array($c_sql)) {
if($nr++%2==1) $trclass='BgSky'; else $trclass='BgSky2';
?>
<tr class="<?=$trclass?>" onclick="goRoom('<?=$f_room['row_id']?>')" style="cursor:hand" onmouseover="OnMouseOver(this)" onmouseout="OnMouseOut(this,'<?=$trclass?>')">
<td height="24" ><?=thdate($f_room['datemeet'],'sm')?></td>
<td ><?=$f_room['s_time'].' - '.$f_room['e_time']?></td>
<td ><div align="left" style="margin-left:10px">
<?=room_id2name($f_room['room_id'])?>
</div></td>
<td ><div align="left" style="margin-left:10px;">
<?=$f_room['subject']?>
</div></td>
<td ><?=unit_id2name($f_room['unit_id'])?></td>
<td ><?=$f_room['numper']?></td>
</tr>
<? } ?>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div> </td>
</tr>
<tr>
<td width="19%" bgcolor="#EBF4F9"> </td>
<td width="81%" align="left" bgcolor="#EBF4F9"> </td>
</tr>
</tbody>
</table>
</td></tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
Tag : PHP
|
ประวัติการแก้ไข 2017-01-27 22:24:17 2017-01-27 22:38:08 2017-01-27 22:40:37
|
|
|
|
|
Date :
2017-01-27 22:23:35 |
By :
aukkadet |
View :
692 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|