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.220.227.250
<script type='text/javascript'>
$(function () {
$('#tabs').tabs();
});
$(function () {
$('#sub_tabs').tabs();
});
</script>
<script>
$('#rec_date').datepicker({
showOn: 'button',
showButtonPanel: true,
changeMonth: true,
changeYear: true,
dateFormat: 'dd/mm/yy',
buttonImage: 'images/date.gif',
buttonImageOnly: true
});
$('#student_entry_admdate').datepicker({
showOn: 'button',
showButtonPanel: true,
changeMonth: true,
changeYear: true,
dateFormat: 'dd/mm/yy',
buttonImage: 'images/date.gif',
buttonImageOnly: true
});
$('#student_entry_dob').datepicker({
showOn: 'button',
showButtonPanel: true,
changeMonth: true,
changeYear: true,
yearRange: '1970:' + new Date().getFullYear(),
dateFormat: 'dd/mm/yy',
buttonImage: 'images/date.gif',
buttonImageOnly: true
});
</script>
<script src="js/form_submit.js"></script>
<style>
.examination_table td input[type=text] {
color: #000;
font-size: 18px;
}
.qaltablefisrtrd {
padding: 2px;
border-left: 1px solid #C5DBEC;
border-right: 1px solid #C5DBEC;
border-bottom: 1px solid #C5DBEC;
}
.qaltabletd {
padding: 2px;
border-right: 1px solid #C5DBEC;
border-bottom: 1px solid #C5DBEC;
}
.qaltablebody {
border-left: 1px solid #C5DBEC;
border-right: 1px solid #C5DBEC;
padding: 2px;
}
.qaltable input {
width: 30px !important;
height: 20px;
}
</style>
<div id='tabs'>
<ul style='height:20px;'>
<li>Application Verification & Acknowledgement</li>
</ul>
<div id='student_entry' align='center' style='padding-top:8px;font-size:11px;'>
<input name="hdnInstallments" id="hdnInstallments" value="0" type="hidden">
<div id="perdetl">
<table border="0" id='tbl_menu' class='content-tbl' cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td width="100%">
<table class="TableBorder" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr class="FontGreyBlueHeading">
<td class="leftPadding3 topPadding3" colspan="4" width="100%">
<div class='ui-widget-header ui-corner-all sub-tab-header' align='left'
style='padding:4px;'> Applicant
Details</div>
<div style='height:10px;'></div>
</td>
</tr>
<tr>
<td class="topPadding2" align="left">
Admission No:
</td>
<td class="topPadding3">
<input name="student_entry_admno" id="student_entry_admno" maxlength="125"
class="textInputEnabled"
style="text-transform: uppercase;width:100px;text-align: center;"
disabled type="text">
<input name="ugpg" id="ugpg" type="hidden">
</td>
<td rowspan="5" style="vertical-align: top;" align="left" height="100%">
<table align="left" border="0" cellpadding="2" cellspacing="2"
width="100%">
<tbody>
<tr>
<td align="left" width="30%">
</td>
<td align="left" width="50%">
<img
name="student_entry_photo" id="student_entry_photo"
onchange='DiaplayStudentPhoto()'
style="width:120px;height:120px;border:none;"
src="img/default_photo.jpg" />
<input type='hidden' id="student_entry_photo_hidden">
</td>
</tr>
<tr>
<td>
</td>
<td class="topPadding3 bottomPadding3" valign="bottom">
<table border="0" cellspacing="0">
<tbody>
<tr>
<td class="rightPadding3" align="center"
valign="top">
<input type='file'
id="student_entry_upload" size='10'
name="student_entry_upload"
onchange="DiaplayStudentPhoto();"
style="height:23px;width:100px;margin-left: 30%">
<!--<input tabindex="2" id="btnBrowseImg" name="btnBrowseImg" value="Browse..." class="enabledbutton" onclick="uploadImage();" type="button">-->
<input type='hidden'
id="student_entry_photo_hidden">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="35%">
Date of Admission:<font color="red">*</font>
</td>
<td>
<table cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td>
<input id="student_entry_admdate" type="text"
name="Date of Admission"
onkeydown='dmydateformat(event,this.id)'
placeholder='dd/mm/yyyy' maxlength=10
onchange='getid(this.id)'
onfocus="$g_focus_element='student_entry_admdate'"
style="width:100px;text-align:center;margin-left:-3px;" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="35%">
Degree :<font color="red">*</font>
</td>
<td>
<select style='width:400px;' name="Degree" id="student_entry_degree_code"
class="selectInputEnabled" disabled="disabled"
onchange='GetCombination(this.value)'>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Combination<font color="red">*</font>:
</td>
<td class="topPadding3">
<select style='width:400px;' name="Combination" id="combination"
class="selectInputEnabled" onchange='getcombinationsubjectdet()'>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Student Type:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:150px;' name="Student Type" id="fstudtype"
onchange='GetCombinationFeeList();' class="selectInputEnabled">
<option value="">--Select--</option>
<option value="karnataka" selected="selected">Karnataka</option>
<option value="non-karnataka">Non-Karnataka</option>
<option value="indian students">Indian Students who passed the
qualifying from other countries </option>
<option value="foreign student">Foreigner Student</option>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Admission Quota:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:150px;' name="Admission Quota" id="fadmquota"
class="selectInputEnabled">
<option value="">--Select--</option>
<option value="Management">Management</option>
<option value="University" selected="selected">University</option>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Seat Type:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:150px;' name="Admission Quota" disabled id="fseattype"
class="selectInputEnabled">
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Fee Type:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:150px;' name="Admission Quota" disabled id="ffeetype"
class="selectInputEnabled">
<option value="">--Select--</option>
</select>
</td>
</tr>
<tr style="display: none;">
<td class="topPadding3" align="left">
Lateral Entry<font color="red">*</font>:
</td>
<td class="topPadding3">
<select style='width:100px;' name="Lateral Entry" id="LT" disabled
class="selectInputEnabled" onchange='getcombinationsubjectdet()'>
<option value="F" selected>No</option>
<option value="T">Yes</option>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="35%">
Student Name:<font color="red">*</font><br>
<font class="WarningNote"> (As per SSLC
/ 10th marks card)</font>
</td>
<td class="topPadding3" width="25%">
<input name="Student Name" id="student_entry_name"
onkeypress="return onlyAlphabets(event,this);" maxlength="125"
class="textInputEnabled" style="width:400px;" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="topPadding3 bottomPadding3" align="left">
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="30%">
Father's Name:<font color="red">*</font><br />
<font class="WarningNote"> (As per SSLC
/ 10th marks card)</font>
</td>
<td class="topPadding3">
<input name="Father's Name" onkeypress="return onlyAlphabets(event,this);"
id="student_entry_fname" maxlength="125" style="width: 400px"
class="textInputEnabled" type="text">
</td>
<td rowspan="3" style="vertical-align: top;" align="left" height="100%">
<table align="left" border="0" cellpadding="2" cellspacing="2"
width="100%">
<tbody>
<tr>
<td align="left" width="30%">
</td>
<td align="left" width="50%">
<img
name="student_signature_photo"
id="student_signature_photo"
style="width:120px;height:50px;border:none;"
src="img/sign_logo.png" />
<input type='hidden' id="student_entry_signupload_hidden">
</td>
</tr>
<tr>
<td>
</td>
<td class="topPadding3 bottomPadding3" valign="bottom">
<table border="0" cellspacing="0">
<tbody>
<tr>
<td class="rightPadding3" align="center"
valign="top">
<input type='file'
id="student_entry_signupload" size='10'
name="student_entry_signupload"
onchange="DisplaystudentSignature();"
style="height:23px;width:100px;margin-left: 30%;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
</td>
<td class="topPadding3 bottomPadding3" valign="bottom">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Mother's Name:<font color="red">*</font><br />
<font class="WarningNote"> (As per SSLC
/ 10th marks card)</font>
</td>
<td class="topPadding3">
<input style="width: 400px;" onkeypress="return onlyAlphabets(event,this);"
name="Mother's Name" id="student_entry_mname" maxlength="125"
class="textInputEnabled" type="text">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Date of Birth:<font color="red">*</font><br>
<font class="WarningNote"> (As per SSLC
/ 10th marks card)</font>
</td>
<td class="topPadding3">
<table cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td>
<input id="student_entry_dob" type="text"
name="Date of Birth"
onkeydown='dmydateformat(event,this.id)'
placeholder='dd/mm/yyyy' maxlength=10
onfocus="$g_focus_element = 'student_entry_dob'"
style="width:100px;text-align:center;margin-left:-3px;" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<input id="student_entry_exam" type="hidden" value="A" readonly="readonly"
onkeypress="globalkeyEvent(evt,this)"
onfocus="$g_focus_element='student_entry_exam'" align="center" />
<tr>
<td class="topPadding3" align="left">
Gender:<font color="red">*</font>
</td>
<td class="topPadding3">
<table cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td align="left" valign="middle" width="5px">
<input id="student_entry_genderm" checked="checked"
name="student_entry_gender" class="radioInput"
value="M" type="radio">
</td>
<td class="leftPadding3" align="left" nowrap="nowrap"
valign="middle">
Male
</td>
<td class="leftPadding10" align="left" valign="middle"
width="5px">
<input id="student_entry_genderf"
name="student_entry_gender" class="radioInput"
value="F" type="radio">
</td>
<td class="leftPadding3" align="left" nowrap="nowrap"
valign="middle">
Female
</td>
<td class="leftPadding10" align="left" valign="middle"
width="5px">
<input id="student_entry_gendert"
name="student_entry_gender" class="radioInput"
value="T" type="radio">
</td>
<td class="leftPadding3" align="left" nowrap="nowrap"
valign="middle" width="100%">
Transgender
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Blood Group:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:100px;' name="Blood Group"
id="student_entry_blood_grp" class="selectInputEnabled">
<option value="">--Select--</option>
<option value="OP">O+</option>
<option value="OM">O-</option>
<option value="AP">A+</option>
<option value="AM">A-</option>
<option value="BP">B+</option>
<option value="BM">B-</option>
<option value="ABP">AB+</option>
<option value="ABM">AB-</option>
<option value="NOT KNOWN">Not Known</option>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Nationality:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:100px;' name="Nationality"
id="student_entry_nationality" class="selectInputEnabled">
<option value="Indian">Indian</option>
<option value="NRI">NRI</option>
<option value="Foreigner">Foreigner</option>
</select>
</td>
</tr>
<!--////// -->
<tr style="display: none;">
<td class="topPadding3" align="left">
Nation of Candidate:
</td>
<td class="topPadding3">
<input maxlength="125" id="student_entry_national" value="India"
onkeypress="return onlyAlphabets(event,this);" type="text"
style="width:400px;text-align:left;margin-left:-3px;" />
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Religion:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:100px;' name="Religion" id="student_entry_religion"
class="selectInputEnabled">
<option value="0">--Select--</option>
<option value="Buddhism">Buddhism</option>
<option value="Christian">Christian</option>
<option value="Hindu" selected="selected">Hindu</option>
<option value="Jain">Jain</option>
<option value="Muslim">Muslim</option>
<option value="Others">Others</option>
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Caste:<font color="red">*</font>
</td>
<td class="topPadding3">
<input name="Caste" onkeypress="return onlyAlphabets(event,this);"
id="student_entry_caste" maxlength="125" class="textInputEnabled"
style="text-transform: uppercase;width:150px;" type="text">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Category :<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:100px;' name="Category" disabled="disabled"
id="degree_category" onchange='GetCombinationFeeList();'
class="selectInputEnabled">
</select>
</td>
</tr>
<tr>
<td class="topPadding3 bottomPadding3" align="left">
Aadhaar Number:
</td>
<td class="topPadding3 bottomPadding3">
<input id="seAadharNumber" name="Aadhaar Number" style="width:150px;"
type="text" maxlength="12"
onkeypress="return acceptNumbersOnlyForModule(event);">
</td>
</tr>
<tr style="display: none;">
<td class="leftPadding3" nowrap="nowrap">
Candidate Belongs to 371(J) ?
</td>
<td width="5px;" class="topPadding3">
<span><input style="vertical-align:middle;margin-top:-2px;" id="chkHydKar"
name="chkHydKar" class="checkInput" type="radio" value='Yes'>Yes
<input style="vertical-align:middle;margin-top:-2px;" id="chkHydKar"
name="chkHydKar" class="checkInput" type="radio" checked="checked"
value='No'>No</span>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Area:<font color="red">*</font>
</td>
<td class="topPadding3">
<select style='width:100px;' name="Area" id="farea">
<option value="Rural" selected="selected">Rural</option>
<option value="Urban">Urban</option>
</select>
</td>
</tr>
<!-- <tr>
<td class="topPadding3" align="left">
17. State:<font color="red">*</font>
</td>
<td class="topPadding3">
<select name="student_entry_state" id="student_entry_state" class="selectInputEnabled selstate" onchange="checkDomicile();" style="width:150px;">
</select>
</td>
</tr> -->
<tr>
<td class="topPadding3" align="left">
Permanent Address:
</td>
<td class="topPadding3">
<input id="student_entry_per_add1" class='ElementCount'
name="Permanent Address 1" type="text" maxlength="40"
onblur="changeCase(this.id); "
onfocus="$g_focus_element='student_entry_per_add1'"
style="border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; border-bottom:0px solid #DDDDDD; width:300px;" />
<input id="student_entry_per_add2" name="Permanent Address 2"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id); "
onfocus="$g_focus_element='student_entry_per_add2'"
style="border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:0px solid #DDDDDD; width:300px;" />
<input id="student_entry_per_add3" name="Permanent Address 3"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id); "
onfocus="$g_focus_element='student_entry_per_add3'"
onblur="copyAddress()"
style="border-left:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:0px solid #DDDDDD; border-right:1px solid #DDDDDD; width:300px;" />
<input id="student_entry_per_dist" name="Permanent Address 3"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id); "
onfocus="$g_focus_element='student_entry_per_dist'"
onblur="copyAddress()"
style="border-left:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:0px solid #DDDDDD; border-right:1px solid #DDDDDD; width:300px;" />
<input id="student_entry_per_state" name="Permanent Address 3"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id); "
onfocus="$g_focus_element='student_entry_per_state'"
onblur="copyAddress()"
style="border-left:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:0px solid #DDDDDD; border-right:1px solid #DDDDDD; width:300px;" />
<input id="student_entry_per_pin" name="Permanent Address 4"
class='ElementCount' type="text" maxlength="40"
onfocus="$g_focus_element='student_entry_per_pin'"
style="border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:1px solid #DDDDDD; width:300px;" />
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Communication Address:
</td>
<td class="topPadding3">
<input id="student_entry_comm_addr1" name="Communication Address 1"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr1'"
style="border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:1px solid #DDDDDD; border-bottom:0px solid #DDDDDD; width:300px;" /></br>
<input id="student_entry_comm_addr2" name="Communication Address 2"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr2'"
style="border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:0px solid #DDDDDD; width:300px; " /></br>
<input id="student_entry_comm_addr3" name="Communication Address 3"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr3'"
style="border-left:1px solid #DDDDDD; border-bottom:0px solid #DDDDDD; border-top:0px solid #DDDDDD; border-right:1px solid #DDDDDD; width:300px; " /></br>
<input id="student_entry_comm_dist" name="Communication Address 3"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_dist'"
style="border-left:1px solid #DDDDDD; border-bottom:0px solid #DDDDDD; border-top:0px solid #DDDDDD; border-right:1px solid #DDDDDD; width:300px; " /></br>
<input id="student_entry_comm_state" name="Communication Address 3"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_state'"
style="border-left:1px solid #DDDDDD; border-bottom:0px solid #DDDDDD; border-top:0px solid #DDDDDD; border-right:1px solid #DDDDDD; width:300px; " /></br>
<input id="student_entry_comm_pin" name="Communication Address 4"
class='ElementCount' type="text" maxlength="40"
onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_pin'"
style="border-left:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-top:0px solid #DDDDDD; border-bottom:1px solid #DDDDDD; width:300px; " />
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="30%">
Student Email ID:<font color="red">*</font>
</td>
<td class="topPadding3">
<input style='width:300px;' name="Student Email Id"
id="student_entry_email" maxlength="125" class="textInputEnabled"
type="text">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Student Mobile Number:<font color="red">*</font>
</td>
<td class="topPadding3">
<input name="Student Mobile Number"
onkeypress="return acceptNumbersOnlyForModule(event);"
id="student_entry_mobile" maxlength="10" class="textInputEnabled"
style="width:150px;" type="text" disabled>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Parents Mobile No.:
</td>
<td class="topPadding3">
<input name="Parents Mobile Number"
onkeypress="return acceptNumbersOnlyForModule(event);"
id="student_entry_phone" maxlength="10" class="textInputEnabled"
type="text" style="width:150px;">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Contact No.:
</td>
<td class="topPadding3">
<input name="Contact Number" id="contactno"
onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="8"
class="textInputEnabled" type="text" style="width:150px;">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Annual Family Income:
</td>
<td class="topPadding3">
<input name="Annual Family Income" id="student_entry_fincome"
onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="8"
class="textInputEnabled" type="text"
style="width:100px;text-align: right;">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Medium :
</td>
<td class="topPadding3">
<input name="Medium" id="fmedium" style="width:150px;" maxlength="20"
class="textInputEnabled" type="text" style="width:150px;">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Income Certificate No. :
</td>
<td class="topPadding3">
<input name="Income Certificate" id="fincomecert" style="width:150px;"
maxlength="50" class="textInputEnabled" type="text"
style="width:150px;" placeholder="Income Certificate No.">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Caste Certificate No. :
</td>
<td class="topPadding3">
<input name="Caste Certificate" id="fcastecert" style="width:150px;"
maxlength="50" placeholder="Caste Certificate" class="textInputEnabled"
type="text" style="width:150px;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- ////////////////////////// Subject Details \\\\\\\\\\\\\\\\\\\\\\\\ -->
</div>
<tr style="height:3px;">
<td></td>
</tr>
<tr>
<td align="center" width="100%">
<table class="TableBorder content-tbl" class='content-tbl' cellpadding="2" cellspacing="2"
width="100%">
<tbody>
<tr class="FontGreyBlueHeading">
<td class="leftPadding3 topPadding3" colspan="4" width="100%">
<div class='ui-widget-header ui-corner-all sub-tab-header' align='left'
style='padding:4px;'> Subject Details</div>
<!-- <div style='height:10px;'></div> -->
</td>
</tr>
<tr>
<td>
<div align="center" id="subject_appearing" style="display:'block'; overflow:auto">
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!--////////////////////// SSLC Academic Details \\\\\\\\\\\\\\\\\\\\\\\\ -->
<!--//////////////////////Previous Academic Details \\\\\\\\\\\\\\\\\\\\\\\\ -->
<div id="univdetl">
<tr style="height: 3Px;">
<td></td>
</tr>
<tr>
<td>
<table class="TableBorder content-tbl" border="0" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr class="FontGreyBlueHeading">
<td class="leftPadding3 topPadding3" colspan="2" width="100%">
<div class='ui-widget-header ui-corner-all sub-tab-header' align='left'
style='padding:4px;'> Previous Academic
Details</div>
<!-- <div style='height:10px;'></div> -->
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="35%">
Qualifying Exam: <font color="red">*</font>
</td>
<td class="topPadding3">
<!-- <select name="seTypeOfQualifyingExam" id="seTypeOfQualifyingExam" style="width:150px;" class="selectInputEnabled">
<option value="0">--Select--</option>
<option>P.U.C.</option>
<option>I.T.I.</option>
<option>10+2</option>
<option>Diploma</option>
</select> -->
<input name="Qualifying Exam" id="seTypeOfQualifyingExam" maxlength="100"
style="width:400px;" class="textInputEnabled" type="text">
</td>
</tr>
<tr>
<td class="topPadding3" align="left" width="35%">
Board Name :<font color="red">*</font>
</td>
<td>
<!-- <select style='width:400px;' name="Board Name"
id="seUniversityName" class="selectInputEnabled" >
</select> -->
<input name="Board Name" id="seUniversityName" maxlength="20" style="width:400px;"
class="textInputEnabled" type="text">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Reg. No: <font color="red">*</font>
</td>
<td class="topPadding3">
<input name="Reg. No." id="seExamRegNo" maxlength="20" style="width:150px;"
class="textInputEnabled" type="text">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Passing month / year : <font color="red">*</font>
</td>
<td class="topPadding3">
<input type="text" style='width:75px;margin-right: 5px;' name="Passing Month"
id="fmonth">
<select style='width:70px;margin-right: 5px;' name="Passing Year" id="fyear">
</select>
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Maximum Marks : <font color="red">*</font>
</td>
<td class="topPadding3">
<input type="text" name="Maximum Marks" style="width:100px; text-align: right;"
id="maxmarks" class="textInputEnabled" maxlength="13"
onkeypress="return acceptNumbersOnlyForModule(event);">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Secured Marks : <font color="red">*</font>
</td>
<td class="topPadding3">
<input type="text" name="Secured Marks" style="width:100px;text-align: right;"
id="secmarks" class="textInputEnabled" maxlength="13"
onkeypress="return acceptNumbersOnlyForModule(event);" onblur="calcPercent()">
</td>
</tr>
<tr>
<td class="topPadding3" align="left">
Percentage : <font color="red">*</font>
</td>
<td class="topPadding3">
<input type="text" readonly="readonly" name="Percentage"
style="width:100px;text-align: right;" id="percentage" class="textInputEnabled"
maxlength="13" onkeypress="return acceptNumbersOnlyForModule(event);">
</td>
</tr>
</div>
</tbody>
</table>
<table width='80%' id="qalsemdet" style="display:none;" class='tr_ventor_row qaltable' cellspacing='0'
cellpadding='0' border='0'>
<thead>
<tr style='font-size:12px;' class='ui-state-default ui-jqgrid-hdiv'>
<td class="qaltablefisrtrd">
Sl.
</td>
<td class="qaltabletd" style="width: 200px;" rowspan="2">
Subject
</td>
<td class="qaltabletd" colspan="2">
Sem / <br>Year I
</td>
<td class="qaltabletd" colspan="2">
Sem / <br>Year II
</td>
<td class="qaltabletd" colspan="2">
Sem / <br>Year III
</td>
<td class="qaltabletd" colspan="2">
Sem / <br>Year IV
</td>
<td class="qaltabletd" colspan="2">
Sem / <br>Year V
</td>
<td class="qaltabletd" colspan="2">
Sem / <br>Year VI
</td>
<td class="qaltabletd" colspan="2">
Total Marks
</td>
<td class="qaltabletd" rowspan="2">
% of Marks
</td>
<td class="qaltabletd" rowspan="2">
Action
</td>
</tr>
<tr class='ui-state-default ui-jqgrid-hdiv'>
<td class="qaltablefisrtrd">
No.
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
<td class="qaltabletd">
MO
</td>
<td class="qaltabletd">
MM
</td>
</tr>
</thead>
<tbody>
<tr style='font-size:12px;' id='1' class='ui-widget-content jqgrow'>
<td class='tbl_row_new tdfirst'>1.</td>
<td class='tbl_row_new'>
<input type="text" name="subsem1_1" id="subsem1_1" style="width: 175px !important;">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem1mo_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" onchange="gettoal('1')"
id="subsem1mo_1">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem1mm_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem1mm_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem2mo_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem2mo_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new' width="50px">
<input type="text" name="subsem2mm_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem2mm_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem3mo_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem3mo_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem3mm_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem3mm_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem4mo_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem4mo_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem4mm_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem4mm_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem5mo_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem5mo_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem5mm_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem5mm_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem6mo_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem6mo_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subsem6mm_1" maxlength="3"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subsem6mm_1"
onchange="gettoal('1')">
</td>
<td class='tbl_row_new'>
<input type="text" name="subtotalmo_1" maxlength="4"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subtotalmo_1">
</td>
<td class='tbl_row_new'>
<input type="text" name="subtotalmm_1" maxlength="4"
onkeypress="return acceptNumbersOnlyForModule(event);" id="subtotalmm_1">
</td>
<td class='tbl_row_new'>
<input type="text" name="subpercentagemm_1" maxlength="5"
onkeypress="return acceptNumbersOnlyForModule(event);" style="width: 40px !important;"
id="subpercentagemm_1">
</td>
<td class='tbl_row_new'>
<span onclick="adddyrow()"><img src='images/add.png' style="width:22px; height:25px;"></span>
<span onclick="removedyrow('1')">
<img src='images/remove.png' style="float: right;width:22px;height:26px;">
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="height: 3Px;">
<td></td>
</tr>
<tr>
<td width="100%">
<table class="TableBorder content-tbl" border="0" cellspacing="0" width="100%">
<tbody>
<tr class="FontGreyBlueHeading">
<td class="leftPadding3 topPadding3" colspan="2" width="100%">
<div class='ui-widget-header ui-corner-all sub-tab-header' align='left'
style='padding:4px;'> Documents to be
attached</div>
<!-- <div style='height:10px;'></div> -->
</td>
</tr>
<tr>
<td id="upddet">
</td>
<tr>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="height:3px;">
<td></td>
</tr>
<tr>
<td width="100%">
<table class="TableBorder content-tbl" id="feesdetails" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr class="FontGreyBlueHeading">
<td class="leftPadding3 topPadding3" colspan="7" width="100%">
<div class='ui-widget-header ui-corner-all sub-tab-header' align='left'
style='padding:4px;'> University Fee Details
</div>
<!-- <div style='height:10px;'></div> -->
</td>
</tr>
<!-- <tr>
<td class="topPadding3" align="left">
35. Fee concession : <font color="red">*</font>
</td>
<td class="topPadding3">
<select>
<option value = ''>-select-</option>
<option value = 'Yes'>Yse</option>
<option value = 'No'>No</option>
</select>
</td>
</tr> -->
<tr>
<td>
<div id='fee_combination_div' align='left'></div>
</td>
</tr>
<!-- <tr>
<td class="topPadding3" align="left" style="padding-left: 4%">
Concession fee applicable:<font color="red">*</font>
<select style='width:150px;margin-left: 2%' name="Concession fee"
id="constype" class="selectInputEnabled">
<option value="">--Select--</option>
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</td>
</tr> -->
<tr>
<td colspan="6"><span style="color: red;"><b>Note: </b>
All Information given in the form is verified, authenticated and found correct.
Further the college only own the responsibility of admission genuine
process.</span>
</td>
</tr>
<tr>
<td style="float: left;margin-left: 40%;">
<span
style="background-color: #008CBA; border: none; color: white; padding: 5px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;"
onclick="applicationdisplay();">Back</span>
<span
style="background-color: #008CBA; border: none; color: white; padding: 5px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;"
onclick="savestudentapplication();">Verified</span>
<!-- <span class="raval_submit" id="backButton" style="margin-top: 2px;width:50px;
float:right;margin-left:0px;cursor: pointer;color:#545345;
line-height: 25px;font-size:12px;font-weight:bold;" onclick='applicationdisplay()'>Back</span>
<span class="raval_submit" style="margin-top: 2px;width:50px;
float:right;margin-left:0px;cursor: pointer;color:#545345;
line-height: 25px;font-size:12px;font-weight:bold;" onclick='savestudentapplication()'>Save</span> -->
</td>
</tr>
</tbody>
</table>
</tr>
<tr style="height:3px;">
<td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
|