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 : 13.58.232.94
<div class="row clearfix" id="upload_doc_det">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="card">
<div class="header bg-blue">
<h2>Hostel Fee</h2>
</div>
<div class="body">
<div class="row clearfix">
<div id="appstat" class="row clearfix">
<div class="col-md-12">
<div class="col-md-12" style="padding-left: 37px">
<table
class="table table-bordered table-striped table-upd"
id=""
>
<thead></thead>
<tbody id="hostelfee"></tbody>
</table>
<br />
<div id="bankdet">
<div>
<u><b style="font-size: 27px">Bank Details</b></u>
</div>
<label for="Name" style="padding-top: 17px"
><b style="font-size: 17px">Bank Name</b></label
>
<b style="padding-left: 25px; padding-right: 20px">:</b>
<input
name="bankname"
type="text"
id="bankname"
style="
width: 300px;
height: 40px;
font-size: 20px;
border-radius: 6px;
"
/><br />
<br />
<label for="Mobile"
><b style="font-size: 17px">Account No.</b></label
>
<b style="padding-left: 20px; padding-right: 20px">:</b>
<input
name="accno"
type="text"
id="accno"
style="
width: 300px;
height: 40px;
font-size: 20px;
border-radius: 6px;
"
/><br />
<br />
<label for="Date"
><b style="font-size: 17px">IFSC Code</b></label
>
<b style="padding-left: 40px; padding-right: 20px">:</b>
<input
name="ifsc"
type="text"
id="ifsc"
style="
width: 300px;
height: 40px;
font-size: 20px;
border-radius: 6px;
"
/><br />
<br />
<label for="Date"
><b style="font-size: 17px">Branch</b></label
>
<b style="padding-left: 60px; padding-right: 20px">:</b>
<input
name="branch"
type="text"
id="branch"
style="
width: 300px;
height: 40px;
font-size: 20px;
border-radius: 6px;
"
/><br />
<br />
<label for="Date"
><b style="font-size: 17px">Fee to be paid</b></label
>
<b style="padding-right: 20px">:</b>
<input
name="amount"
type="text"
id="amount"
style="
width: 80px;
height: 40px;
border-radius: 6px;
font-weight: 800;
font-size: 20px;
"
disabled
/><br /><br />
<br />
<table>
<tr>
<td style="padding-right: 65px">
<button
class="btn btn-primary btn-sm waves-effect font-16"
onclick="saveBankDetails()"
id = "savepaymentid"
style="width: 200px"
>
Save and Make Payment
</button>
</td>
<td><div id="button"></div></td>
</tr>
</table>
</div>
<!-- <div class="card" id="status">
<table class="table table-bordered table-striped" id="status">
<thead>
<tr class="bg-cyan">
<th
style="
width: 10%;
text-align: center;
font-size: 15px;
"
>
Sl. No.
</th>
<th
style="
width: 60%;
text-align: center;
font-size: 15px;
"
>
Degree
</th>
<th
style="
width: 25%;
text-align: center;
font-size: 15px;
"
>
Status
</th>
<th
style="
width: 25%;
text-align: center;
font-size: 15px;
"
>
Action
</th>
</tr>
</thead>
<tbody id="Display"></tbody>
</table>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
|