<? $checkError = ini_get('error_reporting'); error_reporting($checkError ^ E_NOTICE); ?> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <!--<link rel="shortcut icon" href="../../assets/ico/favicon.ico">--> <title>ระบบจัดการสหกรณ์ | บ้านโคกพยอม</title> <!-- Bootstrap core CSS --> <link href="./css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar-fixed-top.css" rel="stylesheet"> </head> <body> <?include "/view/header.php";?> <br><p><br><br> <div class="container-fluid"> <div class="panel panel-default"> <div class="panel-body"> <!--นำเข้าไฟล์เมนู--> <?include "/view/top_menu.php";?> <!--นำเข้าหน้าต่างใหม่เมื่อคลิกแต่ละ menu--> <? //ถ้าคลิกเมนูสินค้าหน้าของจัดการสินค้าก็จะปรากฏ switch ($_GET["page"]) { case "Product": include("listMenu/Product.php"); break; } ?> </div> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="./js/bootstrap.min.js"></script> </body> </html>
<div class="navbar navbar-default navbar-top" role="navigation"> <div class="container-flude"> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#"><span class = "glyphicon glyphicon-home"></span> หน้าหลัก</a></li> <li><a href="#"><span class = "glyphicon glyphicon-qrcode"></span> จัดการขาย</a></li> <li><a href="?page=Product"><span class = "glyphicon glyphicon-th-large"></span> ข้อมูลสินค้า</a></li> <li><a href="#"><span class = "glyphicon glyphicon-th"></span> ข้อมูลสมาชิก</a></li> <li><a href="#"><span class = "glyphicon glyphicon-star"></span> ข้อมูลหุ้น</a></li> <li><a href="#"><span class = "glyphicon glyphicon-shopping-cart"></span> การซื้อสินค้า</a></li> <li><a href="#"><span class = "glyphicon glyphicon-retweet"></span> เคลมสินค้า</a></li> <li><a href="#"><span class = "glyphicon glyphicon-cog"></span> ตั้งค่าข้อมูล</a></li> <li><a href="#"><span class = "glyphicon glyphicon-print"></span> รายงาน</a></li> <li><a href="#"><span class = "glyphicon glyphicon-info-sign"></span> เกี่ยวกับระบบ</a></li> </div><!--/.nav-collapse --> </div> </div>
<div class="row"> <div class="col-md-3"> <?include("/view/menuProduct.php");?> </div> <div class="col-md-9"> <div class="panel panel-default"> <div class="panel-body"> <!-- Button trigger modal --> <button class="btn btn-primary btn-sm" data-toggle="modal" data-target="#myModal"> <span class = "glyphicon glyphicon-plus-sign"></span> เพิ่มข้อมูลหมวดหมู่ </button> <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="myModalLabel"><span class = "glyphicon glyphicon-plus-sign"></span> เพิ่มข้อมูล</h4> </div> <div class="modal-body"> <!--Begin form--> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-3 control-label">รหัสหมวดหมู่</label> <div class="col-sm-9"> <input type="text" class="form-control" name = "" placeholder="รหัสหมวดหมู่"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-3 control-label">ชื่อหมวดหมู่</label> <div class="col-sm-9"> <input type="text" class="form-control" name = "" placeholder="ชื่อหมวดหมู่"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-3 control-label">รายละเอียด</label> <div class="col-sm-9"> <textarea class="form-control" rows="3" name = "" placeholder="รายละเอียดหมวดหมู่"></textarea> </div> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"><span class = "glyphicon glyphicon-remove-circle"></span> ปิด</button> <button type="button" class="btn btn-success"><span class = "glyphicon glyphicon-ok-circle"></span> บันทึกข้อมูล</button> </div> </div><!--end model-content--> </div><!--end model-dialog--> </div><!--end model--> </div> </div> </div> </div><!--end row-->
<? $checkError = ini_get('error_reporting'); error_reporting($checkError ^ E_NOTICE); ?> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <!--<link rel="shortcut icon" href="../../assets/ico/favicon.ico">--> <title>ระบบจัดการสหกรณ์ | บ้านโคกพยอม</title> <!-- Bootstrap core CSS --> <link href="./css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar-fixed-top.css" rel="stylesheet"> </head> <body> <?include "/view/header.php";?> <br><p><br><br> <div class="container-fluid"> <div class="panel panel-default"> <div class="panel-body"> <!--นำเข้าไฟล์เมนู--> <?include "/view/top_menu.php";?> <div class="row"> <div class="col-md-3"> <? switch ($_GET["page"]) { case "Product": include("view/menuProduct.php"); break; } ?> </div> <div class="col-md-9"> <div class="panel panel-default"> <div class="panel-body"> <? switch ($_GET["menu"]) { case "category": include("listMenuDetail/category.php"); break; } ?> </div> </div> </div><!--end col-md-9--> </div><!--end row--> </div> <!--end panel-body --> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="./js/bootstrap.min.js"></script> </body> </html>
<? $checkError = ini_get('error_reporting'); error_reporting($checkError ^ E_NOTICE); ?> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <!--<link rel="shortcut icon" href="../../assets/ico/favicon.ico">--> <title>ระบบจัดการสหกรณ์ | บ้านโคกพยอม</title> <!-- Bootstrap core CSS --> <link href="./css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar-fixed-top.css" rel="stylesheet"> </head> <body> <?include "/view/header.php";?> <br><p><br><br> <div class="container-fluid"> <div class="panel panel-default"> <div class="panel-body"> <!--นำเข้าไฟล์เมนู--> <?include "/view/top_menu.php";?> <div class="row"> <div class="col-md-3"> <? switch ($_GET["page"]) { case "Product": include("view/menuProduct.php"); break; } switch ($_GET["menu"]) { case 'category': include ("view/menuProduct.php"); break; /* default: # code... break; */ } ?> </div> <div class="col-md-9"> <div class="panel panel-default"> <div class="panel-body"> <? switch ($_GET["menu"]) { case "category": include("listMenuDetail/category.php"); break; } ?> </div> </div> </div><!--end col-md-9--> </div><!--end row--> </div> <!--end panel-body --> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="./js/bootstrap.min.js"></script> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง