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.149.25.26
<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" id="add">
<input type="hidden" id="screen" value="add" />
<div class="header">
<h2>
<b>Pre Seat Allot 2</b>
</h2>
</div>
<div class="body" style="padding: 20px">
<form class="form-horizontal" id="add">
<div class="row clearfix">
<div
class="col-lg-3 col-md-2 col-sm-4 col-xs-5 form-control-label"
style="margin-top: 10px"
>
<label class="pull-left" for="daterange"
><b style="font-size: 17px">Degree</b></label
>
</div>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<select
id="fdepttt"
class="form-control"
onchange=" getcollege2()"
name="fdepttt"
></select>
</div>
</div>
</div>
<div class="row clearfix">
<div
class="col-lg-3 col-md-2 col-sm-4 col-xs-5 form-control-label"
style="margin-top: 10px"
>
<label class="pull-left" for="daterange"
><b style="font-size: 17px">College</b></label
>
</div>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<select
id="fcollege"
class="form-control"
name="fdeptt"
></select>
</div>
</div>
</div>
<div class="row clearfix">
<div
class="
col-lg-offset-4 col-md-offset-5 col-sm-offset-4 col-xs-offset-5
"
>
<button
type="button"
class="btn btn-primary waves-effect m-l-40"
onclick="viewpresealallot2()"
>
Submit
</button>
</div>
</div>
</form>
</div>
</div>
<div class="card" id="next">
<div class="header">
<h2>
<b>Student Details</b>
</h2>
</div>
<div class="body" style="padding: 20px">
<div class="row clearfix" id="appdet" style="margin: auto">
<table class="table table-bordered"></table>
</div>
</div>
</div>
</div>
</div>
|