File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/dhyeyaprakashan.com/admin/tested.php
Back
<!DOCTYPE html> <html lang="en"> <head> <title>Login</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <style> body { font: 20px Montserrat, sans-serif; line-height: 1.8; color: #f5f6f7; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; } p { font-size: 16px; } .margin { margin-bottom: 45px; color: #061e2a; } .bg-1 { margin-top: 60px; } .round { border-radius: 100%; background: #fdfdfd; box-shadow: 2px 2px 2px 2px #000; width: 130px; height: 130px; margin: 25px 0px 11px 83px; text-align: center; line-height: 6; } .form-signin { width: 290px; margin: 0; background: none; } .form-signin a { color: #fff; } .form-signin input[type="text"], .form-signin input[type="password"], .form-signin select { /* border: none; */ /* border-bottom: 1.4px solid #7d7fba; */ border-radius: 43px; height: 50px; width: 100%; box-shadow: 2px 2px 2px 2px #000000ab; } .user-login-info { background: #eaeaec; /* margin: -20px -20px 0px -20px; */ /* padding: 20px; */ width: 112%; } #formsubmit { border-radius: 43px; width: 100%; height: 50px; margin-top: 15px; background: #9ad8f8; color: #000; box-shadow: 2px 2px 2px 2px #000000ab; } .registration { font-size: 11px; margin-top: 10px; } .modal-dialog input[type="text"] { width: 100%; box-shadow: none; height: 50px; } .modal-dialog { border-radius: 20%; color: #000; } .modal-dialog a { font-size: 17px; } .form-control select option { width: 100px; background-color: #fff; border-radius: 5px; box-shadow: 0 0 2px rgb(204, 204, 204); font-size: 14px; color: #474747; height: 100%; } .user-login-info .form-control:last-child { margin-bottom: 0px !important; margin-top: 0px; background: #fff; } .input-group-addon:first-child { border-right: 0px; border-radius: 100px 0px 0px 100px; padding: 11px 19px 10px 19px; } .input-group-addon { box-shadow: 2px 2px 2px 2px #000000ab; margin-top: 55px !important; } .form-signin a { font-size: 13px; } .modal-header { background: #76c5ed; } input:hover[type="submit"] { background-image: linear-gradient(to bottom, #819BCB, #536f9d) !important; color: #fff !important; border-radius: 20px; } .logo{ width:290px; } @media only screen and (max-width: 767px) { .form2 { margin-top: 0px; width:100% !important; } .round { margin: 25px 0px 11px 95px; } .form-signin input[type="text"], .form-signin input[type="password"], .form-signin select { width:100% !important; } .logo{ width: 320px; margin: 2px 4px 4px 5px; } } </style> </head> <body> <div class="container bg-1 text-center"> <div class=""> <div class="col-md-3"><div id="alert" style="font-size: 12px;"></div></div> <div class="form-group"> </div> <div class="form-group"> <div class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span> <input class="form-control" id="email" type="text" /> </div> </div> <div class="form-group"> <div class="input-group"> <span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span> <input type="password" class="form-control" placeholder="Password" id="password"> </div> </div> <div class="forgot"> forgot password <!--span class="pull-right"> <a data-toggle="modal" href="#myModal"> Forgot Username?</a> </span--> </div> <input class="btn btn-lg btn-login btn-block" type="submit" value="Sign in" id="formsubmit"> </div> <!-- Modal --> <div class="modal fade" id="myModal" role="dialog" class="modal fade"> <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"><a href="">Forgot Password </a></h4> </div> <div class="modal-body"> <p>Enter your e-mail address below to reset your password.</p> <div id="alert1" style="font-size: 12px;"></div> <input type="text" name="email1" id="email1" placeholder="Email" autocomplete="off" class="form-control placeholder-no-fix"> </div> <div class="modal-footer"> <button data-dismiss="modal" class="btn btn-default" type="button">Cancel</button> <input class="btn btn-success" type="submit" id="newpassword" value="Submit"> </div> </div> </div> </div> <!-- modal --> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script> $('#formsubmit').click(function(){ var email = $('#email').val(); var userpasword = $('#password').val(); console.log(userpasword); if(email == ''){ $('#alert').html('<div class="alert alert-danger" role="alert" >Username Can\'t Be Empty</div>').delay(5000).show().fadeOut("slow"); return false; } if(userpasword == ''){ $('#alert').html('<div class="alert alert-danger" role="alert">Password Can\'t Be Empty</div>').delay(5000).show().fadeOut("slow"); return false; } sendata = "login_email="+email+"&login_password="+userpasword; console.log(sendata); $.ajax({ type:"post", url:"ajax/login.php", datatype:"text", data:sendata, success:function(data){ console.log(data); } }); }); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings