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.217.89.130


Current Path : /var/www/html/tadabills/
Upload File :
Current File : /var/www/html/tadabills/Registrationpage.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>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=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'>
                <center>
                  <h2>GOVERNMENT COLLEGE(AUTONOMOUS), KALABURAGI</h2>
                </center>
                <center>
                  <h3 class="m-t--5">Admission Panel</h3>
                </center>
                <a href="index.html" style="float: right;margin-top: -25px; font-size:16px;color: #fff;">Home</a>
            </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  p-l-20 p-r-20 p-b-100">
                  <div class="header">
		            		<h3>GOVERNMENT COLLEGE(AUTONOMOUS), KALABURAGI</h3>
                  </div>
                  <div class="row clearfix" style="padding-top: 10%;padding-bottom: 3%;">                    
                    <div class="col-lg-3 col-md-offset-1 col-md-3 col-sm-2 col-xs-2 p-l-50">
                      <a href='MainPage.html'><button class="btn btn-block btn-primary btn-lg waves-effect" style="font-size: 16px;">Fresher</button></a>
                    </div>
  						      <div class="col-lg-3 col-md-3 col-sm-2 col-xs-2 col-lg-offset-3 col-md-offset-3">
                      <a href='#'><button class="btn btn-block btn-primary btn-lg waves-effect" style="font-size: 16px;">II And III Year Addmission</button></a>
                      <!-- <a href='#'><button class="btn btn-block btn-primary btn-lg waves-effect" style="font-size: 16px;" data-toggle="modal"  data-target="#exampleModal">II And III Year Addmission</button></a> -->
                    </div>
                  </div>
                </div>
              </div>
		       </div>
		   </div>
  </section>

<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog p-l-100" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="exampleModalLabel">Please Enter your Register Number<span style="color: red;">*</span></h4>
      </div>
      <div class="modal-body">
            <div class="row clearfix" id = 'transcript'>
                <div class="col-sm-7">
                   <div class="form-group">
                    <span class='fieldError' id="studregno_err">
                      Register Number is required
                    </span>
                       <div class="form-line">
                         <input type="text" id="studregno" class="form-control" placeholder="Type Register No." required>
                       </div>
                   </div>
                </div>
             </div>
        </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary"  onclick="studentregno()">submit</button>
      </div>
    </div>
  </div>
</div>
    
    <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>

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

    <script src="plugins/jquery-validation/jquery.validate.js"></script>

    <!-- Custom Js -->
    <script src="js/admin.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");
           });
        });
    </script>
</body>

</html>