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.144.89.197
<script type='text/javascript'>
$(function () {
$('#tabs').tabs();
});
$(function () {
$('#sub_tabs').tabs();
});
</script>
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
<style type="text/css">
.textInputEnabled {
width: 99%;
padding: 2px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
.InputTextEnabled {
width: 100%;
padding: 2px;
font-size: 14px;
/* line-height: 1.42857143; */
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
.inputTextarea {
width: 100%;
padding: 3px;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
/* border-radius: 4px; */
}
</style>
<div id='tabs'>
<ul>
<li><a href='#ack_rv_rt_application'>Affliation Fee</a></li>
</ul>
<div id='bankdet'>
</div>
<div align="center" id="affilation" style="overflow:auto;">
<table class="content-tbl" cellpadding="8" cellspacing="0" width="100%">
<tr>
<td>Principal Name<font color="red">*</font></td>
<td>
<input onblur="initialCap(this);"
name="principal_name" id="principal_name"
maxlength="125" class="textInputEnabled"
style="text-transform: uppercase;width:250px;"
type="text">
</td>
</tr>
<tr>
<td>Mobile No <font color="red">*</font></td>
<td>
<input onblur="initialCap(this);"
name="mobileno" id="mobileno"
maxlength="10" class="textInputEnabled"
style="width:250px;"
type="text">
</td>
</tr>
<tr>
<td>Aisue Code<font color="red">*</font></td>
<td>
<input onblur="initialCap(this);"
name="aisue_code" id="aisue_code"
maxlength="125" class="textInputEnabled"
style="width:250px;"
type="text">
</td>
</tr>
<tr>
<td>Aisue User ID<font color="red">*</font></td>
<td>
<input onblur="initialCap(this);"
name="aisue_user_id" id="aisue_user_id"
maxlength="30" class="textInputEnabled"
style="width:250px;"
type="text">
</td>
</tr>
<tr>
<td>Fine<font color="red">*</font></td>
<td>
<input onblur="initialCap(this);"
name="aisue_user_id" id="fine"
maxlength="30" class="textInputEnabled"
style="width:250px;"
disabled
type="text">
</td>
</tr>
<tr>
<td>Degree Group</td>
<td>
<select id='fdeggrp' onchange="getafflidet()" style="width:250px;height: 21px;border-radius: 5px;">
</select>
</td>
</tr>
<tr>
<td>Affliation Fee Type</td>
<td>
<select id='faffopt' onchange="loadtabaffli()" style="width:250px;height: 21px;border-radius: 5px;">
</select>
</td>
</tr>
<!-- Display Selection Grid -->
<tr>
<td colspan="9" id="tabfees" style="text-align: left; padding: 3px;"></td>
</tr>
<!-- Display Selected Grid -->
<tr>
<td colspan="9" id="tabfees_selected" style="text-align: left; padding: 3px;">
</td>
</tr>
</table>
<div align="left" id="ack_rv_rt_application_details" style="overflow:auto;width:100%;" hidden>
<table align="center" class='tr_ventor_row' width='98%' border='0' cellspacing='0' cellpadding='5'>
<thead>
<tr class='tr_bg1' style="background: aliceblue;color:#000">
<td align='center'
style=' font-size:12px; font-weight:bold; border-left:1px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>
Sl. No.</td>
<td align='center'
style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>
Degree</td>
<td align='center'
style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>
Exam</td>
<!-- <td align='center' style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>Degree</td> -->
<td align='center'
style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>
Exam Date</td>
<td align='center'
style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>
Action</td>
</tr>
</thead>
<tbody id='view_ledg_table_data'>
</tbody>
</div>
<br>
</div>
</div>
</div>
|