D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
balhit1357
/
balhit.ac.in
/
bal-vidyalaya
/
admin
/
Filename :
index.php
back
Copy
<!DOCTYPE html> <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="images/small.png" type="image/x-icon"> <title>BHUVNESH BAL VIDYALAYA</title> <!-- Bootstrap Core CSS --> <link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Menu CSS --> <link href="plugins/bower_components/sidebar-nav/dist/sidebar-nav.min.css" rel="stylesheet"> <!-- toast CSS --> <link href="plugins/bower_components/toast-master/css/jquery.toast.css" rel="stylesheet"> <!-- morris CSS --> <link href="plugins/bower_components/morrisjs/morris.css" rel="stylesheet"> <!-- chartist CSS --> <link href="plugins/bower_components/chartist-js/dist/chartist.min.css" rel="stylesheet"> <link href="plugins/bower_components/chartist-plugin-tooltip-master/dist/chartist-plugin-tooltip.css" rel="stylesheet"> <!-- Calendar CSS --> <link href="plugins/bower_components/calendar/dist/fullcalendar.css" rel="stylesheet" /> <!-- animation CSS --> <link href="css/animate.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/style.css" rel="stylesheet"> <!-- color CSS --> <link href="css/colors/default.css" id="theme" rel="stylesheet"> <script> function frm_validation() { var frm=document.ana; if(frm.name.value=="") { alert('Name Can Not Be Blank'); frm.name.focus(); return false; } if(frm.pass.value=="") { alert('Password Can Not Be Blank'); frm.pass.focus(); return false; } } </script> <script> function pass_change() { if(window.XMLHttpRequest) { xmlrequest=new XMLHttpRequest(); } else { xmlrequest=new ActiveXObject("Microsoft.XMLHTTP"); } xmlrequest.onreadystatechange = function() { if(xmlrequest.readyState==4 && xmlrequest.status==200) { document.getElementById('change_pass').innerHTML=xmlrequest.responseText; } } xmlrequest.open("GET","change_pass.php", true); xmlrequest.send(); } </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!--<style type="text/css"> body { background-color: #5e8089!important; min-height:850px; } @media only screen and (min-width:768px) and (max-width:1100px){ body {min-height:1300px;} } </style>--> </head> <!--<body style=" background: radial-gradient(ellipse at center, #5A93AF 0%, #004E74 100%);">--> <body style="padding:0px; margin:0px"> <!-- Preloader --> <div class="preloader"> <svg class="circular" viewBox="25 25 50 50"> <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" /> </svg> </div> <section id="wrapper" class="kk_login_register"> <div class="container-fluid"> <div class="row"> <div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 col-xs-12"> <div class="kk_bg"> <div class="kkmrgn_70"> <div align="center"><img class="img-responsive" src="images/big.png" /></div> <div align="center"><strong style="font-size:30px; color:#6898a5;">ADMIN LOGIN</strong></div> <div class="clear" style="margin-bottom:30px;"></div> <span id="change_pass"> <form method="post" name="ana" action="admin_login.php" > <div class="row"> <div class="col-md-3 col-sm-1 col-xs-12"></div> <div class="col-md-6 col-sm-10 col-xs-12"> <div class="form-group" style="margin-bottom:20px;"><strong style="font-size:16px; color:#76afbe;">User Name :*</strong><br> <input name="name" id="name" class="form-control" placeholder=" User Name *" type="text" /> </div> <div class="form-group" style="margin-bottom:20px;"><strong style="font-size:16px; color:#76afbe;">Password :*</strong><br> <input name="pass" id="pass" type="password" class="form-control" placeholder=" Password *" /> </div> <div style="margin-bottom:20px;" class="g-recaptcha" data-sitekey="6Led0qsUAAAAAKtzltmYY1rSFSe_bh2SeMGt5zlh"></div> <div class="help-block with-errors"></div> <div> <button type="submit" value="LOGIN" onClick="return frm_validation();" class="btn btn-primary-kk"><span style="padding-left:10px; padding-right:10px;"><i style="font-size:18px;" class="fa fa-lock"></i> <strong>LOGIN</strong></span></button> </div> </div> </div> </form> </span> </div> </div> </div> </div> </div> </section> <script src="plugins/bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="bootstrap/dist/js/bootstrap.min.js"></script> <!-- Menu Plugin JavaScript --> <script src="plugins/bower_components/sidebar-nav/dist/sidebar-nav.min.js"></script> <!--slimscroll JavaScript --> <script src="js/jquery.slimscroll.js"></script> <!--Wave Effects --> <script src="js/waves.js"></script> <!--Counter js --> <script src="plugins/bower_components/waypoints/lib/jquery.waypoints.js"></script> <script src="plugins/bower_components/counterup/jquery.counterup.min.js"></script> <!-- chartist chart --> <script src="plugins/bower_components/chartist-js/dist/chartist.min.js"></script> <script src="plugins/bower_components/chartist-plugin-tooltip-master/dist/chartist-plugin-tooltip.min.js"></script> <!-- Sparkline chart JavaScript --> <script src="plugins/bower_components/jquery-sparkline/jquery.sparkline.min.js"></script> <!-- Custom Theme JavaScript --> <script src="js/custom.min.js"></script> <script src="js/dashboard1.js"></script> <script src="plugins/bower_components/toast-master/js/jquery.toast.js"></script> <!--Style Switcher --> <script src="plugins/bower_components/styleswitcher/jQuery.style.switcher.js"></script> <script src="plugins/bower_components/bootstrap-datepicker/bootstrap-datepicker.min.js"></script> <!-- Date range Plugin JavaScript --> </body> </html>