0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.15.237.229


Current Path : /var/www/html/gcg/adm/
Upload File :
Current File : //var/www/html/gcg/adm/registration.html

<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  <meta http-equiv="cache-control" content="max-age=0" />
  <meta http-equiv="cache-control" content="no-cache" />
  <meta http-equiv="expires" content="0" />
  <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
  <meta http-equiv="pragma" content="no-cache" />
  <title>GCG: Admission Panel</title>
  <!-- Favicon-->
  <link rel="icon" href="images/favicon.jpg" type="image/x-icon">

  <!-- Google Fonts -->
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;subset=latin-ext" rel="stylesheet">
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
  <!-- Bootstrap Core Css -->
  <link href="plugins/bootstrap/css/bootstrap.css?v=111" rel="stylesheet">

  <!-- Waves Effect Css -->
  <link href="plugins/node-waves/waves.css" rel="stylesheet" />

  <link href="plugins/dropzone/dropzone.css" rel="stylesheet">
  <!-- Custom Css -->
  <link href="css/style.css" rel="stylesheet">
  <link href="css/themes/all-themes.css" rel="stylesheet" />
</head>

<body class="theme-blue">
  <!-- Page Loader -->
  <div class="page-loader-wrapper">
    <div class="loader">
      <div class="preloader">
        <div class="spinner-layer pl-red">
          <div class="circle-clipper left">
            <div class="circle"></div>
          </div>
          <div class="circle-clipper right">
            <div class="circle"></div>
          </div>
        </div>
      </div>
      <p>Please wait...</p>
    </div>
  </div>
  <!-- #END# Page Loader -->
  <!-- Top Bar -->
  <nav class="navbar">
    <div class="container-fluid" style="color: #fff;">
      <div class='col-md-12 m-t--5'>
        <center>
          <h2>GOVERNMENT COLLEGE(AUTONOMOUS), KALABURAGI</h2>
        </center>

        <!-- <a href="#" onclick="homeLink()" style="float: right;margin-top: -25px; font-size:16px;color: #fff;">Home</a> -->
      </div>
    </div>
  </nav>


  <section class="content" style="margin-top: 10%">
    <div class="container-fluid">
      <div class="row clearfix" id="cuid">
        <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12">
          <div class="card" style="padding: 20px;">
            <b>Enter Reg. No.<span style="color: red;">*</span></b>
            <div class="form-group p-b-20">
              <span class='fieldError' id="studname_err">
                Reg. No. is Required
              </span>
              <div class="form-line">
                <input type="text" id="regno" class="form-control date" placeholder="Reg. No." maxlength="60"
                  style="width: 300PX;">
              </div>
              <br>
              <button id="challanBtn" type="button" class="btn btn-primary waves-effect btn-lg"
                onclick="getStudDet()">Submit
              </button>
            </div>
          </div>
        </div>
      </div>
      <div class="tab-content" style="display:none;" id="loadtab">
        <!--///////Personal Details Card\\\\\\\-->
        <div class="row clearfix" id="personal_det" style="display:;">
          <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12">
            <div class="card">
              <div class="header boder-top">
                <h2>Application Form</h2>
              </div>
              <div class="body" id="body">

                <span style="display: none;color : red;" id="verify_app">
                  <center>
                    <h4>Verify Your Application</h4>
                  </center>
                </span>
                <div class="field">
                  <div class="col-md-5">
                    <span id="regno"></span>
                    <b>Student Name<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="studname_err">
                        Name is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="studname" disabled class="form-control date" placeholder="Student Name"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                        <input type="hidden" id="vregno">
                      </div>
                    </div>
                    <b>Father Name<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="fatname_err">
                        Father Name is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="fatname" disabled class="form-control date" placeholder="Father's Name"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                    <b>Mother Name<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="fatname_err">
                        Mother Name is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="fmotname" disabled class="form-control date" placeholder="Mother Name"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                    <b>Mobile No.<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="fatname_err">
                        Mobile No. is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="fmob" disabled class="form-control date" placeholder="Mobile No."
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                    <b>Caste<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="fatname_err">
                        Caste is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="fcaste" class="form-control date" placeholder="Caste"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                    <b>Aadhar No.<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="aadhar_err">
                        Aadhar No. is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="aadhar" class="form-control date" placeholder="Aadhar No." maxlength="60"
                          style="text-transform: uppercase" autocomplete="off">
                      </div>
                    </div>
                    <b>Student Bank A/c number<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="acno_err">
                        Student Bank A/c number is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="acno" class="form-control date" placeholder="Student Bank A/c number"
                          maxlength="60" style="text-transform: uppercase" autocomplete="off">
                      </div>
                    </div>
                    <b>IFSC Code<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="ifsc_err">
                        IFSC Code is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="ifsc" class="form-control date" placeholder="IFSC Code" maxlength="60"
                          style="text-transform: uppercase" autocomplete="off">
                      </div>
                    </div>
                    <b>Degree Name<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="motname_err">
                        Degree Name is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="degree" disabled class="form-control date" placeholder="Degree Name"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                    <b>Combination<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="motname_err">
                        Combination is Required
                      </span>
                      <div class="form-line">
                        <select id = "fcombcode" class="form-control">
                          <option value = ''>--Select--</option>
                        </select>
                      </div>
                    </div>
                    <b>Admission Semester<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="motname_err">
                        Admission Semester is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="fexamname" disabled class="form-control date"
                          placeholder="Admission Semester" maxlength="60" onkeypress="return charKeydown(event);"
                          style="text-transform: uppercase" autocomplete="off">
                      </div>
                    </div>
                    <b>Category<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="motname_err">
                        Category is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="category" disabled class="form-control date" placeholder="Category"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                    <b>Amount<span style="color: red;">*</span></b>
                    <div class="form-group p-b-20">
                      <span class='fieldError' id="motname_err">
                        Amount is Required
                      </span>
                      <div class="form-line">
                        <input type="text" id="amount" disabled class="form-control date" placeholder="Amount"
                          maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase"
                          autocomplete="off">
                      </div>
                    </div>
                  </div>

                </div>

              </div>


              <!-- </div> -->


              <div id="subjectdet" class="row clearfix">
                <div class="col-md-12">
                  <center>
                    <h4 id="idPaperTitle" style="display: none;">Paper Detail of selected Subject</h4>
                  </center>
                  <div id="subdet" style="padding: 30px;"></div>
                </div>
              </div>
              <div class="footer">
                <center>
                  <button type="button" class="btn btn-primary waves-effect btn-lg"
                    onclick="saveRerigistation()">Save</button>
                </center>
              </div>
            </div>
           
          </div>
        </div>
      </div>

      <!---////////Application Status Card \\\\\\-->
      <div class="row clearfix" style="display: none;" id="success_card">
        <div class="col-lg-10 col-md-12 col-sm-12 col-xss-12 m-l--50">
          <div class="card">
            <div class="header boder-top">
              <h2>Application Status</h2>
            </div>
            <div class="body">
              <div class="row clearfix">
                <div class="col-md-12" id="makepayment">
                  <!-- <center>
                      <b><span id="app_msg"></span></b><br><br>
                      <b>Application Number: <span id="dapp_no"></span></b><br><br>
                      <button id="paytmBtn" type="button" class="btn btn-primary waves-effect btn-lg" 
                        onclick = "makePayment()">Make Payment
                      </button>
                    </center> -->
                </div>
                <div class="col-md-12" id="printmakepayment">
                  <!-- <center>
                      <b><span id="app_msg"></span></b><br><br>
                      <b>Application Number: <span id="dapp_no1"></span></b><br><br>
                      
                      <button id="challanBtn" type="button" class="btn btn-primary waves-effect btn-lg" 
                          onclick = "makePayment()">Print Application
                        </button>
                      
                    </center> -->
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    </div>
  </section>
  <script src="js/control.js"></script>
  <script src="js/validate.js"></script>
  <script src="js/MainPage.js?v=22" type="text/javascript"></script>
  <!-- Jquery Core Js -->
  <script src="plugins/jquery/jquery.min.js"></script>

  <!-- Bootstrap Core Js -->
  <script src="plugins/bootstrap/js/bootstrap.js"></script>

  <!-- Slimscroll Plugin Js -->
  <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script>
  <script src="plugins/jquery-blockUI/jquery.blockUI.js"></script>

  <!-- Waves Effect Plugin Js -->
  <script src="plugins/node-waves/waves.js"></script>

  <script src="plugins/jquery-validation/jquery.validate.js"></script>
  <script src="plugins/jquery-steps/jquery.steps.js"></script>
  <script src="plugins/sweetalert/sweetalert.min.js"></script>
  <!-- Autosize Plugin Js -->
  <script src="js/form_submit.js"></script>

  <!-- Input Mask Plugin Js -->
  <script src="plugins/jquery-inputmask/jquery.inputmask.bundle.js"></script>

  <script src="plugins/dropzone/dropzone.js"></script>
  <script src="plugins/bootstrap-tagsinput/bootstrap-tagsinput.js"></script>
  <script src="plugins/jquery-validation/jquery.validate.js"></script>
  <script src="plugins/jquery-steps/jquery.steps.js"></script>
  <script src="plugins/sweetalert/sweetalert.min.js"></script>

  <!-- Custom Js -->
  <script src="js/admin.js"></script>

  <script src="js/appStatus.js"></script>
  <!-- Demo Js -->
  <script src="js/demo.js"></script>

  <script src="js/advanced-form-elements.js"></script>

  <script type="text/javascript">
    $(function () {
      $("li").click(function () {
        // remove classes from all
        $("li").removeClass("active");
        // add class to the one we clicked
        $(this).addClass("active");
      });
    });

  </script>



  <script type="text/javascript">


    $('#statusDetl').addClass("hidden");
    var $demoMaskedInput = $('.daterange');
    //Date
    $demoMaskedInput.find('.date').inputmask('dd/mm/yyyy', { placeholder: '__/__/____' });

    $(document).ready(function () {

      var inputs = $('input, select').keypress(function (e) {
        if (e.which == 13) {
          e.preventDefault();
          var nextInput = inputs.get(inputs.index(this) + 1);
          if (nextInput) {
            nextInput.focus();
          }
        }
      });
      $('input[type=radio][name=group3]').change(function () {
        if (this.value == 'OTHERS') {
          $('#finstn').css('display', 'block');
        }
        else if (this.value == 'INDIAN') {
          $('#finstn').css('display', 'none');
        }
      });

    });
  </script>
  <script src="https://checkout.razorpay.com/v1/checkout.js"></script>
</body>

</html>