"Login/Registration Form"
Bootstrap 3.3.0 Snippet by golfreshy

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <body background="./images/pattern2.jpg"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <div id="login-overlay" class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="myModalLabel">เข้าสู่ระบบ <b>xxxxxx.com</b></h4> หรือกลับไปยัง <a href="./index.jsp">หน้าแรก</a>. </div> <div class="modal-body"> <div class="row"> <div class="col-xs-6"> <div class="well"> <form id="loginForm" method="POST"> <div class="form-group"> <label for="username" class="control-label">ยูซเซอร์เนม</label> <input type="text" class="form-control" name="username" value="" required="" title="Please enter your username" placeholder="username"> <span class="help-block"></span> </div> <div class="form-group"> <label for="password" class="control-label">พาสเวิร์ด</label> <input type="password" class="form-control" name="password" placeholder="password" value="" required="" title="Please enter your password"> <span class="help-block"></span> </div> <div id="loginErrorMsg" class="alert alert-error hide">Wrong username or password</div> <div class="checkbox"> <label> <input type="checkbox" name="remember" id="remember"> จำข้อมูลเข้าสู่ระบบ </label> <p class="help-block">(ถ้าเป็นคอมพิวเตอร์ส่วนบุคคล)</p> </div> <button type="submit" value="login" name="submit" class="btn btn-success btn-block">เข้าสู่ระบบ</button> </form> </div> </div> <div class="col-xs-6"> <p class="lead">ลงทะเบียน <span class="text-success">ฟรี</span></p> <ul class="list-unstyled" style="line-height: 2"> <li><span class="fa fa-check text-success"></span> ใส่คำอธิบายจำนวนเงินในแต่ละ VIP</li> <li><span class="fa fa-check text-success"></span> ใส่คำอธิบายกฏ กติกา ของเว็บ</li> <li><span class="fa fa-check text-success"></span> ใส่คำอธิบายอื่นๆ</li> <li><span class="fa fa-check text-success"></span> ใส่รายละเอียดติดต่อเจ้าของเว็บ</li> <li><span class="fa fa-check text-success"></span> ใส่รายละเอียดแฟนเพจของเว็บ</li> <li><span class="fa fa-check text-success"></span> หรือจะใส่รูปภาพก็ได้</li> </ul> <p><a href="./Register.jsp" class="btn btn-info btn-block">ลงทะเบียน!</a></p> </div> </div> </div> </div> </div> <script type="text/javascript"> </script>

Related: See More


Questions / Comments: