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.23.102.79
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.9/sweetalert2.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.9/sweetalert2.min.js"></script>
<style>
td {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
td:first-child {
padding-left: 10px;
padding-right: 0;
}
</style>
<div class="row clearfix" id="personal_det">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="card">
<div class="header bg-blue">
<h2>Make Payment</h2>
</div>
<div>
<div id="errormsg"></div>
<br />
<table id="makepayment">
<tr>
<td>PHD Degree</td>
<td style="padding-right: 20px; padding-left: 6px">:</td>
<td>
<select
type="text"
id="phddegree"
name="phddegree"
class="form-control"
placeholder="Degree"
style="width: 600px"
></select>
</td>
</tr>
<tr>
<td>Fee</td>
<td style="padding-right: 2px; padding-left: 2px">:</td>
<td>
<input
disabled
type="text"
id="phdfee"
name="phdfee"
class="form-control"
placeholder="Fee"
style="width: 100px"
/>
</td>
</tr>
</table>
<center>
<button
id="phdpayment"
type="button"
style="font-weight: 600; font-size: 16px; margin-bottom: 17px"
class="btn btn-warning waves-effect btn-lg"
onclick="makepaymentphdapp()"
>
Make Payment
</button>
</center>
<center>
<button
id="phdreport"
type="button"
style="font-weight: 600; font-size: 16px; margin-bottom: 17px"
class="btn btn-warning waves-effect btn-lg"
onclick="phdappreport()"
>
Print Application
</button>
</center>
</div>
</div>
</div>
</div>
|