0byt3m1n1-V2
Path:
/
home
/
office2017v2.1
/
[
Home
]
File: index.php
<?php include 'header.php';?> <!-- Main component for a primary marketing message or call to action --> <div class="jumbotron"> <h1>Navbar example</h1> <p>This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p>To see the difference between static and fixed top navbars, just scroll.</p> <p> <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs »</a> </p> </div> <!-- Modal --> <div id="myModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">เข้าสู่ระบบ</h4> </div> <div class="modal-body"> <form method="post" action="checkUser.php"> <div class="form-group"> <label for="username">ชื่อผู้ใช้</label> <input class="form-control" type="text" name="username" /> <p></p> <label for="password">รหัสผ่าน</label> <input class="form-control" type="password" name="password"/> <p></p> <center><input type="submit" class="btn btn-primary btn-lg" value="ตกลง"/></center> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> <!-- /container --> <?php include 'footer.php'; ?> </html>
©
2018.