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.119.119.119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ENRTP</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.jpg" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/logstyle.css" type="text/css" media="all" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<script src="js/home.js" type="text/javascript"></script>
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
<script src="js/control.js" type="text/javascript"></script>
<script src="js/dytable.js" type="text/javascript"></script>
<script src="js/validate.js" type="text/javascript"></script>
<script src="js/form_submit.js" type="text/javascript"></script>
<script src="js/loadtable.js" type="text/javascript"></script>
</head>
<body onload="isloggedinvalidate()">
<!-- wrapper -->
<div id="wrapper">
<!-- shell -->
<div class="shell">
<!-- container -->
<div class="container">
<div style="margin-right:10px;padding-top:8px;color:#fff;" class="nav-top">
<span style="padding-left:5px;width:400px;" id="datestr"></span>
<span style="float:right;padding-right:10px;"> <span id="user_name"></span> <span onclick="loadhomepage()">Home</span> | <span onclick="logoutsession()">Logout</span></span>
</div
<!-- header -->
<header class="header">
<h1 id="logo"><a href="#">Logisys</a></h1>
<br style="clear:both;"/>
<nav id="navigation">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Application Status</a></li>
<li>
<a href="#">Reprint Challan</a>
</li>
</ul>
</nav>
<div class="cl"> </div>
</header>
<!-- end of header -->
<div class="main">
<div style="height:590px;">
<div id="v-nav" style="padding-top:5px;">
<ul>
<li class="first current" onclick="loadPostDetails()">Post details<span id="ctab_post" ></span></li>
<li onclick="loadPersonalDetails()">Personal details<span id="ctab_pers"></span></li>
<li onclick="loadEducationalDetails()">Educational details<span id="ctab_educt"></span></li>
<li>Work Experience </li>
<li onclick="loadResearchExpDetails()">Research Experience<span id="ctab_resrch"></span></li>
<li>Other Experience</li>
<li onclick="loadOrientationDetails()">Refresh Courses / Orientation Program<span id="ctab_orient"></span></li>
<li onclick="loadforeignDetails()">Details of Foreign Visit<span id="ctab_foreign"></span></li>
<li onclick="loadRefrnceDetails()">References<span id="ctab_refr"></span></li>
<li>API Score Details</li>
<li class="last">Upload Documents</li>
</ul>
<div class="tab-content" style="">
<h4><b>Post details</b></h4>
<div class="tab-content-body">
<table class="table table-bordered" style="width:900px;" id="posttable">
<thead>
<tr>
<th style="width:400px;">Post Applied for</th>
<th style="width:450px;">Qualifying Exam</th>
<th style="width:50px;">Del.</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="hidden" name="postname" /><select class="form-control1" title="Post Applied for" id="1S1" onchange="vldpostDuplicate(this.id)" ></select></td>
<td><select class="form-control1" id="1S2" title="Qualifying Exam"></select></td>
<td><input type="hidden" id = "1HS3" value="F"/></td>
</tr>
</tbody>
</table>
<div style="text-align:right;margin:5px 60px;padding-bottom:20px;">
<button onclick ="addpostdet()">Click to add more details +</button>
</div>
<form id='form_module_image_upload' enctype='multipart/form-data' method='POST' action="#" >
<table class="table table-bordered" style="width:900px;" >
<thead>
<tr>
<th style="width:450px;">Photo Attachment</th>
<th style="width:450px;">Signature Attachment</th>
</tr>
</thead>
</table>
<table class="table table-bordered" style="width:900px;margin-top:-20px;" >
<tbody>
<tr>
<td style="width:450px;">
<img id='student_photo' style="width:148px;z-index:1;height:187px;"
onchange="DisplayUserSelectedPhoto()" src="images/default_photo.jpg"
class="img-responsive" >
<input type="file" name="student_photo_upload"
id="student_photo_upload" onchange='DisplayUserSelectedPhoto();'
style="padding:0;margin:0;width:220px;" class="form-control" value=" ">
</td>
<td style="width:450px;">
<div style="margin-top:80px;">
<img id='student_sign' style="z-index:1;height:107px; width:208px"
onchange="DisplayUserSelectedSign()" src="images/signature.png"
class="img-responsive" >
<input type="file" name="student_sign_upload"
id="student_sign_upload" onchange='DisplayUserSelectedSign();'
style="padding:0;margin:0;width:220px;" class="form-control" value=" ">
</div>
</td>
</tr>
</tbody>
</table>
</form>
<div class="row mb40" >
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="savepostdetails()">Submit</button>
</center>
</div>
</div>
</div>
</div>
<div class="tab-content" >
<h4><b>Personal details</b></h4>
<div class="tab-content-body">
<div style="height:550px;">
<div class="panel panel-widget" style="clear:both;">
<div class="row mb40">
<div class="col-md-3 mb5">
Name
</div>
<div class="col-md-4 mb5">
<input type="text" class="form-control1" id="T1" maxlength= "100" title = "Name" placeholder="Name">
</div>
</div>
<div class="row mb40" >
<div class="col-md-3 mb5">
Date of Birth
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T2" maxlength= "10" title = 'Date of Birth in "dd/mm/yyyy" Format' placeholder="Date of Birth" onkeyup = "dmydateformat(event,this.id);">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Age as on date of advertisement
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T3" maxlength= "2" title = "Age as on date of advertisement" placeholder="Advertisement">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Place of Birth
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T4" maxlength= "20" title = "Place of Birth" placeholder="Place of Birth">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Father's Name
</div>
<div class="col-md-4 mb5">
<input type="text" class="form-control1" id="T5" maxlength= "100" title = "Father's Name" placeholder="Father's Name">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Mother's Name
</div>
<div class="col-md-4 mb5">
<input type="text" class="form-control1" id="T6" maxlength= "100" title = "Mother's Name" placeholder="Mother's Name">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Religion
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T7" maxlength= "10" title = "Religion" placeholder="Religion">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Nationality
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T8" maxlength= "10" title = "Nationality" placeholder="Nationality">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5">
Gender
</div>
<div class="col-md-2 mb5">
<select class="form-control1" id="T9" title = "Gender" >
<option value = "Male">Male</option>
<option value = "Female">Female</option>
</select>
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" style="margin-top:8px;">
Category
</div>
<div class="col-md-2 mb5">
<select class="form-control1" id="S3" title = "Category" style="margin-top:8px;"></select>
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
Marital Status
</div>
<div class="col-md-2 mb5">
<select class="form-control1" id="T11" title = "Martial Status">
<option value = "Single">Single</option>
<option value = "Married">Married</option>
</select>
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
If physical challenged,indicate relevant particulars
</div>
<input type="radio" name="fqualify" id="T12" title = "physical challenged,indicate" onclick="enableappeared(this.id)" value="T" onclick="enableappeared(this.value)" />
<td class="col-md-2 mb5">Yes
<input type="radio" name="fqualify" id="T13" checked="checked" onclick="enableappeared(this.id)" value="F"/>
No </td>
</div>
<div id = "TDISABILITY" class="row mb40">
<div class="col-md-3 mb5" >
Type of Disability
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T14" title = "Type of Disability" placeholder="">
</div>
</div>
<div id = "PDISABILITY" class="row mb40">
<div class="col-md-3 mb5" >
Percentage of Disability
</div>
<div class="col-md-2 mb5">
<input type="text" class="form-control1" id="T15" title = "Percentage of Disability" placeholder="">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
Address for Correspondence
</div>
<div class="col-md-2 mb5">
<input type='text' maxlength='50' id='T16' title = "Address for Correspondence" style="width:280px; padding:2px;" /><br>
<input type='text' maxlength='50' id='T17' title = "Address for Correspondence" style="width:280px; padding:2px;" /><br>
<input type='text' maxlength='50' id='T18' title = "Address for Correspondence" style="width:280px; padding:2px;" /><br>
<input type='text' maxlength='50' id='T19' title = "Address for Correspondence" style="width:280px; padding:2px;" /><br>
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
Permanent Address
</div>
<div class="col-md-2 mb5">
<input type='text' maxlength='50' id='T20' title = "Permanent Address" style="width:280px; padding:2px;" /><br>
<input type='text' maxlength='50' id='T21' title = "Permanent Address" style="width:280px; padding:2px;" /><br>
<input type='text' maxlength='50' id='T22' title = "Permanent Address" style="width:280px; padding:2px;" /><br>
<input type='text' maxlength='50' id='T23' title = "Permanent Address" style="width:280px; padding:2px;" /><br>
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
Email Id
</div>
<div class="col-md-4 mb5">
<input type="text" class="form-control1" id="T24" title = "Email Id" maxlength = '50' placeholder="Email Id">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
Phone No.
</div>
<div class="col-md-3 mb5">
<input type="text" class="form-control1" id="T25" title = "Phone No." onkeypress="return acceptNumbersOnlyForModule(event);" maxlength = '15' placeholder="Phone No.">
</div>
</div>
<div class="row mb40">
<div class="col-md-3 mb5" >
Mobile No.
</div>
<div class="col-md-3 mb5">
<input type="text" class="form-control1" id="T26" title = "Mobile No." onkeypress="return acceptNumbersOnlyForModule(event);" maxlength = '12' placeholder="Mobile No.">
</div>
</div>
<div style = "margin-left:2px;" class="row mb40">
<div>
<h5>Languages Known</h5>
</div>
<table class="table table-bordered" id="languageknowntable" style="width:900px">
<thead>
<tr>
<th style="width:430px;">Spoken</th>
<th style="width:430px;">Written</th>
<th style="width:20px;">Del.</th>
</tr>
</thead>
<tbody id = "lanknown">
<tr>
<td><input type="text" id = "1HT1" class="form-control1" name ="language"/></td>
<td><input type="text" id = "1HT2" class="form-control1"/></td>
<td><input type="hidden" id = "1HT3" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div style="text-align:right;margin:5px 30px;padding-bottom:40px;">
<button onclick ="addlanguagesdet()">Click to add more details +</button>
</div>
</div>
<div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="savepersonaldetails()">Submit</button>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-content">
<h4><b>Educational details</b></h4>
<div class="tab-content-body">
<div>
<h5>Attach self-attested photocopies of documents</h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th ></th>
<th style="width:300px;">Name of the Board / University</th>
<th style="width:80px;">Year</th>
<th style="width:80px;">Max. Marks</th>
<th style="width:80px;">Sec. Marks</th>
<th style="width:80px;">Percentage / CGPA </th>
<th style="width:150px;">Division</th>
<th style="width:200px;">Subjects studied</th>
</tr>
</thead>
<tbody>
<tr>
<th>Metriculation(10<sup>th</sup>)</th>
<td><input type="text" id = "T28" maxlength = 100 class="form-control1"/></td>
<td><input type="text" id = "T29" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T30" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T31" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' onblur = "getpersentage(this.id,'T30','T32')" class="form-control1"/></td>
<td><input type="text" id = "T32" maxlength = 8 disabled class="form-control1"/></td>
<td><input type="text" id = "T33" maxlength = 20 class="form-control1"/></td>
<td><input type="text" id = "T34" maxlength = 100 class="form-control1"/></td>
</tr>
<tr>
<th>Higher Secondary / Intermediate(10+2)</th>
<td><input type="text" id = "T35" maxlength = 100 class="form-control1"/></td>
<td><input type="text" id = "T36" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T37" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T38" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' onblur = "getpersentage(this.id,'T37','T39')" class="form-control1"/></td>
<td><input type="text" id = "T39" maxlength = 8 onkeypress='return acceptNumbersOnlyForModule(event);' disabled class="form-control1"/></td>
<td><input type="text" id = "T40" maxlength = 20 class="form-control1"/></td>
<td><input type="text" id = "T41" maxlength = 100 class="form-control1"/></td>
</tr>
<tr>
<th rowspan=2>Bachelor’s degree</th>
<td colspan='7'><select class="form-control1" id="TBA42" title = "Bachelor’s degree" style="margin-top:8px;"></select></td>
</tr>
<tr>
<td><input type="text" id = "T42" maxlength = 100 class="form-control1"/></td>
<td><input type="text" id = "T43" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T44" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T45" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' onblur = "getpersentage(this.id,'T44','T46')" class="form-control1"/></td>
<td><input type="text" id = "T46" maxlength = 8 disabled class="form-control1"/></td>
<td><input type="text" id = "T47" maxlength = 20 class="form-control1"/></td>
<td><input type="text" id = "T48" maxlength = 100 class="form-control1"/></td>
</tr>
<tr>
<th rowspan=2>Master's degree</th>
<td colspan='7'><select class="form-control1" id="T49" title = "Master's degree" style="margin-top:8px;"></select></td>
</tr>
<tr>
<td><input type="text" id = "T50" maxlength = 100 class="form-control1"/></td>
<td><input type="text" id = "T51" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T52" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T53" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' onblur = "getpersentage(this.id,'T52','T54')" class="form-control1"/></td>
<td><input type="text" id = "T54" maxlength = 8 disabled class="form-control1"/></td>
<td><input type="text" id = "T55" maxlength = 20 class="form-control1"/></td>
<td><input type="text" id = "T56" maxlength = 100 class="form-control1"/></td>
</tr>
<tr>
<th rowspan='2'>M.Phil. in</th>
<td><input type="text" id = "T57" maxlength = 100 class="form-control1"/></td>
<td><input type="text" id = "T58" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T59" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T60" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' onblur = "getpersentage(this.id,'T59','T61')" class="form-control1"/></td>
<td><input type="text" id = "T61" maxlength = 8 disabled class="form-control1"/></td>
<td><input type="text" id = "T62" maxlength = 20 class="form-control1"/></td>
<td><input type="text" id = "T63" maxlength = 100 class="form-control1"/></td>
</tr>
<tr>
<th colspan='7'>Topic of the M.Phil. Dissertation:<input id = "T64" maxlength = 100 class="form-control1" style=""></th>
</tr>
<tr>
<th>Ph.D.*</th>
<td><input type="text" id = "T65" class="form-control1"/></td>
<td><input type="text" id = "T66" class="form-control1"/></td>
<th colspan='7'>Topic of the Thesis:<input id = "T67" maxlength = 100 class="form-control1" style=""></th>
</tr>
<tr>
<th>Any other</th>
<td><input type="text" id = "T68" maxlength = 100 class="form-control1"/></td>
<td><input type="text" id = "T69" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T70" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' class="form-control1"/></td>
<td><input type="text" id = "T71" maxlength = 4 onkeypress='return acceptNumbersOnlyForModule(event);' onblur = "getpersentage(this.id,'T70','T72')" class="form-control1"/></td>
<td><input type="text" id = "T72" maxlength = 8 disabled class="form-control1"/></td>
<td><input type="text" id = "T73" maxlength = 20 class="form-control1"/></td>
<td><input type="text" id = "T74" maxlength = 100 class="form-control1"/></td>
</tr>
<tr>
<th>Details of JRF/NET/SLET</th>
<th>Year Qualified</th>
<th colspan='6'>Subject</th>
</tr>
<tr>
<th>JRF</th>
<td><input type="text" id = "T75" maxlength = 100 class="form-control1"/></td>
<td colspan='6'><input type="text" id = "T76" class="form-control1"/></td>
</tr>
<tr>
<th>NET</th>
<td><input type="text" id = "T77" maxlength = 100 class="form-control1"/></td>
<td colspan='6'><input type="text" id = "T78" class="form-control1"/></td>
</tr>
<tr>
<th>SLET</th>
<td><input type="text" id = "T79" maxlength = 100 class="form-control1"/></td>
<td colspan='6'><input type="text" id = "T80" class="form-control1"/></td>
</tr>
</tbody>
</table>
<h5><b>* Certificate regarding PhD Degree as per UGC Norms Signed by VC/PVC/Dean</b></h5>
<br>
<div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="saveeducationaldetails()">Submit</button>
</center>
</div>
</div>
</div>
</div>
<div class="tab-content" style="display:;">
<h4><b>Experience Details</b></h4>
<div class="tab-content-body">
<div>
<h5>Present Assignment</h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:350px;">Designation</th>
<th style="width:300px;">Employer<br>(Name of the Organisation)</th>
<th style="width:100px;">Date of Joining</th>
<th style="width:150px;">Nature of Appointment</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" id = "T81" class="form-control1"/></td>
<td><input type="text" id = "T82" class="form-control1"/></td>
<td><input type="text" id = "T83" class="form-control1"/></td>
<td><select type="text" id = "T84" class="form-control1">
<option value="Adhoc">Adhoc</option>
<option value="Temporary">Temporary</option>
<option value="Permanent">Permanent</option>
<option value="Contractual">Contractual</option>
</select></td>
</tr>
</tbody>
</table>
<div>
<h5>Salary Details(In Rs.per Month)</h5>
</div>
<table class="table table-bordered" >
<tr>
<th style="width:100px;">Basic Pay </th>
<th style="width:100px;">Pay Band </th>
<th style="width:100px;">GP/AGP </th>
<th style="width:100px;">Gross Salary </th>
<th style="width:100px;">Increment Date (Date/Month)</th>
</tr>
<tbody>
<tr>
<td><input type="text" id = "T85" class="form-control1"/></td>
<td><input type="text" id = "T86" class="form-control1"/></td>
<td><input type="text" id = "T87" class="form-control1"/></td>
<td><input type="text" id = "T88" class="form-control1"/></td>
<td><input type="text" id = "T89" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div>
<h5>Important / unique contribution(s) in the present assignment:</h5>
<textarea style="width:100%;" id = "T90" ></textarea>
</div>
<div>
<h5>Past Work Experience ( Please start from first appointment to the present position).</h5>
</div>
<table class="table table-bordered" id="pastexptable">
<thead>
<tr>
<th style="width:1000px;" rowspan=2>Post held</th>
<th style="width:150px;" rowspan=2>Pay scale/Band</th>
<th style="width:150px;" rowspan=2>Basic Pay p.m. (Rs)</th>
<th style="width:150px;" rowspan=2>Gross Salary p.m.</th>
<th style="width:550px;" rowspan=2>Employer (Name & address of the Organisation</th>
<th colspan='3' >Experience</th>
<th style="width:250px;" rowspan=2>Nature of assignment</th>
<th style="width:30px;" rowspan=2>Del</th>
</tr>
<tr>
<th style="width:100px;" >From</th>
<th style="width:100px;">To</th>
<th style="width:100px;">Total</th>
</tr>
</thead>
<tbody id="pastworkr1">
<tr >
<td><input type="text" id = "1AT1" class="form-control1" name="pastworkexp"/></td>
<td><input type="text" id = "1AT2" class="form-control1"/></td>
<td><input type="text" id = "1AT3" class="form-control1"/></td>
<td><input type="text" id = "1AT4" class="form-control1"/></td>
<td><input type="text" id = "1AT5" class="form-control1"/></td>
<td><input type="text" id = "1AT6" class="form-control1"/></td>
<td><input type="text" id = "1AT7" class="form-control1"/></td>
<td><input type="text" id = "1AT8" class="form-control1"/></td>
<td><input type="text" id = "1AT9" class="form-control1"/></td>
<td><input type="hidden" id="1AT10"/></td>
</tr>
</tbody>
</table>
<div style="text-align:right;margin:5px 10px;padding-bottom:50px;">
<button onclick ="addexpdet()">Click to add more details +</button>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:200px;">Total Teaching Experience in years on the date of advertisement</th>
<th style="width:200px;">Years of Teaching Experience of PG classes only</th>
<th style="width:200px;">Years of Teaching Experience of UG classes only</th>
<th style="width:200px;">Years of Teaching Experience of UG and PG classes Together</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" id = "T148" class="form-control1"/></td>
<td><input type="text" id = "T149" class="form-control1"/></td>
<td><input type="text" id = "T150" class="form-control1"/></td>
<td><input type="text" id = "T151" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div>
<h5>Have been any time is being punished under law(Yes/No):</h5>
<textarea style="width:100%;" id = "T345"></textarea>
</div>
<br><div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="saveworkexperiencedetails()">Submit</button>
</center>
</div>
</div>
</div>
</div>
<div class="tab-content" style="display:;">
<h4>Research Experience</h4>
<div class="tab-content-body">
<div>
<h5>Research Experience after obtaining Ph.D.:</h5>
</div>
<table class="table table-bordered" id="researchexptable">
<thead>
<tr>
<th style="width:200px;" rowspan=2>Position held</th>
<th style="width:200px;" rowspan=2>Emoluments(per month)</th>
<th style="width:200px;" rowspan=2>Name of the University/Institution</th>
<th colspan='3' >Period of Work</th>
<th style="width:30px;" rowspan=2>Del.</th>
</tr>
<tr>
<th style="width:100px;" >From</th>
<th style="width:100px;">To</th>
<th style="width:100px;">No. of Years</th>
</tr>
</thead>
<tbody id="resexp1">
<tr>
<td><input type="text" id = "1BT1" class="form-control1" name="researchexp"/></td>
<td><input type="text" id = "1BT2" class="form-control1"/></td>
<td><input type="text" id = "1BT3" class="form-control1"/></td>
<td><input type="text" id = "1BT4" class="form-control1"/></td>
<td><input type="text" id = "1BT5" class="form-control1"/></td>
<td><input type="text" id = "1BT6" class="form-control1"/></td>
<td><input type="hidden" id="1BT7"</td>
</tr>
</tbody>
</table>
<div style="text-align:right;margin:5px 10px;padding-bottom:50px;">
<button onclick ="addresearchexp()">Click to add more details +</button>
</div>
<div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="saveresearchdetails()">Submit</button>
</center>
</div>
</div>
</div>
</div>
<div class="tab-content" style="display:;">
<h4>Any other Experiences</h4>
<div class="tab-content-body">
<div class="panel panel-widget">
<div class="row mb40">
<div class="col-md-8 mb5">
<h5>Any other Experience/Achievements/ Qualifications relevant to the post applied for </h5>
</div>
</div>
<div class="row mb40">
<div class="col-md-8 mb5">
<textarea rows="15" cols="120" id = "S23" style = "text-align:left" title = "Any other Experience/Achievements/ Qualifications" >
</textarea>
</div>
</div>
</div>
<div class="panel panel-widget">
<div class="row mb40">
<div class="col-md-5 mb5">
</div>
</div>
<div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_0 btn-lg btn-info" onclick="saveDetailsofOtherExp()">Submit</button>
</center>
</div>
</div>
</div>
</div>
</div>
<div class="tab-content" style="display:;">
<h4>Refresh Courses/Orientation</h4>
<div class="tab-content-body">
<div style = "margin-left:2px;" class="row mb40">
<div>
<h5> Details of Refresh Courses/Orientation/Researching Methodology Workshop(2-3 weeks) Attended </h5>
</div>
<table class="table table-bordered" id="orientationprgms" >
<thead>
<tr>
<th style="width:450px;" rowspan="2">Name of the Institutions/Uni.</th>
<th style="width:450px;" rowspan="2">Refresh Courses/Orientation/Researching Methodology Workshop</th>
<th style="width:350px;" rowspan="2">Name of the Sponsored </th>
<th style="width:100px;" colspan="2">Attended Date</th>
<th style="width:150px;"rowspan="2" >Remarks</th>
<th style="width:30px;">Del.</th>
</tr>
<tr>
<th style="width:100px;">From</th>
<th style="width:100px;">To</th>
</thead>
<tbody id="orientprgs">
<tr>
<td><input type="text" id = "1DT1" class="form-control1" name ="orientationdet"/></td>
<td><input type="text" id = "1DT2" class="form-control1"/></td>
<td><input type="text" id = "1DT3" class="form-control1"/></td>
<td><input type="text" id = "1DT4" class="form-control1"/></td>
<td><input type="text" id = "1DT5" class="form-control1"/></td>
<td><input type="text" id = "1DT6" class="form-control1"/></td>
<td><input type = "hidden" id = "1DT7"/></td>
</tr>
</tbody>
</table>
<div style="text-align:right;margin:5px 10px;padding-bottom:50px;">
<button onclick ="addorientationdet()">Click to add more details +</button>
</div>
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="saveorientationdetails()">Submit</button>
</center>
</div>
</div>
</div>
</div>
<div class="tab-content" >
<h4>Details of Foreign visit</h4>
<div class="tab-content-body">
<div>
<h5>Attach self-attested photocopies of documents</h5>
</div>
<table class="table table-bordered" id="foreignvisittable" >
<thead>
<tr>
<th style="width:270px;text-align:center;" rowspan=2>Countries visited</th>
<th style="width:350px;text-align:center;" rowspan=2>Purpose of visit</th>
<th colspan=3 style="text-align:center;">Duration</th>
<th style="width:100px;" rowspan=2>Period</th>
<th style="width:30px;" rowspan=2>Del.</th>
</tr>
<tr>
<th style="width:70px;" >From</th>
<th style="width:70px;">To</th>
<th style="width:70px;">Total</th>
</tr>
</thead>
<tbody id="foreigndet">
<tr>
<td ><input type="text" id = "1IT1" title = "Countries visited" class="form-control1" name="foreignvisit"/></td>
<td ><input type="text" id = "1IT2" title = "Purpose of visit" class="form-control1"/></td>
<td ><input type="text" id = "1IT3" title = "Duration From" class="form-control1"/></td>
<td ><input type="text" id = "1IT4" title = "Duration To" class="form-control1"/></td>
<td ><input type="text" id = "1IT5" title = "Duration Total"class="form-control1"/></td>
<td><input type="text" id = "1IT6" title = "Period" class="form-control1"/></td>
<td><input type = "hidden" id="1IT7" value = "F" /></td>
</tr>
</tbody>
</table>
<div style="text-align:right;margin:5px 10px;padding-bottom:50px;">
<button onclick ="addforeignvisitdet()">Click to add more details +</button>
</div>
<div class="panel panel-widget">
<div class="row mb40">
<div class="col-md-5 mb5">
</div>
</div>
<div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_0 btn-lg btn-info" onclick="saveDetailsofForeignvisit()">Submit</button>
</center>
</div>
</div>
</div>
</div>
</div>
<!-- end of foreign -->
<div class="tab-content" >
<h4>References</h4>
<div class="tab-content-body">
<div class="row mb40">
<div class="col-md-10 mb5">
<h5>References: Please provide names of three persons who are not related and are familiar with the work/professional experience/accomplishments </h5>
</div>
</div>
<table class="table table-bordered" >
<tbody>
<tr>
<th ></th>
<th style="width:270px;text-align:center;" >1</th>
<th style="width:270px;text-align:center;" > 2</th>
<th style="width:270px;text-align:center;" >3</th>
</tr>
<tr>
<th style="width:270px;text-align:left;" rowspan=1>Name</th>
<td ><input type="text" id = "S24" title = "Name" class="form-control1"/></td>
<td ><input type="text" id = "S25" title = "Name" class="form-control1"/></td>
<td ><input type="text" id = "S26" title = "Name" class="form-control1"/></td>
</tr>
<tr>
<th style="width:270px;text-align:left;" rowspan=1>Contact Address</th>
<td >
<textarea rows="2" cols="34" id = "S27" title = "Contact Address" >
</textarea>
</td>
<td >
<textarea rows="2" cols="34" id = "S28" title = "Contact Address" >
</textarea>
</td>
<td >
<textarea rows="2" cols="34" id = "S29" title = "Contact Address" >
</textarea>
</td>
</tr>
<tr>
<th style="width:270px;text-align:left;" rowspan=1>Email</th>
<td ><input type="text" id = "S30" maxlength = 50 class="form-control1" title = "Email" /></td>
<td ><input type="text" id = "S31" maxlength = 50 class="form-control1" title = "Email" /></td>
<td ><input type="text" id = "S32" maxlength = 50 class="form-control1" title = "Email" /></td>
</tr>
<tr>
<th style="width:270px;text-align:left;" rowspan=1>Phone (landline) With STD Code</th>
<td ><input type="text" id = "S33" maxlength = 15 title = "Phone (landline) With STD Code" class="form-control1"/></td>
<td ><input type="text" id = "S34" maxlength = 15 title = "Phone (landline) With STD Code" class="form-control1"/></td>
<td ><input type="text" id = "S35" maxlength = 15 title = "Phone (landline) With STD Code" class="form-control1"/></td>
</tr>
<tr>
<th style="width:270px;text-align:left;" rowspan=1>Mobile Phone No.</th>
<td ><input type="text" id = "S36" maxlength = 12 title = "Mobile Phone no." class="form-control1"/></td>
<td ><input type="text" id = "S37" maxlength = 12 title = "Mobile Phone no." class="form-control1"/></td>
<td ><input type="text" id = "S38" maxlength = 12 title = "Mobile Phone no." class="form-control1"/></td>
</tr>
<tr>
<th style="width:270px;text-align:left;" rowspan=2>Fax with STD Code</th>
<td ><input type="text" id = "S39" maxlength = 25 title = "Fax with STD code." class="form-control1"/></td>
<td ><input type="text" id = "S40" maxlength = 25 title = "Fax with STD code." class="form-control1"/></td>
<td ><input type="text" id = "S41" maxlength = 25 title = "Fax with STD code." class="form-control1"/></td>
</tr>
</tbody>
</table>
<div class="row mb40">
<div class="col-md-10 mb5">
<center>
<button type="submit" class="btn btn_3 btn-lg btn-info" onclick="savereferences()">Submit</button>
</center>
</div>
</div>
</div>
</div>
<div class="tab-content" style="display:;">
<h4>CATEGORY I - TEACHING, LEARNING AND EVALUATION RELATED ACTIVITIES</h4>
<div class="tab-content-body">
<div>
<h5>Assistant Prof/ Associate Prof/ Professor</h5>
</div>
<table class="table table-bordered" style="" >
<thead>
<tr>
<th style="width:400px;text-align:center">Nature of Activity</th>
<th style="width:50px;text-align:center">Actual Hours Spent ÷ 10</th>
<th style="width:50px; text-align:center">Self Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>a. Direct Teaching <b>*</b></td>
<td><input type="text" id = "T501" class="form-control1"/></td>
<td><input type="text" id = "T502" class="form-control1"/></td>
</tr>
<tr>
<td>b.Examination duties (question paper setting, Invigilation, evaluation of answer scripts) as per allotment</td>
<td><input type="text" id = "T503" class="form-control1"/></td>
<td><input type="text" id = "T504" class="form-control1"/></td>
</tr>
<tr>
<td>c.Innovative Teaching - learning methodologies, updating of subject contents/courses, mentoring etc.</td>
<td><input type="text" id = "T505" class="form-control1"/></td>
<td><input type="text" id = "T506" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center"><b>Total</b></td>
<td><input type="text" id = "T507" class="form-control1"/></td>
<td><input type="text" id = "T508" class="form-control1"/></td>
</tr>
</tbody>
</table>
<h6><b>* Actual Hours Spent ÷ 7.5(Assistant Professor) and 7.75(Associate & Professor)</b></h6>
<div>
<br>
<h5>CATEGORY II - PROFESSIONAL DEVELOPMENT,CO-CURRICULAR AND EXTENSION ACTIVITIES</h5>
</div>
<table class="table table-bordered" style="">
<thead>
<tr>
<th style="width:450px; text-align:center;">Nature of Activity</th>
<th style="width:50px;text-align:center">Actual Hours Spent ÷ 10</th>
<th style="width:50px;text-align:center">Self Score</th>
</tr>
</thead>
<tbody>
<tr>
<td >a. Student related co-curricular, extension and field based activities.
<ul style="padding-left:20px;">
<li>Discipline related co-curricular activities (e.g. remedial classes, career counselling, study visit, student seminar and other events).</li>
<li>Other co-curricular activities (Cultural, Sports, NSS, NCC etc).</li>
<li>Extension and dissemination activities (public /popular lectures/talks/seminars etc.)</li>
</ul>
</td>
<td><input type="text" id = "T509" class="form-control1"/></td>
<td><input type="text" id = "T510" class="form-control1"/></td>
</tr>
<tr>
<td> b. Contribution to corporate life and management of the department and institution through participation in academic and administrative committees and responsibilities.
<ul style="padding-left:20px;">
<li>Administrative responsibility (including as Dean/ Principal /Chairperson/Convener/Teacher-in-charge/similar other duties that require regular office hrs for its discharge).</li>
<li>Participation in Board of Studies, Academic and Administrative Committees/li>
</ul>
</td>
<td><input type="text" id = "T511" class="form-control1"/></td>
<td><input type="text" id = "T512" class="form-control1"/></td>
</tr>
<tr>
<td>c. Professional Development activities (such as participation in seminars, conferences, short term training courses, industrial experience, talks, lectures in refresher / faculty development courses, dissemination and general articles and any other contribution)</td>
<td><input type="text" id = "T513" class="form-control1"/></td>
<td><input type="text" id = "T514" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td><input type="text" id = "T515" class="form-control1"/></td>
<td><input type="text" id = "T516" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div>
<br>
<h5>CATEGORY-IIIA: RESEARCH AND ACADEMIC CONTRIBUTIONS</h5>
</div>
<table class="table table-bordered">
<th>
<input type="checkbox" name="fqualify" id="T517" onclick="enableappeared(this.id)"/> Faculty of Sciences/Engineering/Agriculture/ Medical/Veterinary Sciences<br>
<input type="checkbox" name="fqualify" id="T518" onclick="enableappeared(this.id)" /> Faculties of Languages/ Humanities/Arts/ Social Sciences/Library/ Physical education/Management <br>
* Tick mark the faculty to which you belong<br>
# As approved by the University/UGC and posted on its website. The List will be intimated to UGC.<br>
Complete list of published with ISDN/ISSN status, impact factor etc. be submitted alongwith reprinted separately.
</th>
</table>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:450px;" rowspan="2" >Activity</th>
<th style="width:150px; text-align:center;" colspan="2">Particulars</th>
<th style="width:100px" rowspan="2">Self Score</th>
</tr>
<tr>
<th style="width:100px;" colspan="2">No. of Publication</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="2">a. Research Papers Published in Referred Journals #</td>
<td>single authorship</td>
<td><input type="text" id = "T519" class="form-control1"/></td>
<td><input type="text" id = "T520" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T521" class="form-control1"/></td>
<td><input type="text" id = "T522" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">b. Research Papers Published in other Reputed Journals #</td>
<td>single authorship</td>
<td><input type="text" id = "T523" class="form-control1"/></td>
<td><input type="text" id = "T524" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T525" class="form-control1"/></td>
<td><input type="text" id = "T526" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td></td>
<td><input type="text" id = "T527" class="form-control1"/></td>
<td><input type="text" id = "T528" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div>
<br>
<h5>CATEGORY-III-B: </h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:450px;" rowspan="2" >Activity</th>
<th style="width:150px; text-align:center;" colspan="2">Particulars</th>
<th style="width:100px" rowspan="2">Self Score</th>
</tr>
<tr>
<th style="width:100px;" colspan="2">No. of Publication</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="2">a. Text/Reference,Books published by International Publishers, with ISBN/ISSN number #</td>
<td>single authorship</td>
<td><input type="text" id = "T529" class="form-control1"/></td>
<td><input type="text" id = "T530" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T531" class="form-control1"/></td>
<td><input type="text" id = "T532" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">b. Subject Books, published by National level Publishers, with ISBN/ISSN number or State/Central Govt. Publications #</td>
<td>single authorship</td>
<td><input type="text" id = "T533" class="form-control1"/></td>
<td><input type="text" id = "T534" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T535" class="form-control1"/></td>
<td><input type="text" id = "T536" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">c. Subject Books, published by National level Publishers, with ISBN/ISSN number or State/Central Govt. Publications #</td>
<td>single authorship</td>
<td><input type="text" id = "T537" class="form-control1"/></td>
<td><input type="text" id = "T538" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T539" class="form-control1"/></td>
<td><input type="text" id = "T540" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">d.Subject Books, published by other local publishers, with ISBN/ISSN number#</td>
<td>single authorship</td>
<td><input type="text" id = "T541" class="form-control1"/></td>
<td><input type="text" id = "T542" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T543" class="form-control1"/></td>
<td><input type="text" id = "T544" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">e.Chapters in Books, published by National and International level publishers, with ISBN/ISSN number #</td>
<td>single authorship</td>
<td><input type="text" id = "T545" class="form-control1"/></td>
<td><input type="text" id = "T546" class="form-control1"/></td>
</tr>
<tr>
<td>shared authorship</td>
<td><input type="text" id = "T547" class="form-control1"/></td>
<td><input type="text" id = "T548" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td></td>
<td><input type="text" id = "T549" class="form-control1"/></td>
<td><input type="text" id = "T550" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div>
<br>
<h5>CATEGORY-III-C:Research Projects</h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:450px;" >Activity</th>
<th style="width:250px; text-align:center;" colspan="3">Particulars</th>
<th style="width:100px">Self Score</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">i. Sponsored Projects</td>
<td>i. No. of Major Projects with grants above Rs. 30 lakhs / Rs. 5 Lakhs</td>
<td></td>
<td><input type="text" id = "T551" class="form-control1"/></td>
<td><input type="text" id = "T552" class="form-control1"/></td>
</tr>
<tr>
<td>ii.No. of Major Projects with grants above Rs. 5 lakhs up to Rs. 30 lakhs <br>Rs. 3 lakhs up to Rs. 5 lakhs</td>
<td></td>
<td><input type="text" id = "T553" class="form-control1"/></td>
<td><input type="text" id = "T554" class="form-control1"/></td>
</tr>
<tr>
<td style="colspan=3">iii.No. of Minor Projects with grants above </td><td>Rs. 1 lakh up to Rs. 5 lakhs <br>Rs. 1 lakh up to Rs. 3 lakhs </td>
<td><input type="text" id = "T557" class="form-control1"/></td>
<td><input type="text" id = "T557" class="form-control1"/></td>
</tr>
<tr>
<td >ii. Consultancy Projects</td>
<td>Amount mobilized with a minimum of Rs.10 lakhs/ Rs. 2 lakhs</td>
<td></td>
<td><input type="text" id = "T559" class="form-control1"/></td>
<td><input type="text" id = "T560" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">iii. Projects Outcome / Outputs</td>
<td >Patent / Technology transfer / Product / Process </td>
<td>International / National</td>
<td><input type="text" id = "T561" class="form-control1"/></td>
<td><input type="text" id = "T562" class="form-control1"/></td>
</tr>
<tr>
<td >Major Policy document prepared for international bodies like WHO/UNO/UNESCO/UNICEF etc.Central / State Govt./Local Bodies</td>
<td>International / National</td>
<td><input type="text" id = "T564" class="form-control1"/></td>
<td><input type="text" id = "T564" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td></td>
<td></td>
<td><input type="text" id = "T565" class="form-control1"/></td>
<td><input type="text" id = "T566" class="form-control1"/></td>
</tr>
</tbody>
</table>
<div>
<br>
<h5>CATEGORY-III-D:Research Guidance</h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:450px;" >Activity</th>
<th style="width:150px; text-align:center;" colspan="2">Particulars</th>
<th style="width:100px">Self Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>i. M.Phil </td>
<td>Degree Awarded</td>
<td><input type="text" id = "T567" class="form-control1"/></td>
<td><input type="text" id = "T568" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="2">ii.Ph.D </td>
<td>Thesis Submitted</td>
<td><input type="text" id = "T569" class="form-control1"/></td>
<td><input type="text" id = "T570" class="form-control1"/></td>
</tr>
<tr>
<td>Awarded</td>
<td><input type="text" id = "T571" class="form-control1"/></td>
<td><input type="text" id = "T572" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td></td>
<td><input type="text" id = "T573" class="form-control1"/></td>
<td><input type="text" id = "T574" class="form-control1"/></td>
</tr>
</table>
<div>
<br>
<h5>CATEGORY-III-E: Fellowships, Awards and Invited lectures delivered in conferences / seminars</h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:450px;" >Activity</th>
<th style="width:150px; text-align:center;" colspan="2">Particulars</th>
<th style="width:100px">Self Score</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">i. Fellowships / Awards</td>
<td>International</td>
<td><input type="text" id = "T575" class="form-control1"/></td>
<td><input type="text" id = "T576" class="form-control1"/></td>
</tr>
<tr>
<td>National</td>
<td><input type="text" id = "T577" class="form-control1"/></td>
<td><input type="text" id = "T578" class="form-control1"/></td>
</tr>
<tr>
<td>State/ University </td>
<td><input type="text" id = "T579" class="form-control1"/></td>
<td><input type="text" id = "T580" class="form-control1"/></td>
</tr>
<tr>
<td rowspan="3">ii.Invited lectures / papers</td>
<td>International Level</td>
<td><input type="text" id = "T581" class="form-control1"/></td>
<td><input type="text" id = "T582" class="form-control1"/></td>
</tr>
<tr>
<td>National Level</td>
<td><input type="text" id = "T583" class="form-control1"/></td>
<td><input type="text" id = "T584" class="form-control1"/></td>
</tr>
<tr>
<td>State/ University Level</td>
<td><input type="text" id = "T585" class="form-control1"/></td>
<td><input type="text" id = "T586" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td></td>
<td><input type="text" id = "T587" class="form-control1"/></td>
<td><input type="text" id = "T588" class="form-control1"/></td>
</tr>
</table>
<div>
<br>
<h5>CATEGORY-III-F: The score under this sub-category shall be restricted to 20% of the minimum fixed for Category III for any assessment period</h5>
</div>
<table class="table table-bordered" >
<thead>
<tr>
<th style="width:550px;" >Activity</th>
<th style="width:350px;">Particulars</th>
<th style="width:100px">Self Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>Development of e-learning delivery process/material</td>
<td><input type="text" id = "" class="form-control1"/></td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td style="text-align:center;"><b>Total</b></td>
<td><input type="text" id = "" class="form-control1"/></td>
<td><input type="text" id = "" class="form-control1"/></td>
<td></td>
</tr>
</table>
</div>
</div>
<div class="tab-content" style="display:;">
<h4>Documents Uploading</h4>
<div class="tab-content-body">
<form id='form_doc_upload' enctype='multipart/form-data' method='POST' action="#" >
<table class="table table-bordered" id="doc_table">
<thead>
<tr>
<th style="width:20px;">Sl.No.</th>
<th style="width:600px;">Documents</th>
<th style="width:80px;">Upload</th>
<th style="width:50px;">File Uploaded</th>
</tr>
</thead>
<!--<tbody>
<tr>
<td>1</td>
<td>Matric/ Secondary/High School (10th Class) Marks Sheet</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>2</td>
<td>Matric/Secondary/High School (10th Class) Certificate</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>3</td>
<td>Sr. Secondary/Intermediate (12th Class) Marks Sheet</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>4</td>
<td>Sr. Secondary/Intermediate (12th Class) High School Certificate</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>5</td>
<td>Bachelor's Degree Marks Sheet</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>6</td>
<td>Bachelors' Degree</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>7</td>
<td>Master's Degree Marks Sheet</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>8</td>
<td>Master's Degree</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>9</td>
<td>M. Phil. Marks Sheet</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>10</td>
<td>M. Phil Degree</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>11</td>
<td>Ph. D. Degree (Ph.D Degree Norms as per UGC Notification)</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>12</td>
<td>NET/SET</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>13</td>
<td>Category certificate (OBC category certificate not older than six months)</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>14</td>
<td>Experience Certificate(s) from previous employers</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>15</td>
<td>Endorsement from the present employer</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>16</td>
<td>API Score Sheet as per UGC Notification 2016</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
<tr>
<td>17</td>
<td>Any other</td>
<td><input type="text" id = "" class="form-control1"/></td>
</tr>
</tbody> -->
</table>
</form>
</div>
</div>
</div>
<!-- end of box -->
<!-- end of services -->
<section style="background: url(images/appfromHd.jpg) repeat 0 0;">
</section>
</div>
<!-- end of main -->
</div>
<!-- end of container -->
</div>
<!-- end of shell -->
</div>
<!-- end of wrappert -->
<script src="js/script.js"></script>
<script src="js/home.js" type="text/javascript"></script>
</body>
</html>
|