<!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=utf-8" /> <title>Untitled Document</title> <script language="javascript"> function show_radio(id) { if(id == 'admin') { document.getElementById("teacher").style.display = "none"; document.getElementById("std").style.display = "none"; }if(id == 'user') { document.getElementById("teacher").style.display = "none"; document.getElementById("std").style.display = "none"; }if(id == 'teacher') { document.getElementById("teacher").style.display = ""; document.getElementById("std").style.display = "none"; } else if(id == 'std') { document.getElementById("teacher").style.display = "none"; document.getElementById("std").style.display = ""; } } </script> </head> <body> <table width="900" height="166" id="container"> <tr><td height="56" colspan="3" align="left" id="header"><h1>เพิ่มผู้ใช้งาน</h1></td></tr> <tr> <td id="left-side"> </td> <td id="content"> <form method="post" name="register" action="save_register.php"> <div id="top">กรุณากรอกข้อมูล</div> <p> <input type="text" name="username" id="username" placeholder="ชื่อผู้ใช้"><br> <input type="password" name="pswd" id="pswd" placeholder="รหัสผ่าน"><br> <input type="password" name="pswd2" id="pswd2" placeholder="ยืนยันรหัสผ่าน"><br> <input type="text" name="name" id="name" placeholder="ชื่อ"><br> <input type="text" name="lastname" id="lastname" placeholder="นามสกุล"><br> <input type="text" name="tel" id="tel" placeholder="เบอร์โทรศัพท์"><br> <input type="text" name="mail" id="mail" placeholder="อีเมล์"> </p> <fieldset id="radio"> <legend>เลือกกลุ่มผู้ใช้งาน</legend> <p> <label> <input name="radiochoice" type="radio" id="radiochoice_0" value="admin" checked="CHECKED" onClick="show_radio(this.value);">ผู้ดูแลระบบ</label> <label> <input type="radio" name="radiochoice" value="user" id="radiochoice_1" onClick="show_radio(this.value);">เจ้าหน้าที่สำนักงาน</label> <br> <label> <input type="radio" name="radiochoice" value="teacher" id="radiochoice_2" onClick="show_radio(this.value);">อาจารย์</label> <label> <input type="radio" name="radiochoice" value="std" id="radiochoice_3" onClick="show_radio(this.value);">นักศึกษา</label> <br> <label for="select"></label> <?php include 'connect.php'?> <select name="select" id="teacher" style="display:none"; onchange=""> <option value="">- กรุณาเลือก -</option> <?php $query_list=mysql_query("select * from department order by de_name"); while ($sl <mysql_num_rows($query_list)) { $arrL=mysql_fetch_array($query_list); ?> <option value="<?php echo $arrL['de_name'];?>"><?php echo $arrL['de_name'];?></option> <?php $sl++; } ?> </select> <label for="select2"></label> <?php include 'connect.php'?> <select name="select" id="std" style="display:none"; onchange=""> <option value="">- กรุณาเลือก -</option> <?php $query_list=mysql_query("select * from department order by de_name"); while ($sl2 <mysql_num_rows($query_list)) { $arrL=mysql_fetch_array($query_list); ?> <option value="<?php echo $arrL['de_name'];?>"><?php echo $arrL['de_name'];?></option> <?php $sl2++; } ?> </select> </p> </fieldset> <div id="bottom"> <button id="submit">ตกลง</button> <br class="clear"> </div> <input type="hidden" name="MM_insert" value="register"> </form></td> <td id="right-side"> <br><br><br><br><br><br> </td> </tr> </table> </body> </html>
<script language="javascript"> function show_radio(id) { if(id == 'admin') { document.getElementById("teacher").style.display = "none"; document.getElementById("std").style.display = "none"; }if(id == 'user') { document.getElementById("teacher").style.display = "none"; document.getElementById("std").style.display = "none"; }if(id == 'teacher') { document.getElementById("teacher").style.display = ""; document.getElementById("std").style.display = "none"; } else if(id == 'std') { document.getElementById("teacher").style.display = "none"; document.getElementById("std").style.display = ""; } } </script>
<?php if( isAdmin ){ echo "<div class='admin'>.....<'div>"; }elseif( isTeacher ){ echo "<div class='teacher'>.....<'div>"; }else other. ...... ?>
<?php if( isAdmin ){ include('home_admin.php'); }elseif( isTeacher ){ include('home_teacher.php'); }else other. ...... ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง