in body tag :
<!-- Start header -->
<!-- End Header -->
<!-- Start Log in Property -->
<div id="tabPanel_div" style="float:left; width:100%;height:auto;">
<!-- Nav tabs -->
<ul class="nav nav-tabs">
<li class="active"><a href="#home" data-toggle="tab">Teacher</a></li>
<li ><a href="#qualification" data-toggle="tab">Qualification </a></li>
<li ><a href="#subject" data-toggle="tab">Subject</a></li>
<li ><a href="#inserviceone" data-toggle="tab">In-Service 1</a></li>
<li ><a href="#inservicetwo" data-toggle="tab">In-Service 2</a></li>
<li><a href="#traininginfo" data-toggle="tab">Training </a></li>
<li><a href="#socioecono" data-toggle="tab">Socio-economic</a></li>
<li><a href="#qualititive" data-toggle="tab">Qualititive</a></li>
</ul>
</div>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="home">
<!-- Start 1st Tab content (Teacher) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px; background:#EEE;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">Teacher History</span>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%" cellpadding="1" cellspacing="1">
<tr>
<td width="20%" class="textAlignR">1. Teacher's name (BLOCK LETTER):</td>
<td colspan="5"><span class="panel-body" style="background: #ECECEC;padding:0px;">
<input style="height:26px;text-transform: lowercase;font-variant: small-caps; font-size:14px;" class="form-control input-sm" id="teacherName" name="teacherName" type="text" value="" />
</span></td>
<td width="2%"> </td>
<td width="15%"> </td>
</tr>
<tr>
<td class="textAlignR">A.Designation ( according to latest circulation ) :</td>
<td width="10%"><select class="form-control input-sm" id="designation" name="designation" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<s:iterator value="designationTypeList" status="status">
<option value="<s:property value='designation_id'/>"><s:property value="designation_name"/></option>
</s:iterator>
</select></td>
<td width="2%"> </td>
<td colspan="2" class="textAlignR">B.MPO Index/ID number :</td>
<td width="10%"><input style="height:26px;" class="form-control input-sm" id="mpoIndex" name="mpoIndex" type="text" value="" onKeyPress="return numbersonly(this, event)"/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="textAlignR">2. Gender :</td>
<td colspan="2" class="textAlignL">
<span><input id="genderOne" name="gender" type="radio" value="M" />Male</span>
<span><input id="genderTwo" name="gender" type="radio" value="F" />Female</span>
<span><input id="genderThree" name="gender" type="radio" value="O" />Others</span>
</td>
<td width="4%"> </td>
<td width="10%" class="textAlignR">Date of Birth :</td>
<td><input style="height:26px;" class="form-control input-sm" id="dob" name="dob" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="textAlignR">4. Home district :</td>
<td><select class="form-control input-sm" id="homeDistrict" name="homeDistrict" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<s:iterator value="districtTypeList" status="status">
<option value="<s:property value='district_code'/>"><s:property value="district_name"/></option>
</s:iterator>
</select></td>
<td> </td>
<td> </td>
<td class="textAlignR">5. Nationality :</td>
<td><select class="form-control input-sm" id="nationality" name="nationality" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<s:iterator value="nationalityTypeList" status="status">
<option value="<s:property value='country_id'/>"><s:property value="country_name"/></option>
</s:iterator>
</select></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="textAlignR">6. Religion :</td>
<td><select class="form-control input-sm" id="religion" name="religion" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<s:iterator value="religionTypeList" status="status">
<option value="<s:property value='religion_no'/>"><s:property value="religion_name"/></option>
</s:iterator>
</select></td>
<td> </td>
<td colspan="2" class="textAlignR">7. Marital status :</td>
<td colspan="3" class="textAlignL"> <span><input id="marritalStatusOne" name="marritalStatus" type="radio" value="Un" />Unmarried</span>
<span><input id="marritalStatusTwo" name="marritalStatus" type="radio" value="Ma" />Married</span>
<span><input id="marritalStatusThree" name="marritalStatus" type="radio" value="Wi" />Widow/Widower</span>
<span><input id="marritalStatusFour" name="marritalStatus" type="radio" value="Di" />Divorced</span>
<span><input id="marritalStatusFive" name="marritalStatus" type="radio" value="Se" />Seperate</span></td>
</tr>
<tr>
<td class="textAlignR">8. First joining in teaching :</td>
<td><input style="height:26px;" class="form-control input-sm" id="firstJoinDateTeach" name="firstJoinDateTeach" type="text" value=""/></td>
<td> </td>
<td colspan="2" class="textAlignR">9. Joining present post :</td>
<td><input style="height:26px;" class="form-control input-sm" id="joinPresentPost" name="joinPresentPost" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="textAlignR">10. Joining this institution :</td>
<td><input style="height:26px;" class="form-control input-sm" id="joinThisInstitute" name="joinThisInstitute" type="text" value=""/></td>
<td> </td>
<td colspan="2" class="textAlignR">11. Appointed for :</td>
<td colspan="3" class="textAlignL">
<input id="appointForOne" name="appointFor" type="radio" value="Se" />Secondary/Dakhil
<input id="appointForTwo" name="appointFor" type="radio" value="Vo" />Vocational</td>
</tr>
<tr>
<td class="textAlignR">12. Status of getting MPO :</td>
<td colspan="2" class="textAlignL">
<span><input id="statusGetMpoOne" name="statusGetMpo" type="radio" value="Ye" />Yes</span>
<span><input id="statusGetMpoTwo" name="statusGetMpo" type="radio" value="No" />No</span>
<span><input id="statusGetMpoThree" name="statusGetMpo" type="radio" value="Np" />Not applicable</span></td>
<td colspan="2" class="textAlignR">13. Date of getting MPO :</td>
<td><input style="height:26px;" class="form-control input-sm" id="dateGetMpo" name="dateGetMpo" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<div class="fontHeadTitleTwo">14. Salary and allowances ( In taka )</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%" >
<thead style="background:#CCC;">
<tr class="fontHeadTitleThree">
<td>Pay Scale</td>
<td>Basic Salary</td>
<td colspan="4" style="text-align:center;">Allowances</td>
<td>From Institution</td>
<td>Others</td>
</tr>
<thead>
<tr class="fontHeadTitleFour">
<td> </td>
<td> </td>
<td>House rent</td>
<td>Medical</td>
<td>Education</td>
<td>Conveyance</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><select class="form-control input-sm" id="payscale" name="payscale" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<s:iterator value="payscaleTypeList" status="status">
<option value="<s:property value='scale_id'/>"><s:property value="scale"/></option>
</s:iterator>
</select></td>
<td><input style="height:26px;" class="form-control input-sm" id="basicSalary" name="basicSalary" type="text" value=""/></td>
<td><input style="height:26px;" class="form-control input-sm" id="allowancesHouseRent" name="allowancesHouseRent" type="text" value=""/></td>
<td><input style="height:26px;" class="form-control input-sm" id="allowancesMedical" name="allowancesMedical" type="text" value=""/></td>
<td><input style="height:26px;" class="form-control input-sm" id="allowancesEducation" name="allowancesEducation" type="text" value=""/></td>
<td><input style="height:26px;" class="form-control input-sm" id="allowancesConveyance" name="allowancesConveyance" type="text" value=""/></td>
<td><input style="height:26px;" class="form-control input-sm" id="fromInstitute" name="fromInstitute" type="text" value=""/></td>
<td><input style="height:26px;" class="form-control input-sm" id="others" name="others" type="text" value=""/></td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="teacherHistory()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 1st Tab content (Teacher) -->
</div>
<div class="tab-pane" id="qualification">
<!-- Start 2nd Tab content ( Qualification ) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px;background:#EEE;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">Qualification History</span>
</div>
<div class="fontHeadTitleTwo">15.Educational qualification, division and group/subject :</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table class="table table-hover table-condensed" style="width: 100%;margin-bottom: 0px;">
<thead style=" background: #6AA2D1;">
<tr class="fontHeadTitleFour">
<td>SL</td>
<td>Degree/Exam Name</td>
<td>Major/Group</td>
<td>Institute & Board and University</td>
<td>Division//Class/Grade</td>
<td style="text-align:center;">Passing Year</td>
</tr>
</thead>
<tr>
<td>1</td>
<td style="text-align:center;"><select class="form-control input-sm" id="degreeExamName" name="degreeExamName" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<option value="1">Option One</option>
</select></td>
<td style="text-align:center;"><select class="form-control input-sm" id="majorGroup" name="majorGroup" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<option value="1">Option One</option>
</select></td>
<td style="text-align:center;"><select class="form-control input-sm" id="instituteBoardUnv" name="instituteBoardUnv" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<option value="1">Option One</option>
</select></td>
<td style="text-align:center;"><select class="form-control input-sm" id="divisionClassGrd" name="divisionClassGrd" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<option value="1">Option One</option>
</select></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="passingYear" name="passingYear" type="text" value=""/></td>
</tr>
<tr>
<td colspan="6" style="text-align:center;"><a href="#" class="btn btn-sm btn-primary" style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Add</a></td>
</tr>
</table>
</div>
<div class="fontHeadTitleTwo">16.Professional qualifiation,division, type of institution degree obtained and about in-service and pre-service</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table class="table table-hover table-condensed" style="width: 100%;margin-bottom: 0px;">
<thead style=" background: #6AA2D1;">
<tr class="fontHeadTitleFour">
<td>SL</td>
<td>Description</td>
<td>Div./Class/GPA </td>
<td> Degree obtained from </td>
<td colspan="2"> Degree obtained during </td>
</tr>
</thead>
<tr>
<td>1</td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="description" name="description" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="divClassGpa" name="divClassGpa" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="degreeObtainFrom" name="degreeObtainFrom" type="text" value=""/></td>
<td colspan="2" style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="degreeObtainDuring" name="degreeObtainDuring" type="text" value=""/></td>
</tr>
</table>
</div>
<div style="float:left; width:580px; height:auto;">
<div style="float:left; width:270px; height:auto;" class="textAlignR">17.Do you have NTRCA certificate ? </div>
<div style="float:left; width:300px; height:auto;" class="textAlignL"> <input id="ntrcaCertificateYes" name="ntrcaCertificate" type="radio" value="Y" />Yes<input id="ntrcaCertificateNo" name="ntrcaCertificate" type="radio" value="N" />No</div>
</div>
<div style="float:left; width:580px; height:auto; margin-top:2px;">
<div style="float:left; width:270px; height:auto;text-align:right;" class="textAlignR">Registration </div>
<div style="float:left; width:300px; height:auto;"> <input style="height:26px;" class="form-control input-sm" id="ntrcaCrRegistration" name="ntrcaCrRegistration" type="text" value=""/></div>
</div>
<div style="float:left; width:580px; height:auto; margin-top:2px;">
<div style="float:left; width:270px; height:auto;text-align:right;" class="textAlignR">Year of Passing </div>
<div style="float:left; width:300px; height:auto;"> <input style="height:26px;" class="form-control input-sm" id="ntrcaCryOfPass" name="ntrcaCryOfPass" type="text" value=""/></div>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="addMHxInfo()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 2nd Tab content ( Qualification ) -->
</div>
<div class="tab-pane" id="subject">
<!-- Start 3rd Tab content (Subject) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">Subject Information</span>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%" id="tableEntryADV">
<tr>
<td colspan="4" class="cellPadd">18.Major subjects studied at degree pass/honours level :</td>
</tr>
<tr>
<td width="22%" style="text-align:right;" class="cellPadd">Degree/Subject</td>
<td width="36%"><select class="form-control input-sm" id="subjectDegree" name="subjectDegree" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<option value="1">Option One</option>
</select></td>
<td width="33%"> </td>
<td width="9%"> </td>
</tr>
<tr>
<td colspan="4" class="cellPadd">19.Subject of teaching different classes :</td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Subject - 1</td>
<td><input style="height:26px;" class="form-control input-sm" id="subjectOne" name="subjectOne" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Subject - 2</td>
<td><input style="height:26px;" class="form-control input-sm" id="subjectTwo" name="subjectTwo" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Subject - 3</td>
<td><input style="height:26px;" class="form-control input-sm" id="subjectThree" name="subjectThree" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 6</td>
<td><input style="height:26px;" class="form-control input-sm" id="classSix" name="classSix" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 7</td>
<td><input style="height:26px;" class="form-control input-sm" id="classSeven" name="classSeven" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 8</td>
<td><input style="height:26px;" class="form-control input-sm" id="classEight" name="classEight" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 9</td>
<td><input style="height:26px;" class="form-control input-sm" id="classNine" name="classNine" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 10</td>
<td><input style="height:26px;" class="form-control input-sm" id="classTen" name="classTen" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 11</td>
<td><input style="height:26px;" class="form-control input-sm" id="classEleven" name="classEleven" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Class 12</td>
<td><input style="height:26px;" class="form-control input-sm" id="classTwelve" name="classTwelve" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3">
<div style="float:left; width:600px; height:auto;">
<div style="float:left; width:285px; height:auto;" class="cellPadd"> 20.How many class do you have to take in a week ?</div>
<div style="float:left; width:300px; height:auto;"> <input style="height:26px;" class="form-control input-sm" id="perWeekClass" name="perWeekClass" type="text" value=""/></div>
</div>
</td>
<td> </td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="teacherHistory()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 3rd Tab content (Subject) -->
</div>
<div class="tab-pane" id="inserviceone">
<!-- Start 4th Tab content (In service one) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">In-Service One Information</span>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%">
<tr>
<td colspan="3" class="cellPadd">21.Did you receive any of the following in-service training under TQL-Sep project ?</td>
</tr>
<tr>
<td width="42%" style="text-align:right;" class="cellPadd">Head teacher training (21 days)</td>
<td width="57%" class="textAlignL"> <input id="tqlHT21Yes" name="tqlHT21" type="radio" value="Y" />Yes<input id="tqlHT21No" name="tqlHT21" type="radio" value="N" />No</td>
<td width="1%"> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Head teacher follow uo training (6 days)</td>
<td class="textAlignL"> <input id="tqlHT6Yes" name="tqlHT6" type="radio" value="Y" />Yes<input id="tqlHT6No" name="tqlHT6" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Head teacher pre-service training training (35 days)</td>
<td class="textAlignL"> <input id="tqlHT35Yes" name="tqlHT35" type="radio" value="Y" />Yes<input id="tqlHT35No" name="tqlHT35" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">CPD-1(14 days)</td>
<td class="textAlignL"> <input id="tqlcpdOne14Yes" name="tqlcpdOne14" type="radio" value="Y" />Yes<input id="tqlcpdOne14No" name="tqlcpdOne14" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">CPD-2(5 days)</td>
<td class="textAlignL"> <input id="tqlcpdTwo5Yes" name="tqlcpdTwo5" type="radio" value="Y" />Yes<input id="tqlcpdTwo5No" name="tqlcpdTwo5" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Cluster training (1 day)</td>
<td class="textAlignL"> <input id="tqlClusTrain1Yes" name="tqlClusTrain1" type="radio" value="Y" />Yes<input id="tqlClusTrain1No" name="tqlClusTrain1" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:center;" class="cellPadd">Cont</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">STC training(3 month)</td>
<td class="textAlignL"> <input id="tqlstcTrain3Yes" name="tqlstcTrain3" type="radio" value="Y" />Yes<input id="tqlstcTrain3No" name="tqlstcTrain3" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">STC BED (9 month)</td>
<td class="textAlignL"> <input id="tqlstcBTrain9Yes" name="tqlstcBTrain9" type="radio" value="Y" />Yes<input id="tqlstcBTrain9No" name="tqlstcBTrain9" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">ToT/3/5 days</td>
<td class="textAlignL"> <input id="tqltotTrain3or5Yes" name="tqltotTrain3or5" type="radio" value="Y" />Yes<input id="tqltotTrain3or5No" name="tqltotTrain3or5" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">Inclusive educationm</td>
<td class="textAlignL"> <input id="tqlInclusivEdu" name="tqlInclusivEdu" type="radio" value="Y" />Yes<input id="tqlInclusivEdu" name="tqlInclusivEdu" type="radio" value="N" />No</td>
<td> </td>
</tr>
<tr>
<td colspan="2" style="text-align:center;">
<div style="float:left; width:580px; height:auto;">
<div style="float:left; width:270px; height:auto;" class="cellPadd"> Other (Specify with duration)</div>
<div style="float:left; width:300px; height:auto;"></div>
</div>
</td>
<td> </td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="teacherHistory()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 4th Tab content (In service one) -->
</div>
<div class="tab-pane" id="inservicetwo">
<!-- Start 5th Tab content (In service two) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">In-Service Two Information</span>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%">
<tr>
<td colspan="3" class="cellPadd">22.Did you receive any in-service training from the following organizations or others ?</td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">NAEM</td>
<td width="61%" class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td width="1%"> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">SEQAEP</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">ELTIP</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">CQS ( SESDP )</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">SBA ( SESDP )</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">SPBM ( SESDP )</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:center;" class="cellPadd">Other organization (specify name)</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="2" style="text-align:center;"> </td>
<td> </td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="addMHxInfo()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 5th Tab content (In service two) -->
</div>
<div class="tab-pane" id="traininginfo">
<!-- Srart 6th Tab content (Training Information) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">Training Information</span>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%">
<tr>
<td width="37%" class="cellPadd" style="text-align:right;">23.1.Did you receive any training on computer ?</td>
<td width="29%" class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td width="11%"> </td>
<td width="23%"> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">23.2.If 'yes' what type of training ?</td>
<td colspan="3" class="textAlignL"> <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Diploma course<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" /> Certificate course
<input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup" />
Other</td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">23.3.Duration of training (in days)</td>
<td><input style="height:26px;" class="form-control input-sm" id="iHxName" name="iHxName" type="text" value=""/></td>
<td>Days</td>
<td> </td>
</tr>
<tr>
<td colspan="2" class="cellPadd" style="text-align:left;">23.4.From which organizaation/project did you receive this training ?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />BCC <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Ministry of Youth & Sports</td>
<td colspan="3"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />NOTRAMS/NACTAR <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />BANBEIS <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />A 2i <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />NAEM <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />BMTTI <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Other (Specify)</td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">24.1.Did you receive training on digitalcontents development ?</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">24.2.If yes, from which organization/project ?</td>
<td colspan="2" class="textAlignL"> <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Under ICT project<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
TQI<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
A 2i
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Others/Self motivated (Specify)
</td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">25.Do you take class using ICT ?</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">26.Did you receive any foreign training ?</td>
<td class="textAlignL"> <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">26.1.If yes, what type of training ?</td>
<td class="textAlignL"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Academic<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Management<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />ICT/Computer<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Other</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">26.2. From which country ?</td>
<td><input style="height:26px;" class="form-control input-sm" id="iHxName" name="iHxName" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">26.3.Year</td>
<td><input style="height:26px;" class="form-control input-sm" id="iHxName" name="iHxName" type="text" value=""/></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;"> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="addMHxInfo()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 6th Tab content (Training Information) -->
</div>
<div class="tab-pane" id="socioecono">
<!-- Start 7th Tab content (socioecono Information) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px; background:#ECECEC;">
<div class="panel-heading" style="text-align:center;"><span class="fontHeadTitleOne">Socio Economic Information</span>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%">
<tr>
<td colspan="3" class="cellPadd"><strong>27.Socio-economic information :</strong></td>
</tr>
</table>
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table border="#CCCCCC" class="table table-hover table-condensed" style="width: 100%;margin-bottom: 0px;">
<tr style="background:#D9EDF7;" class="fontHeadTitleThree">
<td colspan="2" style="text-align:center;">Number of household member</td>
<td colspan="2" style="text-align:center;">Monthly Income(TK.)13</td>
<td colspan="6" style="text-align:center;">Monthly HH expenses(TK.)</td>
<td colspan="2" style="text-align:center;">Parent's occupation when you completed SSC</td>
<td colspan="2" style="text-align:center;">Parent's education</td>
</tr>
<tr style="background:#D9EDF7;" class="fontHeadTitleFour">
<td>Male</td>
<td style="text-align:center;">Female</td>
<td style="text-align:center;">From salary</td>
<td style="text-align:center;">From *other sources</td>
<td style="text-align:center;">Food</td>
<td style="text-align:center;">Education</td>
<td style="text-align:center;">House rent</td>
<td style="text-align:center;">Medical</td>
<td colspan="2" style="text-align:center;">Others</td>
<td style="text-align:center;">Father</td>
<td style="text-align:center;">Mother</td>
<td style="text-align:center;">Father</td>
<td style="text-align:center;">Mother</td>
</tr>
<tr>
<td>2</td>
<td style="text-align:center;"><select class="form-control input-sm" id="" name="" style="height:26px;font-size:12px;">
<option value="0">Select</option>
<option value="1">Option One</option>
</select></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td colspan="2" style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
<td style="text-align:center;"><input style="height:26px;" class="form-control input-sm" id="" name="" type="text" value=""/></td>
</tr>
</table>
</div>
<div style="float:left; width:100%; height:auto; text-align:center;"><a href="#" class="btn btn-sm btn-primary" style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Add</a></div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%">
<tr>
<td colspan="3" class="cellPadd" style="text-decoration:underline;"><strong>Parent's education</strong></td>
</tr>
<tr>
<td colspan="2" class="cellPadd" style="text-align:center;">Other source : Tution, agriculture, etc. <input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td width="20%"> </td>
</tr>
<tr>
<td colspan="3" class="cellPadd" style="text-align:left;">28.Are you involved in any community activities with social work/NGO activities/ cultural organisations?
<input name="" type="radio" value="" />
Yes<input name="" type="radio" value="" />No</td>
</tr>
<tr>
<td width="34%" class="cellPadd" style="text-align:right;">28.1. If yes,mention the name of activities/organization:</td>
<td width="46%"><input style="height:26px;" class="form-control input-sm" id="iHxName" name="iHxName" type="text" value=""/></td>
<td> </td>
</tr>
<tr>
<td colspan="2" class="cellPadd" style="text-align:left;">29. Are you involved in the co-circular activities in your school/madrasah ?
<input name="" type="radio" value="" />
Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">29.1. What types of activities ?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3" class="cellPadd" style="text-align:center;"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Sports<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Debate<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Scout<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Music<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Drama<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Reciting<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Plantation<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Red cresent<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Others</td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">30.Do you teaching materials in the class ?</td>
<td class="textAlignL"><input name="" type="radio" value="" />Yes<input name="" type="radio" value="" />No</td>
<td> </td>
</tr>
<tr>
<td style="text-align:right;" class="cellPadd">30.1. If yes, what type of materials ?</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3" class="cellPadd" style="text-align:center;"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Globe<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Map<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Historical chart<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Geometric apparatus<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Others (Specify)...</td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="addMHxInfo()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 7th Tab content (socioecono Information) -->
</div>
<div class="tab-pane" id="qualititive">
<!-- Start 8th Tab content (Qualititive Information) -->
<div class="panel panel-primary" style="float: left;width:100%;font-size:11px; margin-bottom:0px; background:#ECECEC;">
<div class="panel-heading" style="text-align: center;font-size:14px;font-weight:bold;padding:5px; font-family:none; text-align:center;">Qualititive Information
</div>
<div class="panel-body" style="background: #ECECEC;padding:0px;">
<table width="100%">
<tr>
<td class="cellPadd" style="text-align:right;">31.1. Experience of : </td>
<td class="cellPadd"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Peer learning <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Team teaching</td>
<td width="21%" class="cellPadd"> </td>
<td width="5%" class="cellPadd"> </td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">(i) What is peer learning :</td>
<td colspan="3" class="textAlignL"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Weak learners learn from advance learners
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Teachers share knowledge from a teacher
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Share no knowledge</td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">(ii) Team teaching :</td>
<td colspan="3" class="textAlignL"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Teaching a subject in a class by more than one teacher .
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Teaching a subject in a class by all teachers</td>
</tr>
<tr>
<td class="cellPadd" style="text-align:right;">31.2. Key parameters of an effective 'lesson plan' ?</td>
<td colspan="3" class="textAlignL"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Goal,objective,aim,contain process and structure
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Contain organisation
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Process and presentation
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Summary</td>
</tr>
<tr>
<td colspan="4" class="cellPadd" style="text-align:left;">31.3. Importance of field visit or excursion to formal education ?</td>
</tr>
<tr>
<td class="cellPadd" style="text-align:left;"> </td>
<td colspan="3" class="cellPadd" style="text-align:left;"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Real situation learning
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Perfecr education/learning
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Enjoying leisure time only
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Not so important for the students</td>
</tr>
<tr>
<td colspan="4" class="cellPadd" style="text-align:left;">31.4. Essence of classroom management, with emphasis on: slow learner,average learner ,good learner and advance learner ?</td>
</tr>
<tr>
<td colspan="4" class="cellPadd" style="text-align:right;"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Teach using relevant examples
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Teach giving special attention to the good students
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Teach giving special attention to the weak students
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Teach giving special attention to all the students</td>
</tr>
<tr>
<td class="cellPadd" style="text-align:left;">31.5. What are the three fundamental dimensions of ICT ?</td>
<td colspan="3" class="textAlignL"><input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />Discipline ,media and support equipments
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Information,communication and technology
<input type="checkbox" name="CheckboxGroup1" value="checkbox" id="" />
Easier,faster and perfection</td>
</tr>
</table>
</div>
<div style=" float:left; width:100%; height:auto;text-align:center; padding:5px;"><a href="javascript:void(0)" onclick="addMHxInfo()" class="btn btn-sm btn-primary"style="color: white;"><span class="glyphicon glyphicon-floppy-disk"></span> Save</a></div>
</div>
<!-- End 8th Tab content (Qualititive Information) -->
</div>
</div>
<!-- End Log in Property -->
<!-- Start footer -->
<!-- START FOOTER -->
<div style="clear:both;"> </div>
<div id="headPanel_div" style="float:left;width:100%;height:50px;background:none; text-align:center;">
<div style="float:left; width:100%;height:2px; background:#333;"> </div>
<div style="float:left; width:100%;height:auto;">
<table style="width:100%">
<tr>
<td width="87%" style="text-align:left;">
Copyright © ATI Limited, All rights reserved
</td>
<td width="13%" style="text-align:center;"><img src="images/atiLogo_Nice1.png" /></td>
</tr>
</table>
</div>
</div>
<!-- END FOOTER -->
<!-- End footer -->
No comments:
Post a Comment