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.22.75.92
<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>
Student Registration Removal
</h2>
</div>
<div class="body row clearfix">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12">
<b>University Name</b>
<div class="inner-addon left-addon m-b-20">
<select id="univname" class="form-control" name="University Name">
</select>
</div>
<b>Student Mobile / Reg. No.</b>
<div class="m-b-20">
<input type="hidden" id="regno" />
<input id="studid" placeholder="Mobile / Reg. No." class='form-control' type="text">
</div>
<div class="row">
<div class="col-md-12">
<button
class="btn btn-block btn-lg bg-mycol waves-effect"
onclick="getStuDet()">Get Details</button>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="shwStud">
</div>
</div>
</div>
</div>
</div>
|