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


Current Path : /var/www/html/pgadm2020/vku-admin/
Upload File :
Current File : /var/www/html/pgadm2020/vku-admin/intake.html

 <script>
  //$("select").selectpicker();
</script>
<!-- Latest compiled and minified CSS -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css"
/>

<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script>

  
<div class="row clearfix">
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="card">
      <div class="header">
        <h2>
          <b>Intake</b>
           <div style="float: right;">
            <button
              type="button"
              class="btn btn-primary waves-effect m-l-5"
              onclick="saveColldeg()"
            >
              Save
            </button>
          </div>
        </h2>
      </div>
      <div class="body" style="padding:20px;" onload="loadDegree()">
        <input type="hidden" id="screen" value="add" />
        <form class="form-horizontal" id="add">
          <div class="row clearfix">
            <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label" style="margin-top: 10px;">
              <label class="pull-left" for="daterange" style="font-size: medium;"><b>College</b></label>
            </div>
            <div class="col-sm-4 col-md-6">
              <div class="form-group">
                <div class="form-line">
                 <select
                    id="college"
                    class="form-control"
                    onchange="loadCollegeDegree()"
                  >
                  </select>
                </div>
              </div>
            </div>
          </div>
        </form>
      </div>    
      <div class="row clearfix" id="degtable" style="margin: auto;padding: 20px;">
        <table class="table table-bordered" >
        </table>
      </div>
    </div>
  </div>
</div>