|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<!-- <meta name="viewport"
|
|
|
|
|
content="width=device-width, initial-scale=1, user-scalable=0, maximum-scale=1, minimum-scale=1"> -->
|
|
|
|
|
<title>Login Form</title>
|
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="https://avatars1.githubusercontent.com/u/17867603?v=3&s=200"/>
|
|
|
|
|
<script src="js/jquery-3.0.0.min.js"></script>
|
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
|
<script type="text/javascript" src="js/materialize.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="js/jwtDecode.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="js/stdb.js"></script>
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/stdb.css" media="screen,projection"/>
|
|
|
|
|
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<ul class="titleIn">
|
|
|
|
|
<center>
|
|
|
|
|
<li><a href="javascript:history.go(0)" class="active">Instrument</a></li>
|
|
|
|
|
<li style="float:right;font-size:18px"><a onClick="LogoutPage()">Logout</a></li>
|
|
|
|
|
<li style="float:right;font-size:18px"><a onClick="modalItem('add')">Add Instrument</a></li>
|
|
|
|
|
<li style="float:right;"><a class="material-icons" onclick="modalItem('search')" style="color:#FFF;">search</a></li>
|
|
|
|
|
</center>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxShow">
|
|
|
|
|
<div id="nameOrgan" class="flexCenter" style="margin-top:120px;font-size:40px;color:#F0F0F0"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxShow">
|
|
|
|
|
<!-- like -->
|
|
|
|
|
<div style="margin-top:20px;">
|
|
|
|
|
<li class="cardData" >
|
|
|
|
|
<div>
|
|
|
|
|
<i class="medium material-icons " style="">thumb_up</i>
|
|
|
|
|
<div class="flexCenter" style="font-size:18px;" id='like'></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<!-- status -->
|
|
|
|
|
<li class="cardData" >
|
|
|
|
|
<div>
|
|
|
|
|
<i class="medium material-icons " style="color:#4CAF50">trending_up</i>
|
|
|
|
|
<div class="flexCenter" style="font-size:18px;" id='status'></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<!-- accountActive -->
|
|
|
|
|
<li class="cardData" >
|
|
|
|
|
<div>
|
|
|
|
|
<i class="medium material-icons " style="">people</i>
|
|
|
|
|
<div class="flexCenter" style="font-size:18px;" id='accountActive'></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<!-- equipment -->
|
|
|
|
|
<li class="cardData" style="width: 300px;display:block;" >
|
|
|
|
|
<center><h1 style="font-size:18px;margin-top:10px;margin-bottom:15px">อุปกรณ์</h1></center>
|
|
|
|
|
<div class="flexCenterSpace">
|
|
|
|
|
<i class="medium material-icons ">featured_play_list</i>
|
|
|
|
|
<i class="medium material-icons ">photo</i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flexCenterSpace" style="margin-top:-3px;">
|
|
|
|
|
<i style='margin-right:15px'>ทั้งหมด</i>
|
|
|
|
|
<i style='margin-right:10px'>มีรูป</i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flexCenterSpace" style="margin-top:-5px;">
|
|
|
|
|
<i id="numAll" style='margin-right:15px'>0</i>
|
|
|
|
|
<i id="numPhoto" style='margin-right:10px'>0</i>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="card" class="container" style="max-width:800px"></div>
|
|
|
|
|
|
|
|
|
|
<div id="modalAll" ></div>
|
|
|
|
|
|
|
|
|
|
<div id="more" class="container" style="max-width:800px;height:80px"> </div >
|
|
|
|
|
|
|
|
|
|
<div id="modaladd" class="modal" style="max-height: 100%;display: none;padding-top:10px;">
|
|
|
|
|
<div class="modal-content cardStyle" >
|
|
|
|
|
<div class="flexCenter">
|
|
|
|
|
<div class="flexCenter bgImage">
|
|
|
|
|
<div class="flexCenter">
|
|
|
|
|
<img id="myImg0add" src="" alt=""/>
|
|
|
|
|
<div class="bgImage flexCenter"><h2>ไม่มีรูปภาพ</h2></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="column bgMiniImage" style="margin-left:10px">
|
|
|
|
|
<img id="myImg1add" class="miniImage" src="" alt=""/>
|
|
|
|
|
<h6 class="miniImage flexCenter" >ไม่มีรูปภาพ</h6>
|
|
|
|
|
<img id="myImg2add" class="miniImage" src="" alt=""/>
|
|
|
|
|
<h6 class="miniImage flexCenter" >ไม่มีรูปภาพ</h6>
|
|
|
|
|
<img id="myImg3add" class="miniImage" style="margin-top:5px" src="" alt=""/>
|
|
|
|
|
<h6 class="miniImage flexCenter" style="margin-top:5px">ไม่มีรูปภาพ</h6>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flexCenter" style="margin-top:5px;">
|
|
|
|
|
<div class="upload flexCenter">
|
|
|
|
|
<a style="font-size:18px">Upload</a></div>
|
|
|
|
|
<input type="file" name="upload" onclick="uploadImage('add')"/>'
|
|
|
|
|
</div>'
|
|
|
|
|
<div>
|
|
|
|
|
<div style="font-size:20px;margin-top:10px">ชื่อครุภัณฑ์วิทยาศาสตร์</div>
|
|
|
|
|
<div style="font-size:16px;margin-top:5px;margin-left:5px"><input type="text" id="nameI" name="nameI" value="" placeholder="ชื่อครุภัณฑ์วิทยาศาสตร์"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div style="font-size:20px;margin-top:10px">จุดประสงค์การใช้งาน</div>
|
|
|
|
|
<div style="font-size:16px;margin-top:5px;margin-left:5px"><input type="text" id="noteI" name="noteI" value="" placeholder="จุดประสงค์การใช้งาน"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div style="font-size:20px;margin-top:10px">เลขครุภัณฑ์</div>
|
|
|
|
|
<div style="font-size:16px;margin-top:5px;margin-left:5px"><input type="text" id="idI" name="idI" value="" placeholder="เลขครุภัณฑ์"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<div style="font-size:20px;margin-top:10px">ผู้ดูแล</div>
|
|
|
|
|
<div style="font-size:16px;margin-top:5px;margin-left:5px"><input type="text" id="CrI" name="CrI" value="" placeholder="ชื่อ นามสกุล"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="flexCenterSpace" style="margin-top:20px">
|
|
|
|
|
<input type="button" onclick="addData('add')" class="buttonUpdate" value="Add">
|
|
|
|
|
<input type="button" onclick="backData('add')" class="buttonBack" value="Back">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="modalsearch" class="modal" style="max-height: 100%;display: none;padding-top:100px;">
|
|
|
|
|
<div class="modal-content cardStyle" >
|
|
|
|
|
<div>
|
|
|
|
|
<input type="text" class="cardSearch" id="searchId" value="" placeholder="Search">
|
|
|
|
|
<div class="flexEnd">
|
|
|
|
|
<button class="buttonSearch flexCenter" onclick="searchItem('search')">
|
|
|
|
|
<a class="material-icons" style="color:#FFF;">search</a>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
<script language="javascript">
|
|
|
|
|
|
|
|
|
|
function searchItem(idSearch){
|
|
|
|
|
var modal = document.getElementById('modal'+idSearch);
|
|
|
|
|
modal.style.display = "none";
|
|
|
|
|
getUser('search')
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
</html>
|