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 : 18.191.218.234


Current Path : /proc/thread-self/root/var/www/html/vskub/pgadm/
Upload File :
Current File : //proc/thread-self/root/var/www/html/vskub/pgadm/Reprint.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">
    <title>VSKUB: PG Online Registration</title>
    <!-- Favicon-->
    <link rel="icon" href="favicon.ico" type="image/x-icon">

    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
    <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" rel="stylesheet">

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

    <!-- Custom Css -->
    <link href="css/style.css" rel="stylesheet">

    <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
    <link href="css/themes/all-themes.css" rel="stylesheet" />
</head>

<body class="theme-cyan">
    <!-- 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'>
                <a href="index.html" style="float: right; padding-top: 15px;font-size:16px;color: #fff;">Home</a>
                <center>
                  <h2>VIJAYANAGARA SRI KRISHNADEVARAYA UNIVERSITY, BALLARI</h2>
                </center>
                <center>
                  <h3 style="margin-top: -4px;margin-right: 30px;">PG Registration</h3>
                </center>
            </div>
        </div>
    </nav>
    
    
    <section class="content">
    	<div class="row clearfix">
		   	<div class="container-fluid">
		        <div class="col-lg-10 col-md-10 col-sm-12 col-xs-12">
		            <div class="card">
                    <div class="header">
  		            		<h2>RE-PRINT / MAKE PAYMENT</h2>
                    </div>
                    <div class="body">
                      <div class="row clearfix">
                        <div class="col-md-4 col-md-offset-4" style="padding-top: 2%;padding-bottom: 2%;">
                        <b>Application No.</b>
                        <div class="form-group m-b-20">
                          <span class='fieldError' id="rapp_err">
                            Application No. is required
                          </span>
                          <div class="form-line">
                            <div>
                              <input type = 'text' class="form-control m-b-20"  id = "rappno">
                            </div>   
                          </div>
                        </div>
                        <b>Date of Birth</b>
                        <div class="form-group p-b-20">
                          <span class='fieldError' id="rdob_err">
                            Date of Birth is required
                          </span>
                          <div class="form-line daterange">
                            <div>
                              <input type = 'text' id = 'rdob' class="form-control date" placeholder="dd/mm/yyyy">
                            </div>   
                          </div>
                        </div>

                        <button type="button" class="btn btn-primary waves-effect btn" onclick = "getreprint()">Print Application
                               </button>
                        <!-- <button type="button" class=" m-l-10 btn btn-primary waves-effect btn " onclick = "makepayment()">Make Payment
                        </button> -->
                      </div>
                    
                    </div>
                  </div>
                  </div>
                </div>
              </div>
            </div>
  </section>

<!-- Modal -->

    <script src="js/appForm.js"></script>
    <script src="js/control.js"></script>
    <script src="js/validate.js"></script>
    <script src="js/MainPage.js"></script>
    <script src="js/Registrationpage.js"></script>
    <!-- Jquery Core Js -->
    <script src="plugins/jquery/jquery.min.js"></script>

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

    <!-- Select Plugin Js -->
    <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script>

    <!-- Slimscroll Plugin Js -->
    <script src="plugins/jquery-slimscroll/jquery.slimscroll.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="js/pages/forms/form-wizard.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 type="text/javascript">
        $(function() {
           $("li").click(function() {
              // remove classes from all
              $("li").removeClass("active");
              // add class to the one we clicked
              $(this).addClass("active");
           });
        });
         var $demoMaskedInput = $('.daterange');

        //Date
        $demoMaskedInput.find('.date').inputmask('dd/mm/yyyy', { placeholder: '__/__/____' });
    </script>
</body>

</html>