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.19.251
<div class="row clearfix">
<div class="card" id="apphead" hidden>
<div
class="header"
style="
background: linear-gradient(to right, #15757c, #15955b);
margin-top: 10px;
"
>
<h2>
<b style="color: #fff;">Acknowledge Application</b>
<div style="float: right;">
<button
type="button"
class="btn btn-primary waves-effect m-l-5"
onclick="studentback()"
>
Back
</button>
</div>
</h2>
</div>
</div>
<div id="application"></div>
<div class="card" id="add">
<div class="header">
<h2>
<b>Application View</b>
</h2>
</div>
<div class="body" id = "fisrtdivx" style="padding: 20px;">
<form class="form-horizontal" id="fisrtdiv">
<div class="row clearfix">
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Applied Degree</b>
</label>
<div class="form-group">
<select
id="fdeptt"
class="form-control">
<option></option>
</select>
<input
id="hfdeptt"
type="hidden"
value = ""
class="form-control"
placeholder="degree"
/>
</div>
</div>
</div>
<div class="row clearfix">
<div
class="col-lg-3 col-md-2 col-sm-4 col-xs-5 "
>
<button
type="button"
class="btn btn-primary waves-effect"
onclick="loadStudPreseat()"
>
Submit
</button>
</div>
</div>
<div id = "appsum">
</div>
<br>
</form>
</div>
</div>
<div class="card" id="next">
<input type="hidden" id="screen" value="next" />
<br>
<div class="header">
<h2>
<b>Application Details</b>
<button
type="button"
class="btn btn-primary waves-effect pull-right"
onclick="loadBackSeatAllotSingal()"
>
Back
</button>
</h2>
</div>
<div class="body" style="padding: 20px;">
<div class="row clearfix" id="appdet">
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">App. No.</b>
</label>
<div class="form-group">
<input
id="appno"
class="form-control"
placeholder="App. No."
disabled
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Name</b>
</label>
<div class="form-group">
<input
id="name"
class="form-control"
placeholder="Name"
disabled
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Cat. Code</b>
</label>
<div class="form-group">
<select onchange="getstudfee()" disabled
id="catcode"
class="form-control">
<option>--Select--</option>
<option>GM</option>
<option>CAT-I</option>
<option>IIA</option>
<option>IIB</option>
<option>IIIA</option>
<option>IIIB</option>
<option>SC</option>
<option>ST</option>
</select>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">University</b>
</label>
<div class="form-group">
<input
id="unistud"
class="form-control"
placeholder="Univ. Student"
disabled
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Rank</b>
</label>
<div class="form-group">
<input
id="rank"
class="form-control"
placeholder="Rank"
disabled
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Applied Degree</b>
</label>
<div class="form-group">
<select onchange="getcollegedet(),getallotcat()"
id="degree"
class="form-control">
<option></option>
</select>
<input
id="hdegree"
type="hidden"
class="form-control"
placeholder="degree"
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">College</b>
</label>
<div class="form-group">
<select onchange="getstudfee(),getallotcat()"
id="college"
class="form-control">
<option></option>
</select>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Seat Type</b>
</label>
<div class="form-group">
<select onchange="getstudfee(),getallotcat()"
id="seattype"
class="form-control">
<option>Merit Quota</option>
<option>Payment Quota</option>
</select>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Alloting Category</b>
</label>
<div class="form-group">
<select onchange="getpendingseats()"
id="allcat"
class="form-control">
<option></option>
</select>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Pending Seats</b>
</label>
<div class="form-group">
<input
id="pendseats"
value = "0"
class="form-control"
placeholder="Pending Seats"
disabled
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Payment Type</b>
</label>
<div class="form-group">
<select
id="paytype"
class="form-control">
<option>Online</option>
<option>Challan</option>
</select>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Amount</b>
</label>
<div class="form-group">
<input
id="amount"
class="form-control"
placeholder="Amount"
disabled
/>
</div>
</div>
<div class="col-sm-6 col-md-6">
<label class="pull-left" for="daterange">
<b style="font-size: 17px;">Fee To be Paid</b>
</label>
<div class="form-group">
<input
id="pamount"
class="form-control"
placeholder="Fee To be Paid"
disabled
/>
</div>
</div>
<div>
<center>
<button
type="submit"
style="
font-weight: 600;
font-size: 16px;
padding-left: 30px;
padding-right: 30px;
"
class="btn btn-warning waves-effect btn-lg"
onclick="SaveDudSeatAllot()"
>
Save
</button>
</center>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="row clearfix" id="submitButton" >
<div
class="col-lg-12 col-md-12 col-sm-12 col-xs-12"
style="padding-left: 0px;"
>
<div class="card">
<div class="body">
<div class="demo-radio-button" id="vfdi" name="vfdi" required>
<center>
<input
name="vfd"
type="checkbox"
value="T"
id="vfd"
autocomplete="off"
required
/>
<label for="vfd"
><b style="font-size: 16px;">Acknowledged and Verified</b></label
>
</center>
</div>
</div>
</div>
</div>
</div> -->
|