<? error_reporting(0); session_start(); if($_SESSION['me_name'] == "") { echo "<script>"; echo "alert('กรุณาล๊อคอินก่อนเข้าสู่ระบบ');"; echo "window.location='index.php';"; echo "</script>"; } if($_SESSION['me_log_id'] != "1") { echo "<script>"; echo "alert('สำหรับผู้ดูแลระบบเท่านั้น');"; echo "window.location='index.php';"; echo "</script>"; } ?> <!doctype html> <html> <head> <title>Edit Course</title> <link rel="stylesheet" type="text/css" href="module/bootstrap/css/bootstrap.css"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <meta http-equiv="content-language" content="th"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="../module/ckeditor/ckeditor.js"></script> </head> <script> function checkVal(){ if(document.getElementById('typecoursetitle').value==''){ alert('ใส่หัวข้อให้ถูกต้อง'); document.getElementById('typecoursetitle').focus(); return false; } if(document.getElementById('typecoursedetails').value==''){ alert('ใส่รายละเอียด'); document.getElementById('typecoursedetails').focus(); return false; } } </script> <style> /* * Main content */ .main { padding: 20px; } @media (min-width: 768px) { .main { padding-right: 40px; padding-left: 40px; } } .main .page-header { margin-top: 12; } </style> <body> <div class="row"> <div class="container"> <?php include("navbar_admin.php"); ?> <?php include("menu_admin.php"); ?> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <h1 class="page-header">เพิ่มประเภทคอร์สเรียน</h1> <div class="panel panel-default panel-table"> <br> <form action="add_save_type_course.php" method="post" class="form-horizontal"> <div class="form-group"> <label class="col-sm-2 control-label">หัวข้อ</label> <div class="col-sm-8"> <p class="form-control-static"> <input type="text" class="form-control" id="typecoursetitle" name="typecoursetitle" /> </p> </div> </div> <div class="form-group"> <label class="col-sm-2 control-label">รายละเอียด</label> <div class="col-sm-8"> <p class="form-control-static"> <textarea type="text" class="ckeditor" name="typecoursedetails" id="typecoursedetails" cols="50" rows="10"></textarea> </p> </div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <button type="submit" onclick="return checkVal();" class="btn btn-default">เพิ่มประเภทคอร์สเรียน</button> </div> </div> </div> </form> </div> </div> </div> </div> </body> </html>
var details = CKEDITOR.instances['typecoursedetails'].getData();
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง