| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/meeting-new/ |
Upload File : |
<? include("f_thaidate.php");?>
<? include("datepick/datepick.php"); ?>
<html>
<head>
<title>Reservations Meeting</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="stylesheet/img/devil-icon.png"> <!--Pemanggilan gambar favicon-->
<link rel="stylesheet" type="text/css" href="mos-css/mos-style.css"> <!--pemanggilan file css-->
<script type="text/jscript">
$(document).ready(function() {
$('a.button3').click(function() {
//Getting the variable's value from a link
var loginBox = $(this).attr('href');
//Fade in the Popup
$(loginBox).fadeIn(300);
//Set the center alignment padding + border see css style
var popMargTop = ($(loginBox).height() + 24) / 2;
var popMargLeft = ($(loginBox).width() + 24) / 2;
$(loginBox).css({
'margin-top' : -popMargTop,
'margin-left' : -popMargLeft
});
// Add the mask to body
$('body').append('<div id="mask"></div>');
$('#mask').fadeIn(300);
return false;
});
// When clicking on the button close or the mask layer the popup closed
$('a.close, #mask').live('click', function() {
$('#mask , .login-popup').fadeOut(300 , function() {
$('#mask').remove();
});
return false;
});
});
</script>
</head>
<body>
<div id="header">
<div class="inHeaderLogin"></div>
</div>
<div id="loginForm">
<div class="headLoginForm">
เข้าสู่ระบบ
</div>
<div class="fieldLogin">
<form method="POST" action="check_login.php">
<label>ชื่อเข้าใช้งาน</label><br>
<input type="text" class="login" name="txtUsername" maxlength="15"><br>
<label>รหัสผ่าน</label><br>
<input type="password" class="login" name="txtPassword" maxlength="15"><br>
<input type="submit" class="button" value="ตกลง">
<a href="#input-box" class="button3">สมัครสมาชิก</a>
</form>
<img src="img/icon/16/tag.png"> แนะนำ browser ที่รองรับ html 5 เท่านั้น
<br>
</div>
<div id="input-box" class="login-popup">
<a href="#" class="close"><img src="img/icon/delete.png" class="btn_close" title="ปิดหน้าต่างนี้" alt="Close" /></a>
<form method="post" action="save_register.php">
<table style="border: none; font-size:14px; color: #5b5b5b;width: 100%;margin: 10px 0 10px 0;">
<tr>
<td width="20%">ชื่อเข้าใช้งาน</td>
<td width="80%">
<input type="text" name="txtUsername" class="wid60" maxlength="15"> <span style="color:#FF0033;">*</span> </td>
</tr>
<tr>
<td width="20%">รหัสผ่าน</td>
<td width="80%">
<input type="password" name="txtPassword" class="wid60" maxlength="15"> <span style="color:#FF0033;">*</span> </td>
</tr>
<tr>
<td width="20%">ยืนยันรหัสผ่าน</td>
<td width="80%">
<input type="password" name="txtConpass" class="wid60" maxlength="15"> <span style="color:#FF0033;">*</span> </td>
</tr>
<tr>
<td width="20%">ชื่อ - สกุล</td>
<td width="80%">
<input type="text" name="txtName" class="wid60"> <span style="color:#FF0033;">*</span> </td>
</tr>
<tr>
<td width="20%">สถานะ</td>
<td width="80%">รอการอนุมัติจากผู้ดูแลระบบ</td>
</tr>
<tr>
<td width="20%"></td>
<td width="80%"><input type="submit" class="button" value="ตกลง"></td>
</tr>
</table>
</form>
</div>
</div>
</body>
</html>