Thursday, June 26, 2014

Banbeis(1st project) 2page {1st and last jsp page}

1st jsp page :


<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags" %>

<%@page import="java.util.Date" %>
<%@page import="java.text.DateFormat" %>
<%@page import="java.text.SimpleDateFormat" %>
<%
DateFormat df = new SimpleDateFormat("dd/MM/yyyy");
String formattedDate = df.format(new Date());
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">



<link  type="text/css" href="css/solaimanLipiFont.css" rel="stylesheet">
<link  type="text/css" href="css/tableStyle.css" rel="stylesheet">



<title>BANBEIS</title>
<script type="text/javascript">
    function findselected(idVal,txtF1,txtF2,txtF3) {
        var cmbVal=document.getElementById(idVal).value;
      var t1= document.getElementById(txtF1);
      var t2=document.getElementById(txtF2);
      var t3=document.getElementById(txtF3);
        if(cmbVal=="3"){
         document.getElementById(txtF1).value="";
         document.getElementById(txtF2).value="";
         document.getElementById(txtF3).value="";
         t1.disabled = true;
         t2.disabled = true;
         t3.disabled = true;

        }else{

         t1.disabled = false;
         t2.disabled = false;
         t3.disabled = false;
        }
   
    }
</script>
<script type="text/javascript" src="js/tabColorManage.js"></script>
<script language="javascript"><!--
function printPage(id1,id2)
{
// alert(id);
   var html="<html>";
   html+="<head>";
   html+="<link type='text/css' href='css/solaimanLipiFont.css' rel='stylesheet'>";
   html+="<link type='text/css' href='css/tableStyle.css' rel='stylesheet'> ";
   html+="</head>";
   html+="<body>";
  
   html+=" <div style='float:left;height:auto;'><img src='images/headPicForPrint.png' style='margin-left:200px;margin-bottom:10px !important;margin-bottom:0px; margin-top:0px !important; margin-top:0px;'/>"
   html+= document.getElementById(id1).innerHTML;
   html+="&nbsp;</div>";
   html+= "<div style='float:left;width:812px; height:600px;'>&nbsp;</div>";
   html+= "<div style='float:left;width:812px; height:80px;'>&nbsp;</div>";
   html+= document.getElementById(id2).innerHTML;
   html+="</body>";
   html+="</html>";
  
   var width=document.getElementById(id1).style.width;
   var height1=document.getElementById(id1).style.height;
   var height2=document.getElementById(id2).style.height;
   var height=parseInt(height1)+parseInt(height2);
   // alert("width "+width +"height "+height);
   var printWin = window.open('','','left=0,top=0,width='+width+',height='+height+',toolbar=0,scrollbars=0,status=0');
   printWin.document.write(html);
   printWin.document.close();
   printWin.focus();
   printWin.print();
   printWin.close();

 }

 var check = '';

   function checkForm(){

           if(check == 'Save And Go Forward' || check == 'Verified'){
            verifyForm()
            if(verifyForm()==true)
               {
                 return confirm('Do you want to save the changes ?');
               }
               else{
                 return false;
               }   
            }
            else if(check == 'Cancel'){   
                 var cancelRes=cancelResult();
                 // alert(cancelRes);
                 if(cancelRes == false){   
                    return false;
                 }else{
                    return true;
                 }
            }
            else {
                return false;
            }
                return false;
            }

          function setSubmit(id){
                //alert(id);
                  check = id;
           }
   
    function verifyForm(){
    return true;
   /*  var teacApearUse = check_InputField('teacApearUse');
     if(teacApearUse == false ){

            return false;
        }
        else{
            return true;
        }

        return true;
    }
    function check_InputField(div_id){
       
                var val = document.getElementById(div_id).value;
               
                if(val == null || val ==''){
   
                     alert("Field Can not be empty.");
   
                    return false;
                }
           
            else if(val != null ){
           
           
                    var check_val ="";
           
                    if(div_id=='teacApearUse'){                   
                        check_val = number_validation(val);                   
                       
                        if(check_val == false){
                       
                         alert("Please Provide a valid number.");                       
                         return false;
                        }
                        else{   
                            return true;
                        }               
                    }
                    else
                    {
                          alert("Please Provide a valid number.");
                     }
           
            }*/
        }
            
            
             function number_validation(msg){ 
              
                var REXP = /^[0-9]+$/;

                if(REXP.test(msg)){
               
                    return true;
                }else{
                    return false;
                }
            }

 function cancelResult(){
     return confirm('If you cancel now your every changes that you have done after opening the form will not save? Are you sure to cancel?');
   
 }


--></script>

<script type="text/javascript" src="js/loadingData.js"></script>

<script language="JavaScript" type="text/javascript">
function getDistrictList(id,div_id){
//alert("id :" +id+" div_id :"+div_id);
var val = (id.options[id.selectedIndex].value);
//alert("val :" +val);
    if(val !=''){
       
        var url="getDistrictListSchool.do?divisionId="+val;
        //alert("url :" +url);
        makeRequest(url, div_id);
    }else{
        alert("Please Select A District.");
    }

}

function getThanaList(id,div_id){
var val = (id.options[id.selectedIndex].value);
//alert("val :" +val);
    if(val !=''){
        //alert("C :" +p_inv_stype);
        var url="getThanaListSchool.do?districtId="+val;
        makeRequest(url, div_id);
    }else{
        alert("Please Select A Thana.");
    }

}

function getUnionList(id,div_id){
var val = (id.options[id.selectedIndex].value);
//alert("val :" +val);
    if(val !=''){
        //alert("C :" +p_inv_stype);
        var url="getUnionListSchool.do?thanaId="+val;
        makeRequest(url, div_id);
    }else{
        alert("Please Select A Union.");
    }

}

function getMauzaList(id,div_id){
var val = (id.options[id.selectedIndex].value);
//alert("val :" +val);
    if(val !=''){
        //alert("C :" +p_inv_stype);
        var url="getMauzaListSchool.do?unionId="+val;
        makeRequest(url, div_id);
    }else{
        alert("Please Select A Mauza.");
    }

}
</script>

<!-- start input calender -->
<link rel="stylesheet" type="text/css" href="css/epoch_styles.css" />
<script type="text/javascript" src="js/epoch_classes.js"></script>
<script type="text/javascript">


/*

window.onload = function () {
     new Epoch('epoch_popup','popup',document.getElementById('ninmo12MpoDateS'));
     new Epoch('epoch_popup','popup',document.getElementById('maddo13MpoDateS'));
     new Epoch('epoch_popup','popup',document.getElementById('voc51MpoDateS'));
     new Epoch('epoch_popup','popup',document.getElementById('bM52MpoDateS'));
     new Epoch('epoch_popup','popup',document.getElementById('hSCVoc54MpoDateS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('recognitionDateNinmoS'));
     new Epoch('epoch_popup','popup',document.getElementById('permittedDateNinmoS'));
     new Epoch('epoch_popup','popup',document.getElementById('recognitionExpireDateNinmoS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('permittedDateMaddoS'));
     new Epoch('epoch_popup','popup',document.getElementById('recognitionDateMaddoS'));
     new Epoch('epoch_popup','popup',document.getElementById('recognitionExpireDateMaddoS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('recognitionDateVocS'));
     new Epoch('epoch_popup','popup',document.getElementById('permittedDateVocS'));
     new Epoch('epoch_popup','popup',document.getElementById('recognitionExpireDateVocS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('recognitionDateBMS'));
     new Epoch('epoch_popup','popup',document.getElementById('permittedDateBMS'));
     new Epoch('epoch_popup','popup',document.getElementById('recognitionExpireDateBMS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('recognitionDateHSCVocS'));
     new Epoch('epoch_popup','popup',document.getElementById('permittedDateHSCVocS'));
     new Epoch('epoch_popup','popup',document.getElementById('recognitionExpireDateHSCVocS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('approveDateS'));
     new Epoch('epoch_popup','popup',document.getElementById('expireDateS'));
   
     new Epoch('epoch_popup','popup',document.getElementById('lastCommiteeExpireDateS'));
   
   
     new Epoch('epoch_popup','popup',document.getElementById('establishDate'));
     new Epoch('epoch_popup','popup',document.getElementById('establishDateVoc'));
     new Epoch('epoch_popup','popup',document.getElementById('establishDateBm'));
     new Epoch('epoch_popup','popup',document.getElementById('establishDateHscvocS'));
   
};*/
</script>
<!-- End input calender -->
<SCRIPT TYPE="text/javascript">
function numbersonly(myfield, e, dec)
{
//alert("myfield :"+myfield);
//alert("Event :"+e);
//alert("dec :"+dec);
var key;
var keychar;

if (window.event)
   key = window.event.keyCode;
else if (e)
   key = e.which;
else
   return true;
keychar = String.fromCharCode(key);

// control keys
if ((key==null) || (key==0) || (key==8) ||
    (key==9) || (key==13) || (key==27) )
   return true;

// numbers
else if ((("0123456789").indexOf(keychar) > -1))
   return true;

// decimal point jump
else if (dec && (keychar == "."))
   {
   myfield.form.elements[dec].focus();
   return false;
   }
else
   return false;
}

</SCRIPT>
<SCRIPT TYPE="text/javascript">

function charOnly(e)
{
var key;
var keychar;

if (window.event)
   key = window.event.keyCode;
else if (e)
   key = e.which;
else
   return true;
keychar = String.fromCharCode(key);
keychar = keychar.toLowerCase();

// control keys
if ((key==null) || (key==0) || (key==8) ||
    (key==9) || (key==13) || (key==27) )
   return true;

// alphas and numbers
else if (((" abcdefghijklmnopqrstuvwxyz").indexOf(keychar) > -1))
   return true;
else
   return false;
}

</SCRIPT>

<SCRIPT type="text/javascript">
function disableField(id1,id2,id3){
//alert("id1 :"+id1+" id2 :"+id2+" id3 :"+id3);
    if (document.getElementById(id1).checked == true){    
        document.getElementById(id2).checked =false;
        document.getElementById(id3).value ='';
        document.getElementById(id3).disabled =true;
    }else{
        document.getElementById(id3).disabled=false;
    }
}
function onloadDisableField(){

    if (document.getElementById('deo').checked == true || document.getElementById('uno').checked == true){    
        document.getElementById('otherOfficials').value ='';
        document.getElementById('otherOfficials').disabled =true;
    }else{
        document.getElementById('otherOfficials').disabled=false;
    }
}
</SCRIPT>

<SCRIPT TYPE="text/javascript">
function dateWithSlashOnly(myfield, e, dec)
{
//alert("myfield :"+myfield);
//alert("Event :"+e);
//alert("dec :"+dec);
var key;
var keychar;

if (window.event)
   key = window.event.keyCode;
else if (e)
   key = e.which;
else
   return true;
keychar = String.fromCharCode(key);

// control keys
if ((key==null) || (key==0) || (key==8) ||
    (key==9) || (key==13) || (key==27) )
   return true;

// numbers
else if ((("/0123456789").indexOf(keychar) > -1))
   return true;

// decimal point jump
else if (dec && (keychar == "."))
   {
   myfield.form.elements[dec].focus();
   return false;
   }
else
   return false;
}

</SCRIPT>

<script type="text/javascript">
// Auto Slash Start
function dtval(d,e) {
//alert("d "+ d+" e "+e);
var pK = e ? e.which : window.event.keyCode;
if (pK == 8) {d.value = substr(0,d.value.length-1); return;}
var dt = d.value;
var da = dt.split('/');
for (var a = 0; a < da.length; a++) {if (da[a] != +da[a]) da[a] = da[a].substr(0,da[a].length-1);}
if (da[0] > 31) {da[1] = da[0].substr(da[0].length-1,1);da[0] = '0'+da[0].substr(0,da[0].length-1);}
if (da[1] > 12) {da[2] = da[1].substr(da[1].length-1,1);da[1] = '0'+da[1].substr(0,da[1].length-1);}
if (da[2] > 9999) da[1] = da[2].substr(0,da[2].length-1);
dt = da.join('/');
if (dt.length == 2 || dt.length == 5) dt += '/';
d.value = dt;
}
// Auto Slash End

// Date Format validation Start
function checkdate(input){
if(!input.value==''){
    var validformat=/^\d{2}\/\d{2}\/\d{4}$/; //Basic check for format validity
    var returnval=false;
    if (!validformat.test(input.value)){   
    alert("Invalid Date Format. Please write DD/MM/YYYY format");
    input.value = '';
    }else{ //Detailed check for valid date ranges
        var dayfield=input.value.split("/")[0];
        var monthfield=input.value.split("/")[1];
        var yearfield=input.value.split("/")[2];
        var dayobj = new Date(yearfield, monthfield-1, dayfield);
            if (((dayobj.getDate()!=dayfield)||dayobj.getMonth()+1!=monthfield)||(dayobj.getFullYear()!=yearfield))
            {
            alert("Invalid Day, Month, or Year range detected. Please correct and submit again.");
            }else{
                returnval=true;
            }
            if (returnval==false){
                input.select();
                return returnval;
            }
         }
 }else{
//alert("date can not be empty");
 returnval=true;
 }
}
// Date Format validation End
</script>

<SCRIPT type="text/javascript">
/* code to run on page load Start*/

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}



addLoadEvent(function() {
onloadDisableField();
findselected('recognitionStatusNinmo','recognitionDateNinmoS','permittedDateNinmoS','recognitionExpireDateNinmoS');
findselected('recognitionStatusMaddo','recognitionDateMaddoS','permittedDateMaddoS','recognitionExpireDateMaddoS');
findselected('recognitionStatusVoc','recognitionDateVocS','permittedDateVocS','recognitionExpireDateVocS');
findselected('recognitionStatusBM','recognitionDateBMS','permittedDateBMS','recognitionExpireDateBMS');
findselected('recognitionStatusHSCVoc','recognitionDateHSCVocS','permittedDateHSCVocS','recognitionExpireDateHSCVocS');

});
/* code to run on page load  End*/
</SCRIPT>


</head>
<body>


 <form name="generalInfoForm" id="generalInfoForm" method="post" onSubmit="return checkForm();" action="addGeneralInfoSchool.do" >

<div id="root_div" style="width:812px; height:1550px; background:#DEF5DE; ">
<!--   ******************* Start Print One  **********************  -->   
<div id="form_main_div_for_print1" style="width:812px; height:890px !important; height:990px; background:none;">

<div style="width:812px; height:auto; background:none;">
<div id="row_div" style="float:left;width:810px !important; width:800px; height:auto;">
<div id="rowColorBorder_div" style="float:left;width:808px !important; width:800px; height:170px !important;height:125px; background-color:#D9E9DA; border:1px solid #CCC;">

<div style="width:806px; height:50px; margin-top:1px; border:1px solid #8CD891;">
<div style=" float:left;width:810px !important; width:800px;text-align:center; font-weight:bold;" class="banglaText">স্কুল সম্পর্কিত তথ্য ছক -
 <s:if test='%{institutesInfo.year != null && institutesInfo.year!=""}'>
<input id="year" name="year" type="text" maxlength="4" value="<s:property value='#session.year'/>" style="width:45px; border:none; background:none;" onKeyPress="return numbersonly(this, event)">
</s:if>
<s:else>
<input id="year" name="year" type="text" maxlength="4" value="<s:property value='#session.year'/>" style="width:45px; border:none; background:none;" onKeyPress="return numbersonly(this, event)">
 </s:else>
 <input id="submitFrom" name="submitFrom" type="hidden" value="onLine" >
</div>
     <div style=" float:left; width:810px !important; width:800px;height:auto;text-align:center;" class="banglaText1">ক. সাধারণ তথ্য<input id="instituteTypeId" name="instituteTypeId" type="hidden" value="<s:property value='institutesInfo.institutesTypesInfoFK.instituteTypeId'/>" ></div>
</div>


<div id="1st_div" style="float:left;width:808px !important; width:800px; height:auto; margin-top:2px;">
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:200px; height:auto; text-align:right;" class="banglaText1">ইআইআইএন &nbsp;</div>
     <div style="float:left;width:200px;height:auto; text-align:left;">
       <s:if test='%{institutesInfo.year != null && institutesInfo.year!=""}'>
        <input id="eiin" name="eiin" type="text" readonly="true" value="<s:property value='institutesInfo.eiin'/>" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
      </s:if>
      <s:else>
      <input id="eiin" name="eiin" type="text" readonly="true" value="<s:property value='#session.eiin'/>" style="width:150px;">       
      </s:else>    
     </div>
    </div>
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:240px; height:auto;text-align:right;" class="banglaText1">শিক্ষা বোর্ড কর্তৃক প্রতিষ্ঠানের কোড &nbsp;</div>
     <div style="float:left; width:160px; height:auto; text-align:"><input id="schoolCode" name="schoolCode" type="text" maxlength="10" value="<s:property value='institutesInfo.schoolCode'/>" style="width:150px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
    </div>
</div>
<div id="2st_div" style="float:left;width:808px !important; width:800px; height:auto;  margin-top:5px; ">
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:200px; height:auto;text-align:right;" class="banglaText1">কারিগরী শিক্ষা বোর্ড কোড &nbsp;</div>
     <div style="float:left;width:200px;height:auto; text-align:left;"><input id="technicalCode" name="technicalCode" type="text" maxlength="10" value="<s:property value='institutesInfo.technicalCode'/>" style="width:150px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
    </div>
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:240px;height:auto;text-align:right;" class="banglaText1">স্কুলের এমপিও কোড&nbsp;</div>
     <div style="float:left; width:160px; height:auto;"><input id="mpoCodeSchool" name="mpoCodeSchool" type="text" maxlength="12" value="<s:property value='institutesInfo.mpoCodeSchool'/>" style="width:150px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
    </div>
</div>
<div id="2st_div" style="float:left;width:808px !important; width:800px; height:auto; background-color:none; margin-top:5px; ">
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:200px; height:auto;text-align:right;" class="banglaText1">ভোক, শাখার এমপিও কোড &nbsp;</div>
     <div style="float:left;width:200px;height:auto; text-align:left;"><input id="mpoCodeTechnical" name="mpoCodeTechnical" type="text" maxlength="12" value="<s:property value='institutesInfo.mpoCodeTechnical'/>" style="width:150px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
    </div>
    <div style="float:left; width:400px;height:auto;">
     <div style="float:left; width:240px;height:auto;text-align:right;" class="banglaText1">বিএম শাখার এমপিও কোড&nbsp;</div>
     <div style="float:left; width:160px;height:auto;"><input id="mpoCodeBm" name="mpoCodeBm" type="text" maxlength="12" value="<s:property value='institutesInfo.mpoCodeBm'/>" style="width:150px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
    </div>
</div>
<div id="2st_div" style="float:left;width:808px !important; width:800px; height:auto; background-color:none; margin-top:5px; ">
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:200px; height:auto;text-align:right;" class="banglaText1">উপবৃত্তি কোড &nbsp;</div>
     <div style="float:left;width:200px;height:auto; text-align:left;"><input id="stpCode" name="stpCode" type="text" maxlength="18" value="<s:property value='institutesInfo.stpCode'/>" style="width:150px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
    </div>
    <div style="float:left; width:400px; height:auto;">
     <div style="float:left; width:240px; height:auto;" class="banglaText1">&nbsp;</div>
     <div style="float:left; width:160px; height:auto;">&nbsp;</div>
    </div>
</div>
</div>
</div>

<div id="row_div_kaa_kha" style="float:left;width:800px !important;width:800px;height:auto;margin-top:5px;background:#D9E9DA;">
<div id="left_side" style="float:left;width:800px !important; width:790px;height:auto; margin-left:5px;">
<div id="text_div" style="float:left;width:700px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
 <b>১. (ক) প্রতিষ্ঠানের নাম (অনুমতি/স্বীকৃতিপত্র অনুযায়ী)</b>
 </div>

 <div style="float:left; width:780px;margin-top:2px; height:25px;">
    <div style="float:left; width:110px;text-align:right;" class="banglaText">নাম &nbsp;</div>
    <div style="float:left; width:610px; "><input id="instituteNameNew" name="instituteNameNew" type="text" value="<s:property value='institutesInfo.instituteNameNew'/>" style="width:600px!important;width:600px; text-transform: lowercase;font-variant: small-caps;" onKeyPress="return charOnly(event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
 </div>


</div>

<div id="right_side" style="float:left;width:790px !important; width:790px; border:1px solid #828177; margin-left:5px; background:none;">

<div id="text_div" style="float:left;width:700px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
 <b><b>(খ) ঠিকানা</b></b>
 </div>

<div style="float:left; width:360px; margin-top:2px !important;margin-top:0px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">গ্রাম/হোল্ডিং নং ও রোড &nbsp;</div>
    <div style="float:left; width:190px;">
      <input id="location" name="location" maxlength="50" type="text" value="<s:property value='institutesInfo.location'/>" style="width:180px !important;width:170px;text-transform: lowercase;font-variant: small-caps;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
    </div>
</div>
<div style="float:left; width:360px; margin-top:2px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">ডাকঘর &nbsp;</div>
    <div style="float:left; width:190px;" class="banglaText"><input id="postOffice" name="postOffice" type="text" value="<s:property value='institutesInfo.postOffice'/>" style="width:180px!important;width:170px;text-transform: lowercase;font-variant: small-caps;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
</div>

<div style="float:left; width:360px; margin-top:2px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">ইউনিয়ন/ওয়ার্ড &nbsp;</div>
    <div id="unionIdDiv" style="float:left; width:190px; margin-left:3px;" class="banglaText" align="left">
    <input align="left" id="" name="" type="text" value="<s:property value='institutesInfo.unionsInfoFK.unionName'/>" style="width:180px !important; width:170px;" readonly="readonly" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
    <input id="unionId" name="unionId" type="hidden" value="<s:property value='institutesInfo.unionsInfoFK.unionId'/>">
    </div>
</div>
<div style="float:left; width:360px; margin-top:2px;">
    <div style="float:left;width:160px;text-align:right;" class="banglaText">মৌজা &nbsp;</div>
    <div id="mauzaIdDiv" style="float:left; width:190px; margin-left:3px;" class="banglaText" align="left">
    <input align="left" id="" name="" type="text" value="<s:property value='institutesInfo.mauzasInfoFK.mauzaName'/>" style="width:180px !important; width:170px;" readonly="readonly" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
    <input id="mauzaId" name="mauzaId" type="hidden" value="<s:property value='institutesInfo.mauzasInfoFK.mauzaId'/>" >
    </div>
</div>

<div style="float:left; width:360px; margin-top:2px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">উপজেলা/থানা &nbsp;</div>
    <div id="thanaIdDiv" style="float:left; width:190px; margin-left:3px;" class="banglaText" align="left">
    <input align="left" id="" name="" type="text" value="<s:property value='institutesInfo.thanasInfoFK.thanaName'/>" style="width:180px !important; width:170px;" readonly="readonly" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
    <input id="thanaId" name="thanaId" type="hidden" value="<s:property value='institutesInfo.thanasInfoFK.thanaId'/>">
    </div>
 </div>

 <div style="float:left; width:360px; margin-top:2px;">
    <div style="float:left; width:160px; text-align:right;" class="banglaText">জেলা &nbsp;</div>
    <div id="districtIdDiv" style="float:left; width:190px;margin-left:3px;" class="banglaText" align="left">
<input align="left" id="" name="" type="text" value="<s:property value='institutesInfo.districtsInfoFK.districtName'/>" style="width:180px !important; width:170px;" readonly="readonly" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
<input id="districtId" name="districtId" type="hidden" value="<s:property value='institutesInfo.districtsInfoFK.districtId'/>">
    </div>
 </div>

<div style="float:left; width:360px; margin-top:2px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">বিভাগ &nbsp;</div>
    <div style="float:left;  width:190px; margin-left:3px;" class="banglaText" align="left">
<input align="left" id="" name="" type="text" value="<s:property value='institutesInfo.divisionsInfoFK.divisionName'/>" style="width:180px !important; width:170px;" readonly="readonly" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
<input id="divisionId" name="divisionId" type="hidden" value="<s:property value='institutesInfo.divisionsInfoFK.divisionId'/>">
    </div>
 </div>
 <div style="float:left; width:350px;margin-top:5px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">মোবাইল &nbsp;</div>
    <div style="float:left; width:190px; "><input id="mobphone" name="mobphone" type="text" maxlength="15" value="<s:property value='institutesInfo.mobphone'/>" style="width:180px!important;width:170px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
 </div>
 <div style="float:left; width:360px;margin-top:5px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">ফ্যাক্স &nbsp;</div>
    <div style="float:left; width:190px; "><input id="fax" name="fax" type="text" value="<s:property value='institutesInfo.fax'/>" style="width:180px!important;width:170px;" onKeyPress="return numbersonly(this, event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
 </div>
 <div style="float:left; width:350px;margin-top:5px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">ই-মেইল &nbsp;</div>
    <div style="float:left; width:190px; "><input id="email" name="email" type="text" value="<s:property value='institutesInfo.email'/>" style="width:180px!important;width:170px; text-transform: lowercase;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
 </div>
  <div style="float:left; width:360px;margin-top:5px;">
    <div style="float:left; width:160px;text-align:right;" class="banglaText">ওয়েবসাইট &nbsp;</div>
    <div style="float:left; width:190px; "><input id="webSite" name="webSite" type="text" value="<s:property value='institutesInfo.webSite'/>" style="width:180px!important;width:170px; text-transform: lowercase;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"></div>
 </div>
 <div style="float:left; width:780px;margin-top:5px; height:25px; margin-bottom:5px;">
   <div style="float:left; width:200px;text-align:right;" class="banglaText">জাতীয় সংসদ &nbsp; নির্বাচনী এলাকা</div>
         <div style="float:left; width:200px; "><input id="constituency" name="constituency" type="text" value="<s:property value='institutesInfo.constituency'/>" style="width:200px!important;width:200px;text-transform: lowercase;font-variant: small-caps;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
   </div>
   <div style="float:left; width:60px;text-align:right;" class="banglaText">নম্বরঃ</div>
   <div style="float:left; width:65px; "><input id="constituteNo" name="constituteNo" maxlength="4" type="text" value="<s:property value='institutesInfo.constituteNo'/>" style="width:60px!important;width:60px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyPress="return numbersonly(this, event)">
   </div>
 </div>



</div>
</div>

<!-- start date div -->
<div id="row_div" style="float:left;width:810px !important; width:800px; height:auto; margin-top:5px;background:#D9E9DA;">
<div id="text_div" style="float:left;width:750px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
 <b>২. প্রতিষ্ঠার তারিখ</b>
 </div>

 <div style="float:left; width:170px;">
    <div style="float:left; width:50px;" align="right" class="banglaText">স্কুল &nbsp; </div>
    <div style="float:left; width:110px;">
      <input id="establishDate" name="establishDateS" type="text" value="<s:date name='institutesInfo.establishDate' format='dd/MM/yyyy'/>" style="width:100px !important;width:80px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">
    </div>
 </div>
 <div style="float:left; width:185px;">
    <div style="float:left; width:62px;" class="banglaText">ভোক শাখা </div>
    <div style="float:left; width:110px;"><input id="establishDateVoc" name="establishDateVocS" type="text" value="<s:date name='institutesInfo.establishDateVoc' format='dd/MM/yyyy'/>" style="width:100px !important;width:80px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></div>
 </div>
 <div style="float:left; width:180px;">
    <div style="float:left; width:66px;" class="banglaText">বিএম শাখা</div>
    <div style="float:left; width:105px;"><input id="establishDateBm" name="establishDateBmS" type="text" value="<s:date name='institutesInfo.establishDateBm' format='dd/MM/yyyy'/>" style="width:100px !important;width:80px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></div>
 </div>
 <div style="float:left; width:220px;">
    <div style="float:left; width:120px;" class="banglaText">এইচ.এস.সি (ভোক)</div>
    <div style="float:left; width:100px;"><input id="establishDateHscvocS" name="establishDateHscvocS" type="text" value="<s:date name='institutesInfo.establishDateHscvoc' format='dd/MM/yyyy'/>" style="width:100px !important;width:80px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></div>
 </div>

</div>
<!-- End date div -->

<div id="row_div" style="float:left;width:810px !important; width:800px; height:auto; margin-top:5px; background:#D9E9DA;">

<div style="float:left; width:300px; height:auto; text-align:left;" class="banglaText"><b>৩.</b></div>


<div id="row_div" style="float:left;width:780px !important; width:800px; height:auto; margin-top:5px; background:#D9E9DA;">
<div id="left_side" style="float:left;width:340px !important; width:380px;height:auto; margin-left:5px;">
 <div style="float:left; width:320px;">
    <div style="float:left; width:130px;text-align:left;" class="banglaText">(ক) প্রতিষ্ঠানের স্তর </div>
    <div style="float:left; width:150px;">
     <select name="educationLevelId" id="educationLevelId" style="width:150px;" class="banglaText" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
        <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
          <s:if test='%{institutesInfo.educationLevelId == "12"}'>
          <option value="<s:property value='institutesInfo.educationLevelId'/>" selected="selected">নিম্ন মাধ্যমিক</option>
          <option value="13">মাধ্যমিক</option>
         </s:if>
         <s:elseif test='%{institutesInfo.educationLevelId == "13"}'>
         <option value="<s:property value='institutesInfo.educationLevelId'/>" selected="selected">মাধ্যমিক</option>
         <option value="12">নিম্ন মাধ্যমিক</option>
         </s:elseif>
         <s:else>
         <option value="12" selected="selected">নিম্ন মাধ্যমিক</option>
         <option value="13" >মাধ্যমিক</option>
         </s:else>
     </select>
    </div>
 </div>

  <!-- Start kha -->
<div style="float:left; width:320px; margin-top:5px;">
    <div style="float:left; width:300px;text-align:left;" class="banglaText">(খ)গ্রুপ(একাধিক হতে পারে)</div>
    <div style="float:left; width:300px;" class="banglaText" align="right">
        <div style="float:left; width:100px;" class="banglaText">
          <s:if test='%{institutesInfo.artsGroup == "1"}'>
         <input name="artsGroup" id="artsGroup" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="1" checked>মানবিক
         </s:if>
         <s:else>
         <input name="artsGroup" id="artsGroup" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="1" >মানবিক
         </s:else>        
        </div>
        <div style="float:left; width:100px;" class="banglaText">
          <s:if test='%{institutesInfo.scienceGroup == "2"}'>
         <input name="scienceGroup" id="scienceGroup" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="2" checked> বিজ্ঞান
         </s:if>
         <s:else>
         <input name="scienceGroup" id="scienceGroup" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="2" > বিজ্ঞান
         </s:else>         
        </div>
        <div style="float:left; width:100px;" class="banglaText">
         <s:if test='%{institutesInfo.commerceGroup == "3"}'>
         <input name="commerceGroup" id="commerceGroup" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="3" checked>ব্যবসায় শাখা
         </s:if>
         <s:else>
         <input name="commerceGroup" id="commerceGroup" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="3" >ব্যবসায় শাখা
         </s:else>       
        </div>
    </div>
</div>
<!-- End kha -->

 <div style="float:left; width:320px; margin-top:5px;">
    <div style="float:left; width:320px;text-align:left;" class="banglaText">(গ) সংযুক্ত কারিগরী  শাখার   স্তর (প্রযোজ্য ক্ষেত্রে)&nbsp; </div>
 </div>



 <div style="float:left; width:320px;">
        <div style="float:left; width:150px;" class="banglaText">
          <s:if test='%{institutesInfo.technicalBranchTypeBm == "52"}'>
         <input name="technicalBranchTypeBm" id="technicalBranchTypeBm" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="52" checked>এস.এস.সি (ভোক)
         </s:if>
         <s:else>
         <input name="technicalBranchTypeBm" id="technicalBranchTypeBm" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="52" >এস.এস.সি (ভোক)
         </s:else>        
        </div>
         <div style="float:left; width:150px;" class="banglaText">
          <s:if test='%{institutesInfo.technicalBranchType == "51"}'>
         <input name="technicalBranchType" id="technicalBranchType" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="51" checked>এইচ.এস.সি (বি.এম)
         </s:if>
         <s:else>
         <input name="technicalBranchType" id="technicalBranchType" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="51" >এইচ.এস.সি (বি.এম)
         </s:else>        
        </div>
       
        <div style="float:left; width:150px;" class="banglaText">
          <s:if test='%{institutesInfo.technicalBranchTypeHscvoc == "54"}'>
         <input name="technicalBranchTypeHscvoc" id="technicalBranchTypeHscvoc" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="54" checked>এইচ.এস.সি (ভোক)
         </s:if>
         <s:else>
         <input name="technicalBranchTypeHscvoc" id="technicalBranchTypeHscvoc" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" type="checkbox" value="54" >এইচ.এস.সি (ভোক)
         </s:else>        
        </div>
 </div>



</div>

<div id="right_side" style="float:left;width:340px !important; width:380px;height:auto; margin-left:5px;">
<!-- Start gaa -->
<div style="float:left; width:320px; margin-top:10px;">
    <div style="float:left; width:150px;text-align:left;" class="banglaText">(ঘ) ব্যবস্থাপনা &nbsp;</div>
    <div style="float:left; width:150px;">
     <select name="management" id="management" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" class="englishTextC1">
        <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesInfo.lookupManagementInfoFK.management != ""}'>
        <option selected="selected" value="<s:property value="institutesInfo.lookupManagementInfoFK.management"/>" ><s:property value="institutesInfo.lookupManagementInfoFK.description"/></option>
          <s:iterator value="lookupManagementInfoList" status="status">
        <option value="<s:property value="management"/>"  class="englishTextC1"><s:property value="descriptionBn"/></option>
         </s:iterator>
         </s:if>
         <s:else>
         <s:iterator value="lookupManagementInfoList" status="status">
        <option value="<s:property value="management"/>"><s:property value="description"/></option>
         </s:iterator>
         </s:else>
    </select>
    </div>
 </div>
 <!-- End gaa -->

<div style="float:left; width:320px; margin-top:5px;">
    <div style="float:left; width:150px;text-align:left;" class="banglaText">(ঙ) প্রতিষ্ঠানের ধরন &nbsp;</div>
    <div style="float:left; width:150px;">
     <select name="forWhom" id="forWhom" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" class="englishTextC1">
        <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesInfo.lookupStudentTypeInfoFK.forWhom != ""}'>
        <option selected="selected" value="<s:property value="institutesInfo.lookupStudentTypeInfoFK.forWhom"/>" ><s:property value="institutesInfo.lookupStudentTypeInfoFK.detailsBn"/></option>
        <s:iterator value="lookupStudentTypeInfoList" status="status">
        <option value="<s:property value="forWhom"/>"><s:property value="detailsBn"/></option>
         </s:iterator>
         </s:if>
         <s:else>
         <s:iterator value="lookupStudentTypeInfoList" status="status">
        <option value="<s:property value="forWhom"/>"><s:property value="detailsBn"/></option>
         </s:iterator>
         </s:else>
    </select>
    </div>
 </div>



<!-- Start cha -->
 <div style="float:left; width:320px; margin-top:5px;">
    <div style="float:left; width:150px;text-align:left;" class="banglaText"> (চ) ভৌগোলিক অবস্থান &nbsp;</div>
    <div style="float:left; width:150px;">
     <select name="geographicalStatus" id="geographicalStatus" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:150px;" class="englishTextC1">
        <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesInfo.lookupGeographycalAreaInfoFK.geographicalStatus != ""}'>
        <option selected="selected" value="<s:property value="institutesInfo.lookupGeographycalAreaInfoFK.geographicalStatus"/>" ><s:property value="institutesInfo.lookupGeographycalAreaInfoFK.detailsBn"/></option>
         <s:iterator value="lookupGeographycalAreaInfoList" status="status">
        <option value="<s:property value="geographicalStatus"/>"><s:property value="detailsBn"/></option>
         </s:iterator>
         </s:if>
         <s:else>
         <s:iterator value="lookupGeographycalAreaInfoList" status="status">
        <option value="<s:property value="geographicalStatus"/>"><s:property value="detailsBn"/></option>
         </s:iterator>
         </s:else>
    </select>
    </div>
 </div>
<!-- End cha -->

</div>
</div>


<div id="right_side" style="float:left;width:790px;height:auto; margin-left:5px;">

<div style="float:left; width:300px; height:auto; text-align:left; margin-top:10px;" class="banglaText"><b>ছ. স্বীকৃতি সংক্রান্ত তথ্য</b></div>
<div id="2nd_div" style="float:left;width:780px; height:auto;background:#D9E9DA; margin-top:5px;">
<table width="100%" border="1" cellpadding="0" cellspacing="0" class="hovertableSch">
  <tr style="text-align:center;">
    <td width="6%" class="banglaText">ক্রমিক নং</td>
    <td width="14%" class="banglaText">স্তর</td>
    <td width="18%" class="banglaText">স্বীকৃতি/অনুমতি (টিক চিহ্ন দিন)</td>
    <td width="20%" class="banglaText">প্রথম স্বীকৃতির তারিখ</td>
    <td width="20%" class="banglaText">প্রথম অনুমতির তারিখ</td>
    <td width="22%" class="banglaText">সর্বশেষ স্বীকৃতির মেয়াদ শেষ হওয়ার তারিখ</td>
  </tr>
  <tr>
    <td width="6%" align="center">1
    <input id="institutesRecognitionIdNinmo" name="institutesRecognitionIdNinmo" type="hidden" value="<s:property value='institutesRecognitionInfoNinmo.institutesRecognitionId'/>">    </td>
    <td class="banglaText">নিম্ন মাধ্যমিক</td>
    <td class="banglaText">
     <select name="recognitionStatusNinmo" id="recognitionStatusNinmo" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:140px;" class="banglaText" onChange="findselected('recognitionStatusNinmo','recognitionDateNinmoS','permittedDateNinmoS','recognitionExpireDateNinmoS');" onKeyUp="findselected('recognitionStatusNinmo','recognitionDateNinmoS','permittedDateNinmoS','recognitionExpireDateNinmoS');">
               <s:if test='%{institutesRecognitionInfoNinmo.recognitionStatus == "1"}'>
              <option value="1" selected="selected">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:if>
         <s:elseif test='%{institutesRecognitionInfoNinmo.recognitionStatus == "2"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2"  selected="selected">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:elseif>
         <s:elseif test='%{institutesRecognitionInfoNinmo.recognitionStatus == "3"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
         </s:elseif>
         <s:else>
       
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
        </s:else>
    </select>    </td>
    <td class="banglaText"><input id="recognitionDateNinmoS" name="recognitionDateNinmoS" type="text" value="<s:date name='institutesRecognitionInfoNinmo.recognitionDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="permittedDateNinmoS" name="permittedDateNinmoS" type="text" value="<s:date name='institutesRecognitionInfoNinmo.permittedDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="recognitionExpireDateNinmoS" name="recognitionExpireDateNinmoS" type="text" value="<s:date name='institutesRecognitionInfoNinmo.recognitionExpireDate' format='dd/MM/yyyy'  />"style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
  </tr>
  <tr>
    <td width="6%" align="center">2   
      <input id="institutesRecognitionIdMaddo" name="institutesRecognitionIdMaddo" type="hidden" value="<s:property value='institutesRecognitionInfoMaddo.institutesRecognitionId'/>">    </td>
    <td class="banglaText">মাধ্যমিক</td>
     <td class="banglaText">
     <select name="recognitionStatusMaddo" id="recognitionStatusMaddo" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:140px;" class="banglaText" onChange="findselected('recognitionStatusMaddo','recognitionDateMaddoS','permittedDateMaddoS','recognitionExpireDateMaddoS');" onKeyUp="findselected('recognitionStatusMaddo','recognitionDateMaddoS','permittedDateMaddoS','recognitionExpireDateMaddoS');">
      <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
              <s:if test='%{institutesRecognitionInfoMaddo.recognitionStatus == "1"}'>
              <option value="1" selected="selected">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:if>
         <s:elseif test='%{institutesRecognitionInfoMaddo.recognitionStatus == "2"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2"  selected="selected">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:elseif>
         <s:elseif test='%{institutesRecognitionInfoMaddo.recognitionStatus == "3"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
         </s:elseif>
         <s:else>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
        </s:else>
    </select>    </td>
    <td class="banglaText"><input id="recognitionDateMaddoS" name="recognitionDateMaddoS" type="text" value="<s:date name='institutesRecognitionInfoMaddo.recognitionDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="permittedDateMaddoS" name="permittedDateMaddoS" type="text" value="<s:date name='institutesRecognitionInfoMaddo.permittedDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="recognitionExpireDateMaddoS" name="recognitionExpireDateMaddoS" type="text" value="<s:date name='institutesRecognitionInfoMaddo.recognitionExpireDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
  </tr>
  <tr>
    <td width="6%" align="center" >3
    <input id="institutesRecognitionIdVoc" name="institutesRecognitionIdVoc" type="hidden" value="<s:property value='institutesRecognitionInfoVoc.institutesRecognitionId'/>">    </td>
    <td class="banglaText">এস এস সি ভোক</td>
     <td class="banglaText">
    <select name="recognitionStatusVoc" id="recognitionStatusVoc" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:140px;" class="banglaText" onChange="findselected('recognitionStatusVoc','recognitionDateVocS','permittedDateVocS','recognitionExpireDateVocS');" onKeyUp="findselected('recognitionStatusVoc','recognitionDateVocS','permittedDateVocS','recognitionExpireDateVocS');">
      <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesRecognitionInfoVoc.recognitionStatus == "1"}'>
              <option value="1" selected="selected">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:if>
         <s:elseif test='%{institutesRecognitionInfoVoc.recognitionStatus == "2"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2"  selected="selected">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:elseif>
         <s:elseif test='%{institutesRecognitionInfoVoc.recognitionStatus == "3"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3"  selected="selected">কোনটিই নয়</option>
         </s:elseif>
         <s:else>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
        </s:else>
    </select>    </td>
    <td class="banglaText"><input id="recognitionDateVocS" name="recognitionDateVocS" type="text" value="<s:date name='institutesRecognitionInfoVoc.recognitionDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="permittedDateVocS" name="permittedDateVocS" type="text" value="<s:date name='institutesRecognitionInfoVoc.permittedDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>

    <td class="banglaText"><input id="recognitionExpireDateVocS" name="recognitionExpireDateVocS" type="text" value="<s:date name='institutesRecognitionInfoVoc.recognitionExpireDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
  </tr>
   <tr>
    <td width="6%" align="center">4
     <input id="institutesRecognitionIdBM" name="institutesRecognitionIdBM" type="hidden" value="<s:property value='institutesRecognitionInfoBM.institutesRecognitionId'/>">    </td>
    <td class="banglaText">বি.এম</td>
     <td class="banglaText">
    <select name="recognitionStatusBM" id="recognitionStatusBM" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:140px;" class="banglaText" onChange="findselected('recognitionStatusBM','recognitionDateBMS','permittedDateBMS','recognitionExpireDateBMS');" onKeyUp="findselected('recognitionStatusBM','recognitionDateBMS','permittedDateBMS','recognitionExpireDateBMS');">
      <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesRecognitionInfoBM.recognitionStatus == "1"}'>
              <option value="1" selected="selected">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:if>
         <s:elseif test='%{institutesRecognitionInfoBM.recognitionStatus == "2"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2"  selected="selected">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:elseif>
         <s:elseif test='%{institutesRecognitionInfoBM.recognitionStatus == "3"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
         </s:elseif>
         <s:else>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
        </s:else>
    </select>    
    </td>
    <td class="banglaText"><input id="recognitionDateBMS" name="recognitionDateBMS" type="text" value="<s:date name='institutesRecognitionInfoBM.recognitionDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="permittedDateBMS" name="permittedDateBMS" type="text" value="<s:date name='institutesRecognitionInfoBM.permittedDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="recognitionExpireDateBMS" name="recognitionExpireDateBMS" type="text" value="<s:date name='institutesRecognitionInfoBM.recognitionExpireDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
  </tr>
  <tr>
    <td width="6%" align="center">5
     <input id="institutesRecognitionIdHSCVoc" name="institutesRecognitionIdHSCVoc" type="hidden" value="<s:property value='institutesRecognitionInfoHSCVoc.institutesRecognitionId'/>">    </td>
    <td class="banglaText">এইচ এস সি ভোক</td>
     <td class="banglaText">
    <select name="recognitionStatusHSCVoc" id="recognitionStatusHSCVoc" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:140px;" class="banglaText" onChange="findselected('recognitionStatusHSCVoc','recognitionDateHSCVocS','permittedDateHSCVocS','recognitionExpireDateHSCVocS');" onKeyUp="findselected('recognitionStatusHSCVoc','recognitionDateHSCVocS','permittedDateHSCVocS','recognitionExpireDateHSCVocS');">
      <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesRecognitionInfoHSCVoc.recognitionStatus == "1"}'>
              <option value="1" selected="selected">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:if>
         <s:elseif test='%{institutesRecognitionInfoHSCVoc.recognitionStatus == "2"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2"  selected="selected">অনুমতি প্রাপ্ত</option>
              <option value="3">কোনটিই নয়</option>
         </s:elseif>
         <s:elseif test='%{institutesRecognitionInfoHSCVoc.recognitionStatus == "3"}'>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
         </s:elseif>
         <s:else>
              <option value="1">স্বীকৃতি প্রাপ্ত</option>
              <option value="2">অনুমতি প্রাপ্ত</option>
              <option value="3" selected="selected">কোনটিই নয়</option>
        </s:else>
    </select>     </td>
    <td class="banglaText"><input id="recognitionDateHSCVocS" name="recognitionDateHSCVocS" type="text" value="<s:date name='institutesRecognitionInfoHSCVoc.recognitionDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="permittedDateHSCVocS" name="permittedDateHSCVocS" type="text" value="<s:date name='institutesRecognitionInfoHSCVoc.permittedDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
    <td class="banglaText"><input id="recognitionExpireDateHSCVocS" name="recognitionExpireDateHSCVocS" type="text" value="<s:date name='institutesRecognitionInfoHSCVoc.recognitionExpireDate' format='dd/MM/yyyy'  />" style="width:150px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></td>
  </tr>
</table>
</div>


<!-- Start left div-->

 <div id="rightTop_side" style="float:left;width:500px;height:25px; margin-left:5px; ">&nbsp;</div>
 <div id="rightTop_side" style="float:left;width:500px;height:10px;margin-left:5px;margin-top:5px;">&nbsp;</div>

<!-- End left div-->





</div>


</div>
</div>
</div>
<!--   ******************* End Print One  **********************  -->   




      
<!--   ******************* Start Print two  **********************  -->      
<div id="form_main_div_for_print2" style="width:812px; height:600px; background:none;">      
<!-- Start jhaa  to da -->
 <div id="row_div" style="float:left;width:740px !important; width:760px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
 <div id="rightTop_side" style="float:left;width:655px;height:auto; margin-left:0px; ">
 <div id="rightTop_side" style="float:left;width:320px;height:auto; margin-left:5px; ">
    <div style="float:left; width:320px;">
    <div style="float:left; width:210px;" class="banglaText">(জ)প্রতিষ্ঠানটি কি এমপিওভুক্ত ?</div>
    <div style="float:left; width:100px; text-align:left;">
         <select name="mpoStatus" id="mpoStatus" style="width:100px;" class="banglaText" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
         <s:if test='%{institutesInfo.mpoStatus == "1"}'>
          <option value="1" selected="selected">হ্যাঁ</option>
          <option value="2">না</option>
          <option value="3">প্রযোজ্য নয়</option>
         </s:if>
         <s:elseif test='%{institutesInfo.mpoStatus == "3"}'>
         <option value="2" >না</option>
         <option value="1">হ্যাঁ</option>
         <option value="3" selected="selected">প্রযোজ্য নয়</option>
         </s:elseif>
         <s:else>
          <option value="3">প্রযোজ্য নয়</option>
          <option value="1">হ্যাঁ</option>
         <option value="2"  selected="selected">না</option>
         </s:else>
   
      </select>

    </div>
 </div>
</div>
 <div id="rightTop_side" style="float:left;width:320px;height:auto;margin-left:5px;margin-top:5px;">
    <div style="float:left; width:320px;">
    <div style="float:left; width:210px;" class="banglaText">(ঝ)কারিগরীশাখা কি এমপিওভুক্ত ?</div>
    <div style="float:left; width:100px;text-align:left;">
     <select name="technicalBranchMpoStatus" id="technicalBranchMpoStatus" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:100px;" class="banglaText">
        <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->        
         <s:if test='%{institutesInfo.technicalBranchMpoStatus == "1"}'>
          <option value="1" selected="selected">হ্যাঁ</option>
         <option value="2">না</option>
         <option value="3">প্রযোজ্য নয়</option>
         </s:if>
         <s:elseif test='%{institutesInfo.technicalBranchMpoStatus == "3"}'>
         <option value="2" >না</option>
          <option value="1">হ্যাঁ</option>
          <option value="3" selected="selected">প্রযোজ্য নয়</option>
         </s:elseif>
         <s:else>
          <option value="3" >প্রযোজ্য নয়</option>
          <option value="1">হ্যাঁ</option>
         <option value="2" selected="selected">না</option>
         </s:else>
      </select>
    </div>
 </div>
</div>
</div>
 <div id="text_div" style="float:left;width:650px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
 <b>(ঞ)প্রতিষ্ঠানটি এমপিওভুক্ত হলে স্তর ও তারিখ</b>
 </div>

 <div id="table_div" style="float:left;width:780px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
 <table width="100%" border="1" class="hovertableSch">
  <tr class="banglaText">
    <td width="21%">এমপিওভুক্তির স্তর</td>
    <td width="1%">&nbsp;</td>
    <td width="28%">এমপিওভুক্তির তারিখ</td>
   <td width="21%">এমপিওভুক্তির স্তর</td>
    <td width="1%">&nbsp;</td>
    <td width="28%">এমপিওভুক্তির তারিখ</td>
  </tr>
  <tr class="banglaText">
    <td>
    ১.নিম্ন মাধ্যমিক &nbsp;&nbsp;  
    <input id="mpoNinmo12Id" name="mpoNinmo12Id" type="hidden" value="<s:property value='institutesMpoStatusInfoNinmo.mpoId'/>" />    </td>
    <td>&nbsp;</td>
    <td>
    <input id="ninmo12MpoDateS" name="ninmo12MpoDateS" type="text" value="<s:date name='institutesMpoStatusInfoNinmo.mpoDate' format='dd/MM/yyyy'  />" style="width:100px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">    </td>
    <td>
    ২.মাধ্যমিক&nbsp;&nbsp;
         <input id="mpoMaddo13Id" name="mpoMaddo13Id" type="hidden" value="<s:property value='institutesMpoStatusInfoMaddo.mpoId'/>" />    </td>
    <td>&nbsp;</td>
    <td>
    <input id="maddo13MpoDateS" name="maddo13MpoDateS" type="text" value="<s:date name='institutesMpoStatusInfoMaddo.mpoDate' format='dd/MM/yyyy'  />" style="width:100px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">    </td>
  </tr>
  <tr class="banglaText">
    <td>
    ৩.  ভোক শাখা &nbsp;&nbsp;    
     <input id="mpoVoc51Id" name="mpoVoc51Id" type="hidden" value="<s:property value='institutesMpoStatusInfoVoc.mpoId'/>" />    </td>
    <td>&nbsp;</td>
    <td>
    <input id="voc51MpoDateS" name="voc51MpoDateS" type="text" value="<s:date name='institutesMpoStatusInfoVoc.mpoDate' format='dd/MM/yyyy'  />"  style="width:100px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">    </td>
    <td>
    ৪.বি.এম শাখা &nbsp;&nbsp;
    <input id="mpoBM52Id" name="mpoBM52Id" type="hidden" value="<s:property value='institutesMpoStatusInfoBM.mpoId'/>" />    </td>
    <td>&nbsp;</td>
    <td>
    <input id="bM52MpoDateS" name="bM52MpoDateS" type="text" value="<s:date name='institutesMpoStatusInfoBM.mpoDate' format='dd/MM/yyyy'  />" style="width:100px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">    </td>
  </tr>
  <tr class="banglaText">
    <td>
    ৫.এইচ এস সি ভোক
 <input id="mpoHSCVoc54Id" name="mpoHSCVoc54Id" type="hidden" value="<s:property value='institutesMpoStatusInfoHSCVoc.mpoId'/>" />    </td>
    <td>&nbsp;</td>
    <td>
    <input id="hSCVoc54MpoDateS" name="hSCVoc54MpoDateS" type="text" value="<s:date name='institutesMpoStatusInfoHSCVoc.mpoDate' format='dd/MM/yyyy'  />"  style="width:100px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">    </td>
    <td colspan="3">&nbsp;</td>
  </tr>
</table>
 </div>


<div style="float:left; width:490px;" class="banglaText">
    (ট) প্রতিষ্ঠানটির নিকটবর্তী প্রশাসনিক ইউনিট
      <select name="nearestAdminUnit" id="nearestAdminUnit" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:140px;" class="banglaText">
     
         <s:if test='%{institutesInfo.nearestAdminUnit == "1"}'>
              <option value="1" selected="selected">উপজেলা সদর</option>
              <option value="2">জেলা সদর</option>
              <option value="3">বিভাগীয় সদর</option>
         </s:if>
         <s:elseif test='%{institutesInfo.nearestAdminUnit == "2"}'>
              <option value="1">উপজেলা সদর</option>
              <option value="2"  selected="selected">জেলা সদর</option>
              <option value="3">বিভাগীয় সদর</option>
         </s:elseif>
         <s:elseif test='%{institutesInfo.nearestAdminUnit == "3"}'>
              <option value="1">উপজেলা সদর</option>
              <option value="2">জেলা সদর</option>
              <option value="3" selected="selected">বিভাগীয় সদর</option>
         </s:elseif>
         <s:else>
              <option value="1" selected="selected">উপজেলা সদর</option>
              <option value="2">জেলা সদর</option>
              <option value="3">বিভাগীয় সদর</option>
        </s:else>
    </select>

</div>

<div id="2nd_div" style="float:left;width:490px; height:auto;background:none; margin-top:5px;">

<div style="float:left; width:490px;" class="banglaText">
    (ঠ) নিকটবর্তী প্রশাসনিক ইউনিটের দূরত্ব
    <input id="nearestAdminUnitDistant"name="nearestAdminUnitDistant"  maxlength="4" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"  type="text" value="<s:property value='institutesInfo.nearestAdminUnitDistant'/>" style="width:70px; " onKeyPress="return numbersonly(this, event)"></div>
</div>

<div id="2nd_div" style="float:left;width:490px; height:auto;background:none; margin-top:5px;">
<div style="float:left; width:490px;" class="banglaText">
    (ড) প্রতিষ্ঠানটিতে ইংরেজী ভার্সনে শিক্ষা প্রদান করা হয় কি ? <select name="englishVerYn" id="englishVerYn" style="width:100px;" class="banglaText" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
         <s:if test='%{institutesInfo.englishVerYn == "1"}'>
          <option value="1" selected="selected">হ্যাঁ</option>
          <option value="2">না</option>       
         </s:if>
         <s:elseif test='%{institutesInfo.englishVerYn == "2"}'>
         <option value="2" selected="selected">না</option>
         <option value="1">হ্যাঁ</option>       
         </s:elseif>
         <s:else>
          <option value="1">হ্যাঁ</option>
         <option value="2" selected="selected">না</option>
         </s:else>
   
      </select>

</div>
</div>


 </div>
<!-- End jhaa  to da -->
<div id="rowColorBorder_div" style="float:left;width:808px !important; width:800px; height:30px; background-color:none; border:1px solid #CCC; margin-top:5px;">
<div style="float:left; width:250px;" class="banglaText"><span class="banglaText"><span class="banglaTextBold">৪.</span> প্রতিষ্ঠানটি কোন এলাকায় ?</span></div>
<div style="float:left; width:200px;">
    <div style="float:left; width:300px;">
     <select name="areaStatus1" id="areaStatus1" style="width:190px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" class="englishTextC1">
        <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{institutesInfo.lookupAreaStatus1InfoFK.areaStatus1 != ""}'>
        <option selected="selected" value="<s:property value="institutesInfo.lookupAreaStatus1InfoFK.areaStatus1"/>" ><s:property value="institutesInfo.lookupAreaStatus1InfoFK.detailsBn"/></option>
         <s:iterator value="lookupAreaStatus1InfoList" status="status">
        <option value="<s:property value="areaStatus1"/>"><s:property value="detailsBn"/></option>
         </s:iterator>
         </s:if>
         <s:else>
         <s:iterator value="lookupAreaStatus1InfoList" status="status">
        <option value="<s:property value="areaStatus1"/>"><s:property value="detailsBn"/></option>
         </s:iterator>
         </s:else>
    </select>
    </div>
 </div>
</div>


<div id="row_div" style="float:left;width:810px !important; width:800px; height:auto; margin-top:5px;background:#D9E9DA;">
<fieldset>
<legend class="banglaText"><span class="banglaTextMini"><span class="banglaTextBold">৫.</span> স্কুল কমিটি সংক্রান্ত </span></legend>
<div id="comiteeLeft_div" style="float:left; width:340px; height:auto;">
 <div style="float:left; width:340px;">
 <div style="float:left;width:120px !important;width:135px;text-align:right;" class="banglaText">ক) কমিটির ধরন &nbsp;</div>
    <div style="float:left; width:180px; text-align:left;">
    <input id="commiteeId" name="commiteeId" type="hidden" value="<s:property value='committeesInfo.commiteeId'/>">
       <select name="type" id="type" style="width:120px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" class="banglaText">
     <!-- <option value="<s:property value=''/>" selected="selected">নির্দিষ্ট করুন</option>-->
         <s:if test='%{committeesInfo.type == "1"}'>
          <option value="1" selected="selected">অর্গানাইজিং</option>
          <option value="2">ম্যানেজিং</option>
          <option value="4">এডহক</option>
          <option value="5">বিশেষ</option>
          <option value="6">বর্তমানে নাই</option>
          <option value="7">প্রক্রিয়াধীন</option>
         </s:if>
         <s:elseif test='%{committeesInfo.type == "2"}'>
          <option value="1">অর্গানাইজিং</option>
          <option value="2"  selected="selected">ম্যানেজিং</option>
          <option value="4">এডহক</option>
          <option value="5">বিশেষ</option>
          <option value="6">বর্তমানে নাই</option>
          <option value="7">প্রক্রিয়াধীন</option>
         </s:elseif>
         <s:elseif test='%{committeesInfo.type == "4"}'>
          <option value="1">অর্গানাইজিং</option>
          <option value="2" >ম্যানেজিং</option>
          <option value="4" selected="selected">এডহক</option>
          <option value="5">বিশেষ</option>
          <option value="6">বর্তমানে নাই</option>
          <option value="7">প্রক্রিয়াধীন</option>
         </s:elseif>
         <s:elseif test='%{committeesInfo.type == "5"}'>
          <option value="1">অর্গানাইজিং</option>
          <option value="2" >ম্যানেজিং</option>
          <option value="4">এডহক</option>
          <option value="5" selected="selected">বিশেষ</option>
          <option value="6">বর্তমানে নাই</option>
          <option value="7">প্রক্রিয়াধীন</option>
         </s:elseif>
         <s:elseif test='%{committeesInfo.type == "6"}'>
          <option value="1">অর্গানাইজিং</option>
          <option value="2"  >ম্যানেজিং</option>
          <option value="4">এডহক</option>
          <option value="5">বিশেষ</option>
          <option value="6" selected="selected">বর্তমানে নাই</option>
          <option value="7">প্রক্রিয়াধীন</option>
         </s:elseif>
         <s:elseif test='%{committeesInfo.type == "7"}'>
          <option value="1">অর্গানাইজিং</option>
          <option value="2"  >ম্যানেজিং</option>
          <option value="4">এডহক</option>
          <option value="5">বিশেষ</option>
          <option value="6">বর্তমানে নাই</option>
          <option value="7" selected="selected">প্রক্রিয়াধীন</option>
         </s:elseif>
         <s:else>
          <option value="1">অর্গানাইজিং</option>
          <option value="2" >ম্যানেজিং</option>
          <option value="4">এডহক</option>
          <option value="5">বিশেষ</option>
          <option value="6"  selected="selected">বর্তমানে নাই</option>
          <option value="7">প্রক্রিয়াধীন</option>
         </s:else>
    </select>
  </div>
 </div>
 <div id="right_side" style="float:left;width:350px;height:auto; margin-left:10px;margin-top:20px !important; margin-top:10px;">

<fieldset>
<legend class="banglaText"><b>(খ) কমিটি থাকলে </b></legend>

<div style="float:left; width:300px;">
    <div style="float:left; width:150px;" class="banglaText">অনুমোদনের তারিখ</div>
    <div style="float:left; width:150px;" class="banglaText"><input id="approveDateS" name="approveDateS" type="text" value="<s:date name='committeesInfo.approveDate' format='dd/MM/yyyy'  />" style="width:150px !important;width:120px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></div>
 </div>
<div style="float:left; width:300px; margin-top:5px;">
    <div style="float:left; width:150px;" class="banglaText">মেয়াদ উত্তীর্ণের তারিখ</div>
    <div style="float:left; width:150px;" class="banglaText"><span class="banglaText" style="float:left; width:150px;">
      <input id="expireDateS" name="expireDateS" type="text" value="<s:date name='committeesInfo.expireDate' format='dd/MM/yyyy'  />" style="width:150px !important;width:120px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10">
    </span></div>
</div>



</fieldset>
</div>
</div>
<div id="comiteeRight_div" style="float:left; width:340px; height:auto;">
<!-- start comitee number -->
<div id="right_side" style="float:left;width:380px !important; width:360px;height:auto; margin-left:20px;">
<fieldset>
<legend class="banglaText"><b>(গ) কমিটি র মোট সদস্য সংখ্যা </b></legend>
<div style="float:left; width:360px; margin-top:5px;">

<div style="float:left; width:120px;">
    <div style="float:left;width:60px; text-align:right" class="banglaText">পুরুষ &nbsp;</div>
    <div style="float:left; width:60px;" class="banglaText" align="left";><input id="totalMember" name="totalMember" type="text"  value="<s:property value='committeesInfo.totalMember'/>" maxlength="2" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:30px;" onKeyPress="return numbersonly(this, event)"></div>
</div>   
<div style="float:left; width:130px;">
   <div style="float:left; width:70px; text-align:right;" class="banglaText">মহিলা &nbsp;</div>
    <div style="float:left; width:60px;" class="banglaText" align="left"><input id="totalFemale" name="totalFemale" type="text" maxlength="2" value="<s:property value='committeesInfo.totalFemale'/>" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" style="width:30px;" onKeyPress="return numbersonly(this, event)"></div>
</div>   
   
 </div>

</fieldset>
</div>
<!-- End comitee number -->


<!-- start comitee no -->
<div id="right_side" style="float:left;width:320 !important; width:320px;height:auto; margin-left:20px;">
<fieldset>
<legend class="banglaText"><b>(ঘ) কমিটি না থাকলে </b></legend>
<div style="float:left; width:350px; margin-top:5px;">
    <div style="float:left; width:250px;" class="banglaText"><span style="width:240px;height:auto;">বিগত কমিটির মেয়াদ শেষ হওয়ার তারিখ</span></div>
    <div style="float:left; width:70px;" class="banglaText"><input id="lastCommiteeExpireDateS" name="lastCommiteeExpireDateS" type="text" value="<s:date name='committeesInfo.lastCommiteeExpireDate' format='dd/MM/yyyy'  />" style="width:70px;" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';checkdate(this);" onKeyPress="return dateWithSlashOnly(this, event)" onKeyUp="dtval(this,event)" maxlength="10"></div>
 </div>
</fieldset>
</div>
<!-- End comitee no -->



</div>


<div id="2nd_div" style="float:left;width:750px !important; width:770px; height:auto;background:#D9E9DA; margin-top:5px;">
 <div id="text_div" style="float:left;width:700px; height:auto; margin-top:5px; text-align:left;" class="banglaText">
  (ঙ) কমিটি না থাকলে কার স্বাক্ষরে সরকারী বেতন ভাতাদি উত্তীর্ন হচ্ছে ?
 </div>
 <div id="table_div" style="float:left;width:700px; height:auto; margin-top:5px;">
   <table width="100%" border="1" cellpadding="0" cellspacing="0" class="hovertable">
     <tr >
       <td width="24%" style="font-family:Arial; font-size:13px; font-weight:bold; color:#000;text-align:center;">DEO</td>
       <td width="21%" style="font-family:Arial; font-size:13px; font-weight:bold; color:#000;text-align:center;">UNO</td>
       <td width="55%" style="text-align:center;" class="banglaText">অন্য কোন কর্মকর্তা (নাম লিখুন)</td>
     </tr>
     <tr>
       <td align="center">
            <s:if test='%{committeesInfo.deo == "1"}'>
            <input type="checkbox" name="deo" id="deo" value="1" checked="checked"  onClick="disableField(this.id,'uno','otherOfficials');">   
         </s:if>
         <s:elseif test='%{committeesInfo.deo == "0"}'>
            <input type="checkbox" name="deo" id="deo" value="1" onClick="disableField(this.id,'uno','otherOfficials');">       
         </s:elseif>
         <s:else>
            <input type="checkbox" name="deo" id="deo" value="1" onClick="disableField(this.id,'uno','otherOfficials');">
         </s:else>
       </td>
       <td align="center">
            <s:if test='%{committeesInfo.uno == "1"}'>
            <input type="checkbox" name="uno" id="uno" value="1" checked="checked" onClick="disableField(this.id,'deo','otherOfficials');">   
         </s:if>
         <s:elseif test='%{committeesInfo.uno == "0"}'>
            <input type="checkbox" name="uno" id="uno" value="1" onClick="disableField(this.id,'deo','otherOfficials');">       
         </s:elseif>
         <s:else>
            <input type="checkbox" name="uno" id="uno" value="1" onClick="disableField(this.id,'deo','otherOfficials');">
         </s:else>
       </td>
       <td align="center">
       <input type="text" name="otherOfficials" id="otherOfficials" value="<s:property value='committeesInfo.otherOfficials'/>" style="width:300px; text-transform: lowercase;font-variant: small-caps;" onKeyPress="return charOnly(event)" onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';">
       </td>
     </tr>
   </table>
 </div>
</div>


</fieldset>
</div>
</div>
<!--   ******************* End Print two  **********************  -->   







<!-- start print button -->
<div id="printGo_div" style="width:812px; height:70px; background:#DEF5DE;;">
     <div id="2nd_div" style="float:left;width:810px !important; width:800px;height:auto;background-color:none;">
 <div style="width:650px; height:auto; margin-top:5px; margin-left:150px;">
        <div style="float:left;width:55px; height:auto;"> <input name="Back" type="button" value=" Back " onClick="history.back();return true;" style=" font-family:Arial; font-size:12px; font-weight:bold;" /></div>
        <div style="float:left;width:65px; height:auto;"><input id="button" name="button" type="submit" value="Cancel" style=" font-family:Arial; font-size:12px; font-weight:bold;" onClick="setSubmit('Cancel');" ></div>
        <div style="float:left;width:150px; height:auto;">
        <s:if test='%{#session.userDetailsInfo.userRoleDetailsInfoFK.userRoleId < 7}'>
            <input id="button" name="button" type="submit" value="Verified" onClick="setSubmit('Verified');" style="font-family:Arial; font-size:12px; font-weight:bold;" >
        </s:if>
        <s:else>
            <input id="button" name="button" type="submit" value="Save And Go Forward" onClick="setSubmit('Save And Go Forward');" style="font-family:Arial; font-size:12px; font-weight:bold;" >
         </s:else>       
        </div>
        <div style="float:left;width:58px; height:auto;"> <input id="" name="" type="reset" value="Reset" style=" font-family:Arial; font-size:12px; font-weight:bold;" ></div>
        <div style="float:left;width:50px; height:auto;"><input type="button" value="Print" onClick="printPage('form_main_div_for_print1','form_main_div_for_print2')" style=" font-family:Arial; font-size:12px; font-weight:bold;"/></div>
 </div>
</div>
</div>
<!-- End print button -->







</div>
</form>

</body>


<script>
document.getElementById("general_page").style.backgroundColor='#DEF5DE';
//document.getElementById("general_page").style.backgroundColor='red';       
</script>







2nd jsp page  :

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@taglib prefix="s" uri="/struts-tags"%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link type="text/css" href="./css/solaimanLipiFont.css" rel="stylesheet">
<link type="text/css" href="./css/tableStyle.css" rel="stylesheet">




<title>BANBEIS</title>
<script type="text/javascript" src="js/tabColorManage.js"></script>
<script language="javascript">
function printPage(id1,id2)
{
// alert(id);
   var html="<html>";
   html+="<head>";
   html+="<link type='text/css' href='css/solaimanLipiFont.css' rel='stylesheet'>";
   html+="<link type='text/css' href='css/tableStyle.css' rel='stylesheet'> ";
   html+="</head>";
   html+="<body>";
    html+= document.getElementById(id1).innerHTML;
   html+= "<div style='float:left;width:812px; height:40px;'>&nbsp;</div>";
   html+= document.getElementById(id2).innerHTML;
   html+="</body>";
   html+="</html>";
  
   var width=document.getElementById(id1).style.width;
   var height1=document.getElementById(id1).style.height;
   var height2=document.getElementById(id2).style.height;
   var height=parseInt(height1)+parseInt(height2);
   // alert("width "+width +"height "+height);
   var printWin = window.open('','','left=0,top=0,width='+width+',height='+height+',toolbar=0,scrollbars=0,status=0');
   printWin.document.write(html);
   printWin.document.close();
   printWin.focus();
   printWin.print();
   printWin.close();

 }
 var check = '';

   function checkForm(){

           if(check == 'Save And Go Forward' || check == 'Verified'){
            var result=verifyForm();
       
            if(result==true)
               {
                 return true;
               }
               else{
                 return false;
               }   
            }
            else if(check == 'Cancel'){   
                 var cancelRes=cancelResult();
                 // alert(cancelRes);
                 if(cancelRes == false){   
                    return false;
                 }else{
                    return true;
                 }
            }
            else {
                return false;
            }
                return false;
         }

          function setSubmit(id){
                // alert(id);
                  check = id;
           }
   
    function verifyForm(){

return true;

}   
   
function verifyFormBack(){



 var teacApearUse=document.getElementById('teacApearUse').value;

 var stepI=true;
 var stepII=true;
 var stepIII=true;
var stepIV=true;


 //alert("step 3");
 
 if(teacApearUse==1 || teacApearUse==3 ){
  var glob=document.getElementById('glob').checked;
  var map=document.getElementById('map').checked;
  var poster=document.getElementById('poster').checked;
  //var laksoy=document.getElementById('laksoy').checked;
  //alert("step 5"+glob+" "+map+" "+poster+" "+laksoy);
  if(glob == false && map == false && poster == false && laksoy == false){
  //alert("step 9");
     alert("check box can not be disabled");
     stepI= false;
  }
  else{

       stepI= true;
   }



 }
<!-- for nine number End -->


<!-- for 19 number Start -->
var coCurricularActYn=document.getElementById('coCurricularActYn').value;
 if(coCurricularActYn==1){

 var cricket=document.getElementById('cricket').checked;
 var footbal=document.getElementById('footbal').checked;
 var milad=document.getElementById('milad').checked;
 var voolyball=document.getElementById('voolyball').checked;
 var karam=document.getElementById('karam').checked;

 var anualSports=document.getElementById('anualSports').checked;
 var handball=document.getElementById('handball').checked;
 var anualCultural=document.getElementById('anualCultural').checked;
 var indorGames=document.getElementById('indorGames').checked;
 var dibet=document.getElementById('dibet').checked;

  if(cricket == false && footbal == false && milad == false && voolyball == false && karam == false&& anualSports == false && handball == false && anualCultural == false && indorGames == false && dibet == false){
  //alert("step 19");
     alert("check box can not be disabled for 18");
     stepII= false;
  }
  else{
  //alert("step 19");
       stepII= true;
       //return true;
   }
  
  
 }
 <!-- for 19 number End -->
 var shiftYn=document.getElementById('shiftYn').value;
  if(shiftYn==1){
 var shiftNo=document.getElementById('shiftNo').value;
 //alert(shiftNo);
   if(shiftNo ==''){
  
     alert("shift number field can not be empty");
     stepIII = false;
  }
  else{
  //alert("step 2nd 22");
       stepIII = true;
   }

}

// End TweentyTwo



// Start TweentyThree
 var branchYn=document.getElementById('branchYn').value;
 
 if(branchYn==1){
 var branchNo= document.getElementById('branchNo').value;
    if(branchNo ==''){
  
     alert("branch number field can not be empty");
     stepIV = false;
  }
  else{
  //alert("step 2nd 23");
       stepIV = true;
   }


 }
// End TweentyThree

<!--  ******************************** kaniz new update End *************************** -->


<!--start   -->

     //var compHr = false;
    //c var multimediaUse = false;
      //c var labHr = false;
     //c var lastYrMeeting = false;
     //c var lastYrPtaMeeting = false;
     //c var workingDayLastYr = false;


     //c compHr = check_InputField('compHr','Computer User Hour');

     //c if(compHr==true){

      //c multimediaUse = check_InputField('multimediaUse','Multimedia Use');
      //c if(multimediaUse==true){

      //c labHr = check_InputField('labHr','labratory Hour');
      //c if(labHr==true){
      //labHr = check_InputField('lastYrMeeting'); 
     
     //c lastYrMeeting = check_InputField('lastYrMeeting','Last Year Managing Comitee Meeting');
     //c if(lastYrMeeting==true){
   
     //c lastYrPtaMeeting = check_InputField('lastYrPtaMeeting','Last Year PTA Meeting');
      //c if(lastYrPtaMeeting==true){
     //c workingDayLastYr = check_InputField('workingDayLastYr','Working Day Last Year');
             //c  }
           //c }
   
        //c  }
      //c }
   
   
     //c }
       
<!-- End   -->   
      //c if(stepI==false || stepII==false || stepIII == false || stepIV== false || compHr == false || multimediaUse == false || labHr == false|| lastYrMeeting==false || lastYrPtaMeeting==false || workingDayLastYr==false){
      if(stepI==false || stepII==false || stepIII == false || stepIV== false){

             return false;
         }
        else{
             return true;
         }

         return true;
     }
   
    function check_InputField(div_id,msg){
   
                var val = document.getElementById(div_id).value;
               
                if(val == null || val ==''){
   
                     alert(msg+" Field can not be empty");
   
   
                    document.getElementById(div_id).style.border="1px #FF0000 solid";
            //    document.getElementById("fill_sms").innerHTML="Some mandatory field did not fill up please check the total form.";
                    return false;
                }
           
       
           
            //kaniz start
               
              if(val != null ){
           
           
                var check_val =false;  
                    //  computer operation all for 11 class     fill_sms       

                               
                        //check_val = number_validation(val);   
                       <!--  start compHr -->   
                        if(div_id =='compHr' || div_id =='multimediaUse'){
                        // alert("val "+val+" div_id "+div_id);
                         var  val=document.getElementById(div_id).value;
                         //alert("val "+val+" div_id "+div_id);
                         check_val=min_max_validation(msg,val,div_id,0,24);                   
                       
                        }                   
                        <!--  End compHr -->   
                       
                         <!--  start labHr -->   
                        if(div_id =='labHr'){
                         //alert("val "+val+" div_id "+div_id);
                         var  val=document.getElementById(div_id).value;
                        // alert("val "+val+" div_id "+div_id);
                         check_val=min_max_validation(msg,val,div_id,0,72);                   
                       
                        }                   
                        <!--  End labHr -->       
                       
                        <!--  start lastYrMeeting -->   
                        if(div_id =='lastYrMeeting'){
                        // alert("val "+val+" div_id "+div_id);
                         var  val=document.getElementById(div_id).value;
                         //alert("val "+val+" div_id "+div_id);
                         check_val=min_max_validation(msg,val,div_id,0,48);                   
                       
                        }                   
                        <!--  End lastYrMeeting -->   
                       
                        <!--  start lastYrPtaMeeting -->   
                        if(div_id =='lastYrPtaMeeting'){
                         //alert("val "+val+" div_id "+div_id);
                         var  val=document.getElementById(div_id).value;
                         //alert("val "+val+" div_id "+div_id);
                         check_val=min_max_validation(msg,val,div_id,0,50);                   
                       
                        }                   
                        <!--  End lastYrPtaMeeting -->   
                       
                        <!--  start workingDayLastYr -->   
                        if(div_id =='workingDayLastYr'){
                         //alert("val "+val+" div_id "+div_id);
                         var  val=document.getElementById(div_id).value;
                         //alert("val "+val+" div_id "+div_id);
                         check_val=min_max_validation(msg,val,div_id,0,180);                   
                       
                        }                   
                        <!--  End workingDayLastYr -->   
                       
                                           
                        if(check_val == false){
                           
                        //alert("Numeric value is required for "+msg);
                         document.getElementById(div_id).style.border="1px #FF0000 solid";
                   //    document.getElementById("fill_sms").innerHTML="Some mandatory field did not filled up properly. please check the total form.";
                         document.getElementById(div_id).focus();
                                                
                         return false;
                        }
                                                               
                        else{   
                   
                         document.getElementById(div_id).style.border="1px #789DB9 solid";
                         return true;
                        }               
               
           
        }
    }
           
            //kaniz end
           
           
           
           
           
            function min_max_validation(msg,val,divId,minV,maxV){
           
                var  minVal=minV;
                var  maxVal=maxV;
               
                                                           
                //alert("val "+val+" div_id "+divId+"minVal "+minVal+"maxVal "+maxVal);
                                                       
                if(val <minVal){
                   alert(msg+"   value can not be less than  "+ minVal);
                   return false;
                }
                else if(val >maxVal){
                   alert(msg+"  value can not be more than  "+maxVal);
                   return false;
                }
                else{
                   return true;
                }
           
            }
            
             function number_validation(msg){ 
              
                var REXP = /^[0-9]+$/;

                if(REXP.test(msg)){
               
                    return true;
                }else{
                    return false;
                }
            }

 function cancelResult(){
     return confirm('If you cancel now your every changes that you have done after opening the form will not save? Are you sure to cancel?');
   
 }

function isDisable(){

 var teacApearUse=document.getElementById('teacApearUse').value;

 if(teacApearUse==1){

 document.getElementById('glob').disabled=false;
 document.getElementById('map').disabled=false;
 document.getElementById('poster').disabled=false;
 //document.getElementById('laksoy').disabled=false;

 }else if(teacApearUse==3 ){

 document.getElementById('glob').disabled=false;
 document.getElementById('map').disabled=false;
 document.getElementById('poster').disabled=false;
 //document.getElementById('laksoy').disabled=false;

 }else{

 document.getElementById('glob').disabled=true;
 document.getElementById('map').disabled=true;
 document.getElementById('poster').disabled=true;
 //document.getElementById('laksoy').disabled=true;

 document.getElementById('glob').checked=false;
 document.getElementById('map').checked=false;
 document.getElementById('poster').checked=false;
// document.getElementById('laksoy').checked=false;

 }

}

function isDisable2(){
var unifiedRecordTrainingYn=document.getElementById('unifiedRecordTrainingYn').value;

 if(unifiedRecordTrainingYn==2){

 document.getElementById('recordStatus').disabled=true;
 document.getElementById('summaryYn').disabled=true;
 document.getElementById('recordStatus').getElementsByTagName('option')[2].selected = 'selected';
 document.getElementById('summaryYn').getElementsByTagName('option')[1].selected = 'selected';

 }

  if(unifiedRecordTrainingYn==1){

 document.getElementById('recordStatus').disabled=false;
 document.getElementById('summaryYn').disabled=false; 
// document.getElementById('recordStatus').getElementsByTagName('option')[2].selected = 'selected';

 }

}




//kaniz start
// start eighteen
function isDisableEighteen(){

var coCurricularActYn=document.getElementById('coCurricularActYn').value;

 if(coCurricularActYn=='1'){

 document.getElementById('cricket').disabled=false;
 document.getElementById('footbal').disabled=false;
 document.getElementById('milad').disabled=false;
 document.getElementById('voolyball').disabled=false;
 document.getElementById('karam').disabled=false;
 document.getElementById('anualSports').disabled=false;
 document.getElementById('handball').disabled=false;
 document.getElementById('anualCultural').disabled=false;
 document.getElementById('indorGames').disabled=false;
 document.getElementById('dibet').disabled=false;

 }

 if(coCurricularActYn=='2'){

 document.getElementById('cricket').disabled=true;
 document.getElementById('footbal').disabled=true;
 document.getElementById('milad').disabled=true;
 document.getElementById('voolyball').disabled=true;
 document.getElementById('karam').disabled=true;
 document.getElementById('anualSports').disabled=true;
 document.getElementById('handball').disabled=true;
 document.getElementById('anualCultural').disabled=true;
 document.getElementById('indorGames').disabled=true;
 document.getElementById('dibet').disabled=true;

 document.getElementById('cricket').checked=false;
 document.getElementById('footbal').checked=false;
 document.getElementById('milad').checked=false;
 document.getElementById('voolyball').checked=false;
 document.getElementById('karam').checked=false;
 document.getElementById('anualSports').checked=false;
 document.getElementById('handball').checked=false;
 document.getElementById('anualCultural').checked=false;
 document.getElementById('indorGames').checked=false;
 document.getElementById('dibet').checked=false;

 }

}
// End eighteen



// Start TweentyOne
function isDisableTweentyOne(){
 var shiftYn=document.getElementById('shiftYn').value;
 
 if(shiftYn==1){
 document.getElementById('shiftNo').disabled=false;
 
 }

 if(shiftYn==2 ){
 document.getElementById('shiftNo').disabled=true;
 document.getElementById('shiftNo').value='';
 }

}

// End TweentyOne


// Start TweentyTwo
function isDisableTweentyTwo(){
 var branchYn=document.getElementById('branchYn').value;
 
 if(branchYn==1){
 document.getElementById('branchNo').disabled=false;

 }

 if(branchYn==2 ){
 document.getElementById('branchNo').disabled=true;
  document.getElementById('branchNo').value='';
 }

}
// End TweentyTwo


function isDisableAll(id, Kvalue){


 if(Kvalue == 1 || Kvalue == 2 ){

 document.getElementById(id).disabled=false;



 }else{

 document.getElementById(id).disabled=true;
  document.getElementById('summaryYn').getElementsByTagName('option')[1].selected = 'selected';
 }



 }
  //kaniz End



</script>
<SCRIPT TYPE="text/javascript">
function numbersonly(myfield, e, dec)
{
//alert("myfield :"+myfield);
//alert("Event :"+e);
//alert("dec :"+dec);
var key;
var keychar;

if (window.event)
   key = window.event.keyCode;
else if (e)
   key = e.which;
else
   return true;
keychar = String.fromCharCode(key);

// control keys
if ((key==null) || (key==0) || (key==8) ||
    (key==9) || (key==13) || (key==27) )
   return true;

// numbers
else if ((("0123456789").indexOf(keychar) > -1))
   return true;

// decimal point jump
else if (dec && (keychar == "."))
   {
   myfield.form.elements[dec].focus();
   return false;
   }
else
   return false;
}

</SCRIPT>



<!-- on load  function -->
<SCRIPT type="text/javascript">
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}



addLoadEvent(function() {
isDisable();
isDisable2();
isDisableEighteen();
isDisableTweentyOne();
isDisableTweentyTwo();
});
</SCRIPT>
<!-- on load  function -->
<script>

 function checkCompare(field_id_1,field_id_2){

   
    var field_val_1=document.getElementById(field_id_1).value;
    if(field_val_1==''){
      field_val_1=0;
    }
    var field_val_2=document.getElementById(field_id_2).value;
    if(field_val_2==''){
      field_val_2=0;
    }
   
    if(parseInt(field_val_1)==0 && parseInt(field_val_2)!=0) {
     alert("Please Insert total Teacher.");
     document.getElementById(field_id_2).value="";   
    }
    if(parseInt(field_val_1)!=0) {
       if(parseInt(field_val_1)<parseInt(field_val_2)){
       alert("Female Teacher can not be more than Total Teacher.");
       document.getElementById(field_id_2).value="";
   
       }else{
       
         return true;
       }
   }else{
  
     return true;
   }
  
    //alert("2field_val_1= " +field_val_1 +" field_val_2= "+field_val_2);
   

 }

</script>
</head>
<body>

<form name="TeacherEmployeeInfoForm3" id="TeacherEmployeeInfoForm3" method="post" onSubmit="return checkForm();" action="addTeacherEmployeeInfo3SchSixth.do">







 <div id="msgDiv" style="width:812px;height:auto; background-color:#D9E9DA; color:#FF0000" align="center">
<s:fielderror >
      <s:param >saveMsg</s:param>
</s:fielderror>
</div>
 <div id="root" style="width:812px; height:auto; background:none; ">

<div id="two_Print_div" style="width: 812px; height:auto;  background: #D9E9DA;">

<div id="form_main_div_for_print1" style="width: 812px; height: 1350px !important; height:1050px;background: #DEF5DE;">

<div style="float: left; width: 810px !important; width: 800px; text-align: center; font-weight: bold; margin-top: 5px;"
    class="banglaText">স্কুল সম্পর্কিত তথ্য ছক - <s:if
    test='%{institutesInfo.year != null && institutesInfo.year!=""}'>
    <input id="year" name="year" type="text"
        onKeyPress="return numbersonly(this, event)"
        value="<s:property value='#session.year'/>" readonly="readonly"
        style="width: 45px; border: none; background: none;">
    <input id="eiin" name="eiin" type="hidden"
        value="<s:property value='institutesInfo.eiin'/>">
</s:if> <s:else>
    <input id="year" name="year" type="text"
        onKeyPress="return numbersonly(this, event)"
        value="<s:property value='#session.year'/>" readonly="readonly"
        style="width: 45px; border: none; background: none;">
    <input id="eiin" name="eiin" type="hidden"
        value="<s:property value='#session.eiin'/>">
</s:else> <input id="submitFrom" name="submitFrom" type="hidden" value="onLine">
</div>
<div style=" float:left; width:810px !important; width:800px;height:auto;text-align:center; margin-top:5px;" class="banglaText1">(ঘ) শিক্ষক ও কর্মচারী সম্পর্কিত তথ্য</div>
<div id="row_div" style="float: left; width: 810px !important; width: 800px; height: auto; margin-top: 5px; background: #D9E9DA; border: 1px solid #CCC;">
  <!-- New add start  -->
<div id="2nd_div" style="float:left;width:810px !important; width:800px; height:auto; background-color:none; margin-top:2px;">
     <div style=" float:left; width:800px; height:auto; margin-left:5px; text-align:left;" class="banglaTextNew"><span class="banglaTextBold">৮.</span> ঝ) ১/৬/২০১১ – ৩০/৬/২০১২ পর্যন্ত অবসরে গিয়েছেন এমন শিক্ষকের সংখ্যাঃ</div>
</div>

<div id="3rd_left_div" style="float:left;width:310px !important;width:310px;height:auto; margin-left:200px;margin-top:5px;">
  <table width="100%" border="0" class="hovertable">
  
    <tr>
      <td width="11%" height="21" class="banglaText"><div align="right">মোটঃ</div></td>
      <td width="31%" class="banglaText">
      <input name="retiredTeacherTotalS" id="retiredTeacherTotalS"  value="<s:property value='summaryInfo.retiredTeacherTotal'/>" type="text" onKeyPress="return numbersonly(this, event)"   style="width:45px;"  maxlength="4" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('retiredTeacherTotalS','reriredTeacherFemaleS');">
        </td>
      <td width="11%" height="21" class="banglaText"><div align="right">মহিলাঃ</div></td>
       <td width="31%" class="banglaText">
       <input name="reriredTeacherFemaleS" id="reriredTeacherFemaleS" value="<s:property value='summaryInfo.reriredTeacherFemale'/>" type="text" onKeyPress="return numbersonly(this, event)" onKeyUp="checkCompare('retiredTeacherTotalS','reriredTeacherFemaleS');"   style="width:45px;"  maxlength="4" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';">
        </td>
    </tr>
  </table>
</div>



<div id="2nd_div" style="float:left;width:810px !important; width:800px; height:auto;  margin-top:2px;">
     <div style=" float:left; width:800px; height:auto; margin-left:5px;text-align:left;" class="banglaTextNew"><span class="banglaTextBold">৮.</span> ঞ) বিশেষ (Special) শিক্ষার উপর প্রশিক্ষনপ্রাপ্ত শিক্ষকের সংখ্যাঃ</div>
</div>

<div id="3rd_left_div" style="float:left;width:310px !important; width:310px; height:auto; margin-left:200px;margin-top:5px;">
  <table width="100%" border="0" class="hovertable">
  
    <tr>
      <td width="11%" height="21" class="banglaText"><div align="right">মোটঃ</div></td>
      <td width="31%" class="banglaText">
      <input name="specialTrainedTotalS" id="specialTrainedTotalS"  value="<s:property value='summaryInfo.specialTrainedTotal'/>" type="text" onKeyPress="return numbersonly(this, event)"   style="width:45px;"  maxlength="4" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('specialTrainedTotalS','specialTrainedFemaleS');"></td>
      <td width="11%" height="21" class="banglaText"><div align="right">মহিলাঃ</div></td>
       <td width="31%" class="banglaText"><input name="specialTrainedFemaleS" id="specialTrainedFemaleS"  value="<s:property value='summaryInfo.specialTrainedFemale'/>" type="text" onKeyPress="return numbersonly(this, event)" onKeyUp="checkCompare('specialTrainedTotalS','specialTrainedFemaleS');"   style="width:45px;"   maxlength="4" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';">        </td>
    </tr>
  </table>
</div>

<div id="2nd_div" style="float:left;width:810px !important; width:800px; height:auto;  margin-top:2px;">
     <div style=" float:left; width:800px; height:auto; margin-left:5px;text-align:left;" class="banglaTextNew"><span class="banglaTextBold">৮.</span> ট) অন্তর্ভূক্তিমূলক শিক্ষা ( Inclusive education ) শিশু অধিকার এবং বিদ্যালয়ের ইতিবাচক শৃঙ্খলা বিষয়ের উপর প্রশিক্ষনপ্রাপ্ত শিক্ষকের সংখ্যাঃ</div>
</div>

<div id="3rd_left_div" style="float:left;width:310px !important; width:310px; height:auto; margin-left:200px;margin-top:5px;">
  <table width="100%" border="0" class="hovertable">
  
    <tr>
      <td width="11%" height="21" class="banglaText"><div align="right">মোটঃ</div></td>
      <td width="31%" class="banglaText">
      <input name="inclusiveTotalS" id="inclusiveTotalS" value="<s:property value='summaryInfo.inclusiveTotal'/>" type="text" onKeyPress="return numbersonly(this, event)"   style="width:45px;"   maxlength="4" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('inclusiveTotalS','inclusiveFemaleS');">
        </td>
      <td width="11%" height="21" class="banglaText"><div align="right">মহিলাঃ</div></td>
       <td width="31%" class="banglaText">
       <input name="inclusiveFemaleS" id="inclusiveFemaleS"  value="<s:property value='summaryInfo.inclusiveFemale'/>" type="text" onKeyPress="return numbersonly(this, event)" onKeyUp="checkCompare('inclusiveTotalS','inclusiveFemaleS');"   style="width:45px;"   maxlength="4" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';">
        </td>
    </tr>
  </table>
</div>



<div style="float: left; width: 780px; height: auto; margin-top: 5px; margin-left: 5px;">
<div style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div style="float: left; width: 360px; text-align: right;" class="banglaText">
<input id="summaryInfoId" name="summaryInfoId" type="hidden" value="<s:property value='summaryInfo.summaryInfoId'/>" />
<span class="banglaTextMini">৯.</span> শ্রেণী কক্ষে পাঠদানের সময় উপকরণ
ব্যবহার হয় কি?</div>
<div style="float: left; width: 120px;">

<select id="teacApearUse"
    name="teacApearUse" style="width: 100px;" class="banglaText"
    onKeyUp="isDisable();" onChange="isDisable();" onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->

<s:if test='%{summaryInfo.teacApearUse == "3"}'>
        <option value="2">না</option>
        <option value="1">হ্যাঁ</option>
        <option value="3"  selected="selected">আংশিক</option>
    </s:if>
    <s:elseif test='%{summaryInfo.teacApearUse == "2"}'>
        <option value="2" selected="selected">না</option>
        <option value="1">হ্যাঁ</option>
        <option value="3">আংশিক</option>
    </s:elseif >

    <s:elseif test='%{summaryInfo.teacApearUse == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>
        <option value="3">আংশিক</option>
    </s:elseif>

    <s:else>
        <option value="2"  selected="selected">না</option>
        <option value="1">হ্যাঁ</option>
        <option value="3">আংশিক</option>
    </s:else>


</select></div>
</div>

</div>
<div
    style="float: left; width: 780px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 260px; text-align: right;"
    class="banglaText"><span class="banglaTextMini">৯.১</span> উত্তর হ্যাঁ হলে কি কি?&nbsp;</div>
<div style="float: left; width: 400px;" align="left">
<div style="float: left; width: 400px;" align="left">
<s:if test='%{summaryInfo.globs !=null && summaryInfo.globs!=""}'>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="glob" name="globs" type="checkbox" value="1" checked="checked" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';">গ্লোব</div>
</s:if> <s:else>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="glob" name="globs" type="checkbox" value="1" disabled="true">গ্লোব</div>
</s:else> <s:if test='%{summaryInfo.map !=null && summaryInfo.map != ""}'>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="map" name="map" type="checkbox" value="2" checked="checked" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';">মানচিত্র</div>
</s:if> <s:else>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="map" name="map" type="checkbox" value="2" disabled="true">মানচিত্র</div>
</s:else> <s:if test='%{summaryInfo.poster !=null && summaryInfo.poster != ""}'>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="poster" name="poster" type="checkbox" value="3" checked="checked" onFocus="this.style.backgroundColor='#FFFF00';"  onBlur="this.style.backgroundColor='#d4e3e5';">পোস্টার</div>
</s:if> <s:else>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="poster" name="poster" type="checkbox" value="3" disabled="true">পোস্টার</div>
</s:else>
</div>
</div>
</div>


<div id="2nd_div" style="float: left; width:780px; height: auto; background: #D9E9DA; margin-left:5px; margin-top: 5px;">

<div style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div style="float: left;  width: 375px !important; width: 360px;text-align: right;"
    class="banglaText"> <span class="banglaTextMini">১০.</span>প্রতিদিন কত ঘন্টা কম্পিউটার ব্যবহার করা হয়
?&nbsp;</div>
<div style="float: left; width: 150px;" align="left"><input
    id="compHr" name="compHr" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.compHr'/>" style="width: 30px;"
    maxlength="2" onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';"></div>
</div>
<!-- <div style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 360px; text-align: right;"
    class="banglaText">(খ) প্রতিদিন কত ঘন্টা মাল্টিমিডিয়া ব্যবহার করা
হয় ?&nbsp;</div>
<div style="float: left; width: 150px;" align="left">
<input id="multimediaHr" name="multimediaHr" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.multimediaHr'/>"   
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="check_InputField('multimediaUse','Multimedia Use');this.style.backgroundColor='#d4e3e5';" style="width: 30px;" maxlength="2">
    </div>
</div> -->


</div>


<div
    style="float: left; width: 780px; height: auto; margin-top: 13px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 375px !important; width: 360px; text-align: right;"
    class="banglaText"><span class="banglaTextMini">১১.</span>
সপ্তাহে কত ঘন্টা বিজ্ঞানাগার ব্যবহার করা হয়?&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><input
    id="labHr" name="labHr" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.labHr'/>" style="width: 30px;"
    maxlength="3" onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';"></div>
</div>

</div>
<div
    style="float: left; width: 780px; height: auto; margin-top: 5px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 375px !important; width: 360px; text-align: right;"
    class="banglaText"><span class="banglaTextMini">১২.</span> গত বছর
ম্যানেজিং কমিটির কত গুলো সভা হয়েছে?&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><input
    id="lastYrMeeting" name="lastYrMeetingS" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.lastYrMeeting'/>"
    style="width: 30px;" maxlength="3"
    onfocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
</div>
</div>

</div>
<div
    style="float: left; width: 780px; height: auto; margin-top: 5px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 375px !important; width: 360px; text-align: right;"
    class="banglaText"><span class="banglaTextMini">১৩.</span> গত বছর
পিটিএ এর কতগুলো সভা হয়েছে?&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><input
    id="lastYrPtaMeeting" name="lastYrPtaMeetingS" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.lastYrPtaMeeting'/>"
    style="width: 30px;" maxlength="3"
    onfocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
</div>
</div>

</div>
<div
    style="float: left; width: 780px; height: auto; margin-top: 5px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 375px !important; width: 360px; text-align: right;"
    class="banglaText"><span class="banglaTextMini">১৪.</span> গত বছর
কত কর্ম দিবস ছিল?&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><input
    id="workingDayLastYr" name="workingDayLastyrS" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.workingDayLastyr'/>"
    style="width: 30px;" maxlength="3"
    onfocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
</div>
</div>

</div>
<div
    style="float: left; width: 780px; height: auto; margin-top: 5px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 375px !important; width: 360px; text-align: right;"
    class="banglaText"><span class="banglaTextMini">১৫.</span> নিয়মিত
শিক্ষার্থী সমাবেশ হয় কি?&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><select
    id="regularStudentAsselyYn" name="regularStudentAsselyYn"
    style="width: 50px;" class="banglaText"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.regularStudentAsselyYn == "2"}'>
        <option value="2" selected="selected">না</option>
        <option value="1">হ্যাঁ</option>
    </s:if>
    <s:else>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>
    </s:else>
</select></div>
</div>

</div>

<div id="right_side" style="float: left; width: 760px !important; width: 780px; height: 130px; margin-left: 5px;">
<fieldset>
<legend class="banglaText"><span
    class="banglaTextMini">১৬.</span></legend>
<div id="2nd_div" style="float: left; width: 710px !important; width: 730px; height: auto; background: #D9E9DA; margin-top: 2px;">

<div
    style="float: left; width: 700px; height: auto; margin-left: 1px !important; margin-left: 1px;">
<div style="float: left; width: 620px; text-align: right;"
    class="banglaText">ইউনিফাইড রেকর্ড কিপিং/অভিন্ন রেজিস্টার এর
উপর প্রতিষ্ঠান প্রধানের প্রশিক্ষণ হয়েছে কি?&nbsp;</div>
<div style="float: left; width: 70px;" align="left"><select
    id="unifiedRecordTrainingYn" name="unifiedRecordTrainingYn"
    style="width: 60px;" class="banglaText" onChange="isDisable2();" onKeyUp="isDisable2();"
onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.unifiedRecordTrainingYn == "1"}'>       
        <option value="2">না</option>
        <option value="1" selected="selected">হ্যাঁ</option>
    </s:if>

    <s:else>
        <option value="2" selected="selected">না</option>
        <option value="1">হ্যাঁ</option>
    </s:else>

</select></div>
</div>
<div style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 360px; text-align: right;" class="banglaText">(১৬.১) উত্তর হ্যাঁ হলে বাস্তবায়নের অবস্থা
কি?&nbsp;</div>
<div style="float: left; width: 160px;" align="left">
  <select
    id="recordStatus" name="recordStatus" style="width: 150px;"
    class="banglaText" disabled="true"
    onChange="isDisableAll('summaryYn' , this.value)"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.recordStatus == "2"}'>    
      <option value="1">রেজিস্টার তৈরি হয়েছে</option>
      <option value="2" selected="selected">আংশিক তৈরি হয়েছে</option>
      <option value="3">তৈরি করা হয়নি</option>
    </s:if>
    <s:elseif test='%{summaryInfo.recordStatus == "1"}'>
      <option value="1" selected="selected">রেজিস্টার তৈরি হয়েছে</option>
      <option value="2">আংশিক তৈরি হয়েছে</option>
      <option value="3">তৈরি করা হয়নি</option>
    </s:elseif>
    <s:else>
     <option value="1">রেজিস্টার তৈরি হয়েছে</option>
      <option value="2">আংশিক তৈরি হয়েছে</option>
      <option value="3" selected="selected">তৈরি করা হয়নি</option>
    </s:else>
  </select>
</div>
</div>
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 360px; text-align: right;"
    class="banglaText">(১৬.২) সার-সংক্ষেপ তৈরি হয়েছে কি?&nbsp;</div>
<div style="float: left; width: 150px;" align="left"><select
    id="summaryYn" name="summaryYn" style="width: 90px;" class="banglaText"
    disabled="true"
onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.summaryYn == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2" >না</option>
       
    </s:if>

    <s:else>
        <option value="1" >হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
    </s:else>

</select></div>
</div>


</div>
</fieldset>
</div>
<div
    style="float: left; width: 780px; height: auto; margin-top: 5px; margin-top: 10px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 275px !important; width: 260px; text-align: center;"
    class="banglaText"><span class="banglaTextMini">১৭.</span>
বার্ষিক উন্নয়ন পরিকল্পনা করা হয় কি?&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><select
    id="anualPlanYn" name="annualPlanYn" style="width: 90px;"
    class="banglaText" onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.annualPlanYn == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>
    </s:if>
    <s:else>
    <option value="1">হ্যাঁ</option>
    <option value="2" selected="selected">না</option>
    </s:else>

</select></div>
</div>

</div>

<div id="right_side"
    style="float: left; width: 760px !important; width: 780px; height: 150px; margin-left: 5px;">
<fieldset>
<legend class="banglaText"><span
    class="banglaTextMini">১৮.</span></legend>
<div id="2nd_div"
    style="float: left; width: 730px !important; width: 750px; height: auto; background: #D9E9DA;">


<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div style="float: left; width: 360px; text-align: right;"
    class="banglaText">কো-কারিকুলার কার্যক্রম পরিচালিত হয়
কি?&nbsp;</div>
<div style="float: left; width: 150px;" align="left"><select
    id="coCurricularActYn" name="coCurricularActYn" style="width: 90px;"
    class="banglaText" onChange="isDisableEighteen();"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.coCurricularActYn == "2"}'>
        <option value="1">হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
       
    </s:if>
    <s:else>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>
    </s:else>
</select></div>
</div>
<div
    style="float: left; width: 780px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 220px; text-align: left"
    class="banglaText">(১৮.১) উত্তর হ্যাঁ হলে কার্যক্রমগুলো কি কি?(টিক চিহ্ন দিন)&nbsp;</div>
<div style="float: left; width: 550px;" align="left">
<div style="float: left; width: 550px;" align="left">
<s:if test='%{summaryInfo.milad !=null && summaryInfo.milad != ""}'>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="milad" name="milad" type="checkbox" value="1" checked="checked">বার্ষিক
    মিলাদ</div>
</s:if>
<s:else>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="milad" name="milad" type="checkbox" value="1" >বার্ষিক
    মিলাদ</div>
</s:else>
<s:if test='%{summaryInfo.anualSports !=null && summaryInfo.anualSports != ""}'>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="anualSports" name="anualSports" type="checkbox" value="2"
        checked="checked">বার্ষিক ক্রীড়া</div>
</s:if>
<s:else>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="anualSports" name="anualSports" type="checkbox" value="2"
        >বার্ষিক ক্রীড়া</div>
</s:else>

<s:if test='%{summaryInfo.anualCultural !=null && summaryInfo.anualCultural != ""}'>
    <div style="float: left; width: 150px;" class="banglaText"><input
        id="anualCultural" name="anualCultural" type="checkbox" value="3"
        checked="checked">বার্ষিক সাংস্কৃতিক</div>
</s:if>
<s:else>
    <div style="float: left; width: 150px;" class="banglaText"><input
        id="anualCultural" name="anualCultural" type="checkbox" value="3"
        >বার্ষিক সাংস্কৃতিক</div>
</s:else>

<s:if test='%{summaryInfo.dibet !=null && summaryInfo.dibet != ""}'>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="dibet" name="dibet" type="checkbox" value="4" checked="checked">বিতর্ক</div>
</s:if>
<s:else>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="dibet" name="dibet" type="checkbox" value="4" >বিতর্ক</div>
</s:else>

<s:if test='%{summaryInfo.cricket !=null && summaryInfo.cricket != ""}'>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="cricket" name="cricket" type="checkbox" value="5"
        checked="checked">ক্রিকেট খেলা</div>
</s:if>
<s:else>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="cricket" name="cricket" type="checkbox" value="5" >ক্রিকেট
    খেলা</div>
</s:else>
<s:if
    test='%{summaryInfo.football !=null && summaryInfo.football != ""}'>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="footbal" name="football" type="checkbox" value="6"
        checked="checked">ফুটবল খেলা</div>
</s:if> <s:else>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="footbal" name="football" type="checkbox" value="6">ফুটবল
    খেলা</div>
</s:else>

<s:if test='%{summaryInfo.voolyball !=null && summaryInfo.voolyball != ""}'>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="voolyball" name="voolyball" type="checkbox" value="7"
        checked="checked">ভলিবল</div>
</s:if>
<s:else>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="voolyball" name="voolyball" type="checkbox" value="7"
        >ভলিবল</div>
</s:else>

</div>

<div style="float: left; width: 500px;" align="left">
<s:if test='%{summaryInfo.karam !=null && summaryInfo.karam != ""}'>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="karam" name="karam" type="checkbox" value="7"
        checked="checked">ক্যারাম</div>
</s:if>
<s:else>
    <div style="float: left; width: 80px;" class="banglaText"><input
        id="karam" name="karam" type="checkbox" value="7"
        >ক্যারাম</div>
</s:else>

<s:if test='%{summaryInfo.handball !=null && summaryInfo.handball != ""}'>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="handball" name="handball" type="checkbox" value="8"
        checked="checked">হ্যান্ড বল</div>
</s:if>
<s:else>
    <div style="float: left; width: 110px;" class="banglaText"><input
        id="handball" name="handball" type="checkbox" value="8"
        >হ্যান্ড বল</div>
</s:else>

<s:if
    test='%{summaryInfo.indoregames !=null && summaryInfo.indoregames != ""}'>
    <div style="float: left; width: 130px;" class="banglaText"><input
        id="indorGames" name="indoregames" type="checkbox" value="9"
        checked="checked">ইনডোর গেমস</div>
</s:if> <s:else>
    <div style="float: left; width: 130px;" class="banglaText"><input
        id="indorGames" name="indoregames" type="checkbox" value="9"
        >ইনডোর গেমস</div>
</s:else>

</div>

</div>

</div>



</div>
</fieldset>
</div>


</div>

<!-- comit


comit -->

<!-- New add Start -->
<div id="row_div" style="float:left;width: 810px !important;width:800px;height:auto;margin-top:2px;background: #D9E9DA; text-align:left;" class="banglaTextNew"><span class="banglaTextBold">১৯.</span> কর্মকালীন প্রশিক্ষনের তথ্য (হেড টিচার ব্যতিত অন্যান্য কলামে সংখ্যা লিখুন)
</div>
 <div id="row_div" style="float:left;width: 810px !important;width:800px;height:auto;margin-top:2px;background: #D9E9DA;">
<table width="100%" border="1" cellpadding="0" cellspacing="0" class="hovertableSch">
  <tr class="banglaText">
    <td width="31%" rowspan="2" style="text-align:center;">প্রশিক্ষন</td>
    <td width="4%" rowspan="2" style="text-align:center;">হ্যাঁ </td>
    <td width="3%" rowspan="2" style="text-align:center;"> না</td>
    <td colspan="2" style="text-align:center;">সংখ্যা লিখুন</td>
    <td width="27%" rowspan="2" style="text-align:center;">প্রশিক্ষন </td>
    <td colspan="2" style="text-align:center;">সংখ্যা লিখুন</td>
  </tr>
  <tr class="banglaText">
    <td width="5%" style="text-align:center;">মোট</td>
    <td width="5%" style="text-align:center;">মহিলা</td>
    <td width="5%" style="text-align:center;">মোট</td>
    <td width="11%" style="text-align:center;">মহিলা</td>
  </tr>
  <tr class="banglaText">
    <td>হেড টিচার ট্রেনিং (২১ দিন)</td>
    <td style="text-align:center;">
    <s:if test='%{summaryInfo.htTrainingYn !=null && summaryInfo.htTrainingYn.equals("1")}'>
    <input id="htTrainingYn" name="htTrainingYn" type="radio" value="1" checked="checked">
    </s:if>
    <s:else>
    <input id="htTrainingYn" name="htTrainingYn" type="radio" value="1" >
    </s:else>    </td>
    <td style="text-align:center;">
    <s:if test='%{summaryInfo.htTrainingYn !=null && summaryInfo.htTrainingYn.equals("0")}'>
    <input id="htTrainingYn" name="htTrainingYn" type="radio" value="0" checked="checked">
    </s:if>
    <s:else>
    <input id="htTrainingYn" name="htTrainingYn" type="radio" value="0" >
    </s:else>    </td>
    <td style="text-align:center;">&nbsp;</td>
    <td style="text-align:center;">&nbsp;</td>
    <td>সিপিডি -২ ট্রেনিং (৫ দিন) </td>
      <td style="text-align:center;">
      <input id="cpd2TotalS" name="cpd2TotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.cpd2Total'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"  onKeyUp="checkCompare('cpd2TotalS','cpd2FemaleS');" />      </td>
      <td style="text-align:center;">
      <input id="cpd2FemaleS" name="cpd2FemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.cpd2Female'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"  onKeyUp="checkCompare('cpd2TotalS','cpd2FemaleS');"/>      </td>
  </tr>
  <tr class="banglaText">
    <td>হেড টিচার ফলো আপ -ট্রেনিং (৬ দিন)</td>
    <td style="text-align:center;">
    <s:if test='%{summaryInfo.htFlTrainingYn !=null && summaryInfo.htFlTrainingYn.equals("1")}'>
    <input id="htFlTrainingYn" name="htFlTrainingYn" type="radio" value="1" checked="checked">
    </s:if>
    <s:else>
    <input id="htFlTrainingYn" name="htFlTrainingYn" type="radio" value="1" >
    </s:else>    </td>
    <td style="text-align:center;">
    <s:if test='%{summaryInfo.htFlTrainingYn !=null && summaryInfo.htFlTrainingYn.equals("0")}'>
    <input id="htFlTrainingYn" name="htFlTrainingYn" type="radio" value="0" checked="checked">
    </s:if>
    <s:else>
    <input id="htFlTrainingYn" name="htFlTrainingYn" type="radio" value="0" >
    </s:else>    </td>
      <td style="text-align:center;">&nbsp;</td>
    <td style="text-align:center;">&nbsp;</td>
    <td>ক্লাস্টার ট্রেনিং (১ দিন)</td>
    <td style="text-align:center;">
    <input id="clusterTotalS" name="clusterTotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.clusterTotal'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('clusterTotalS','clusterFemaleS');"/>    </td>
    <td style="text-align:center;">
    <input id="clusterFemaleS" name="clusterFemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.clusterFemale'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('clusterTotalS','clusterFemaleS');"/>    </td>
  </tr>
  <tr class="banglaText">
    <td>হেড টিচার প্রি সার্ভিস -ট্রেনিং (৩৫ দিন)</td>
   <td style="text-align:center;">
   <s:if test='%{summaryInfo.htPrservTrainingYn !=null && summaryInfo.htPrservTrainingYn.equals("1")}'>
    <input id="htPrservTrainingYn" name="htPrservTrainingYn" type="radio" value="1" checked="checked">
    </s:if>
    <s:else>
    <input id="htPrservTrainingYn" name="htPrservTrainingYn" type="radio" value="1" >
    </s:else>   </td>
    <td style="text-align:center;">
    <s:if test='%{summaryInfo.htFlTrainingYn !=null && summaryInfo.htPrservTrainingYn.equals("0")}'>
    <input id="htPrservTrainingYn" name="htPrservTrainingYn" type="radio" value="0" checked="checked">
    </s:if>
    <s:else>
    <input id="htPrservTrainingYn" name="htPrservTrainingYn" type="radio" value="0" >
    </s:else>    </td>
      <td style="text-align:center;">&nbsp; </td>
    <td style="text-align:center;">&nbsp;</td>
    <td>এস.বি.এ ট্রেনিং </td>
    <td style="text-align:center;">
    <input id="sbaTotalS" name="sbaTotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.sbaTotal'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('sbaTotalS','sbaFemaleS');"/>    </td>
    <td style="text-align:center;"><input id="sbaFemaleS" name="sbaFemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.sbaFemale'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('sbaTotalS','sbaFemaleS');"/>    </td>
  </tr>
  <tr class="banglaText">
    <td>এসটিসি ট্রেনিং (৩ মাস )</td>
   <td style="text-align:center;">&nbsp;
    <!--  <s:if test='%{summaryInfo.stcTrainingYn !=null && summaryInfo.stcTrainingYn.equals("1")}'>
    <input id="stcTrainingYn" name="stcTrainingYn" type="radio" value="1" checked="checked">
    </s:if>
    <s:else>
    <input id="stcTrainingYn" name="stcTrainingYn" type="radio" value="1" >
    </s:else> -->   </td>
    <td style="text-align:center;">&nbsp;
    <!-- <s:if test='%{summaryInfo.stcTrainingYn !=null && summaryInfo.stcTrainingYn.equals("0")}'>
      <input id="radio" name="stcTrainingYn" type="radio" value="0" checked="checked">
    </s:if>
    <s:else>
    <input id="stcTrainingYn" name="stcTrainingYn" type="radio" value="0" >
    </s:else>     -->    </td>
      <td style="text-align:center;">
    <input id="stcTrainingTotalS" name="stcTrainingTotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.stcTrainingTotal'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('stcTrainingTotalS','stcTrainingFemaleS');"/>    </td>
    <td style="text-align:center;">
    <input id="stcTrainingFemaleS" name="stcTrainingFemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.stcTrainingFemale'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('stcTrainingTotalS','stcTrainingFemaleS');"/>    </td>
    <td>সৃজনশীল প্রশ্ন সংক্রান্ত ট্রেনিং </td>
    <td style="text-align:center;">
    <input id="srizonsilTotalS" name="srizonsilTotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.srizonsilTotal'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('srizonsilTotalS','srizonsilFemaleS');"/>    </td>
    <td style="text-align:center;">
    <input id="srizonsilFemaleS" name="srizonsilFemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.srizonsilFemale'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('srizonsilTotalS','srizonsilFemaleS');"/>    </td>
  </tr>
  <tr class="banglaText">
    <td>এসটিসি থেকে বি.এড (৯মাস)</td>
    <td style="text-align:center;">&nbsp;
<!--     <s:if test='%{summaryInfo.sttbedYn !=null && summaryInfo.sttbedYn.equals("1")}'>
    <input id="sttbedYn" name="sttbedYn" type="radio" value="1" checked="checked">
    </s:if>
    <s:else>
    <input id="sttbedYn" name="sttbedYn" type="radio" value="1" >
    </s:else>    -->    </td>
    <td style="text-align:center;">&nbsp;
    <!-- <s:if test='%{summaryInfo.sttbedYn !=null && summaryInfo.sttbedYn.equals("0")}'>
    <input id="sttbedYn" name="sttbedYn" type="radio" value="0" checked="checked">
    </s:if>
    <s:else>
    <input id="sttbedYn" name="sttbedYn" type="radio" value="0" >
    </s:else>   
    </td>-->
      <td style="text-align:center;">
    <input id="sttBedTotalS" name="sttBedTotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.sttBedTotal'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('sttBedTotalS','sttBedFemaleS');"/>    </td>
    <td style="text-align:center;">
    <input id="sttBedFemaleS" name="sttBedFemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.sttBedFemale'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('sttBedTotalS','sttBedFemaleS');"/>    </td>
    <td>অন্যান্য ট্রেনিং</td>
    <td style="text-align:center;">
    <input id="otherTotalS" name="otherTotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.otherTotal'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('otherTotalS','otherFemaleS');"/>    </td>
    <td style="text-align:center;">
    <input id="otherFemaleS" name="otherFemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.otherFemale'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('otherTotalS','otherFemaleS');"/>    </td>
  </tr>
  <tr class="banglaText">
    <td>সিপিডি -১ ট্রেনিং (১৪ দিন) </td>
   <td style="text-align:center;">&nbsp;
  <!--  <s:if test='%{summaryInfo.cpd1TrainingYn !=null && summaryInfo.cpd1TrainingYn.equals("1")}'>
    <input id="cpd1TrainingYn" name="cpd1TrainingYn" type="radio" value="1" checked="checked">
    </s:if>
    <s:else>
    <input id="cpd1TrainingYn" name="cpd1TrainingYn" type="radio" value="1" >
    </s:else>  
    </td> -->
    <td style="text-align:center;">&nbsp;
    <!-- <s:if test='%{summaryInfo.cpd1TrainingYn !=null && summaryInfo.cpd1TrainingYn.equals("0")}'>
    <input id="cpd1TrainingYn" name="cpd1TrainingYn" type="radio" value="0" checked="checked">
    </s:if>
    <s:else>
    <input id="cpd1TrainingYn" name="cpd1TrainingYn" type="radio" value="0" >
    </s:else>    -->    </td>
      <td style="text-align:center;">
    <input id="cpd1TotalS" name="cpd1TotalS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.cpd1Total'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('cpd1TotalS','cpd1FemaleS');"/>    </td>
    <td style="text-align:center;">
    <input id="cpd1FemaleS" name="cpd1FemaleS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='summaryInfo.cpd1Female'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';" onKeyUp="checkCompare('cpd1TotalS','cpd1FemaleS');"/>    </td>
    <td>&nbsp;</td>
    <td style="text-align:center;">&nbsp;</td>
    <td style="text-align:center;">&nbsp;</td>
  </tr>
</table>
</div>
<!-- New add End-->




<div style="float: left; width: 780px; height: auto; margin-top: 5px; margin-left: 5px;">
<div style="float: left; width: 580px; height: 35px; margin-left: 10px !important; margin-left: 1px;">
<div style="float: left; width: 435px !important; width: 440px; text-align: center;"
    class="banglaText"><span class="banglaTextMini">২০.</span>
প্রতিষ্ঠানটিতে  শিক্ষা উপকরণ সংরক্ষণের জন্য পৃথক কক্ষ আছে কি?&nbsp;</div>
<div style="float: left; width: 100px;" align="left"><select
    id="equipmentPresrvRoomYn" name="eqipmntPresrvRoomYn"
    style="width: 90px;" class="banglaText"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.eqipmntPresrvRoomYn == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>
    </s:if>

    <s:else>
        <option value="1" >হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
    </s:else>

</select></div>
</div>

</div>

<div id="right_side" style="float: left; width: 760px !important; width: 780px; height: auto; background: #D9E9DA; margin-left: 5px;">
<fieldset>
<legend class="banglaText"><span
    class="banglaTextMini">২১.</span></legend>
<div id="2nd_div"
    style="float: left; width: 710px !important; width: 730px; height: auto; background: #D9E9DA;">


<div style="float: left; width: 340px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div style="float: left; width: 250px; text-align: right;" class="banglaText">২১)প্রতিষ্ঠানটিতে শিফ্ট চালু আছে কি ?&nbsp;</div>
<div style="float: left; width: 70px;" align="left"><select
    id="shiftYn" name="shiftYn" style="width: 60px;" class="banglaText"
    onChange="isDisableTweentyOne();"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.shiftYn == "1"}'>
       
        <option value="1" selected="selected" >হ্যাঁ</option>
        <option value="2">না</option>
    </s:if>

    <s:else>
            <option value="1">হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
    </s:else>

</select></div>
</div>
<div style="float: left; width: 340px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 200px; text-align: right;" class="banglaText">(২১.১) উত্তর হ্যাঁ হলে শিফ্ট সংখ্যা&nbsp;</div>
<div style="float: left; width: 50px;" align="left"><input
    id="shiftNo" name="shiftNo" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.shiftNo'/>" style="width: 40px;"
    maxlength="2" disabled="true"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';"></div>
</div>


</div>
</fieldset>
</div>
<div id="right_side" style="float: left; width: 760px !important; width: 780px; height: auto; background: #D9E9DA; margin-left: 5px;">
<fieldset>
<legend class="banglaText"><span class="banglaTextMini">২২.</span></legend>
<div id="2nd_div" style="float: left; width: 710px !important; width: 730px; height: auto; background: #D9E9DA;">


<div style="float: left; width: 400px; height: auto;">
<div style="float: left; width: 340px; text-align: right;" class="banglaText"> ২২)মূল প্রতিষ্ঠান ব্যতীত অন্যত্র ব্রাঞ্চ আছে
কি?&nbsp;</div>
<div style="float: left; width: 50px;" align="left"><select
    id="branchYn" name="branchYn" style="width: 50px;" class="banglaText"
    onChange="isDisableTweentyTwo();"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.branchYn == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>       
    </s:if>

    <s:else>
        <option value="1">হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
       
    </s:else>

</select></div>
</div>
<div style="float: left; width: 300px; height: auto; margin-left: 10px !important; margin-left: 1px; margin-top: 5px;">
<div style="float: left; width: 230px; text-align: right;" class="banglaText">(২২.১) উত্তর হ্যাঁ হলে ব্রাঞ্চ সংখ্যা&nbsp;</div>
<div style="float: left; width: 50px;" align="left"><input
    id="branchNo" name="branchNo" type="text"
    onKeyPress="return numbersonly(this, event)"
    value="<s:property value='summaryInfo.branchNo'/>" style="width: 30px;"
    maxlength="2" disabled="true"
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';"></div>
</div>


</div>
</fieldset>
</div>

<div style="float: left; width: 780px; height: auto; margin-top: 5px; margin-bottom: 5px; margin-left: 5px;">
<div
    style="float: left; width: 580px; height: auto; margin-left: 10px !important; margin-left: 1px;">
<div
    style="float: left; width: 175px !important; width: 160px; text-align: center;"
    class="banglaText"><span class="banglaTextMini">২৩.</span>
প্রতিষ্ঠান প্রধান&nbsp;</div>
<div style="float: left; width: 120px;" align="left"><select
    id="headStatus" name="headStatus" style="width: 90px;"
    class="banglaText" onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.headStatus == "1"}'>
        <option value="1" selected="selected">ভারপ্রাপ্ত</option>
        <option value="2">নিয়োগপ্রাপ্ত</option>
    </s:if>

    <s:else>
        <option value="2" selected="selected">নিয়োগপ্রাপ্ত</option>
        <option value="1">ভারপ্রাপ্ত</option>
    </s:else>


</select></div>
</div>

</div>


</div>

<div id="form_main_div_for_print2" style="width: 812px; height: 250px !important; height: 250px;background: #DEF5DE;">
<!--  New add Start -->
<div
    style="float: left; width: 720px; height: auto; margin-left: 1px !important; margin-left: 1px;">
<div style="float: left; width: 580px; text-align:right;"
    class="banglaText"><span class="banglaTextMini">২৪.</span> শারিরীক প্রতিবন্ধি শিক্ষার্থীর জন্য প্রতিষ্ঠানে প্রবেশের জন্য বিশেষ ঢালু পথ (ramp) আছে কি ?&nbsp;</div>
<div style="float: left; width: 60px; text-align:left;" >
<select
    id="rampAccess" name="rampAccess" style="width: 50px;" class="banglaText"
    onChange=""
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.rampAccess == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>       
    </s:if>

    <s:else>
        <option value="1">হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
       
    </s:else>

</select></div>
</div>

<div
    style="float: left; width: 720px; height: auto; margin-left: 1px !important; margin-left: 1px; margin-top:5px;">
<div style="float: left; width: 580px; text-align:right;"
    class="banglaText"><span class="banglaTextMini">২৫.</span> সংখ্যালঘু শিক্ষার্থীদের জন্য দ্বিভাষিক শিক্ষা ও শিখন কার্যক্রম চালু আছে কি ?&nbsp;</div>
<div style="float: left; width: 60px; text-align:left;" ><select
    id="divasikEducation" name="divasikEducation" style="width: 50px;" class="banglaText"
    onChange=""
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.divasikEducation == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>       
    </s:if>

    <s:else>
        <option value="1">হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
       
    </s:else>

</select></div>
</div>

<div
    style="float: left; width: 720px; height: auto; margin-left: 1px !important; margin-left: 1px;margin-top:5px;">
<div style="float: left; width: 580px; text-align:right;"
    class="banglaText"><span class="banglaTextMini">২৬.</span> বিদ্যালয়ে শিক্ষার্থীদের দৈহিক শাস্তি দেওয়া বন্ধ হয়েছে কি ?&nbsp;</div>
<div style="float: left; width: 60px; text-align:left;"><select
    id="punishment" name="punishment" style="width: 50px;" class="banglaText"
    onChange=""
    onFocus="this.style.backgroundColor='#ffff66';"
    onBlur="this.style.backgroundColor='#d4e3e5';">
    <!-- <option value="" selected="selected">নির্দিষ্ট করুন</option>-->
    <s:if test='%{summaryInfo.punishment == "1"}'>
        <option value="1" selected="selected">হ্যাঁ</option>
        <option value="2">না</option>       
    </s:if>

    <s:else>
        <option value="1">হ্যাঁ</option>
        <option value="2" selected="selected">না</option>
       
    </s:else>

</select></div>
</div>

<div
    style="float: left; width: 720px; height: auto; margin-left: 1px !important; margin-left: 1px;margin-top:5px;">
<div style="float: left; width: 580px; text-align:left;"
    class="banglaText"><span class="banglaTextMini">২৭.</span> প্রতিষ্ঠানের সহায়তামূলক ও কমিউনিটি সার্ভিসঃ&nbsp;</div>
<div style="float: left; width: 60px;" align="left">&nbsp;</div>
</div>

<div  id="table_div" style="float:left;width:720px;height:auto;margin-left: 1px !important; margin-left: 1px;margin-top:5px;">
   <table width="100%" border="1" cellpadding="0" cellspacing="0" class="hovertableSch" style="background:#D9E9DA;">
  <tr class="banglaText">
    <td width="30%" style="text-align:center;">সার্ভিসের ধরন</td>
    <td width="8%" style="text-align:center;">বয়েজ স্কাউট</td>
    <td width="8%" style="text-align:center;">গার্লস গাইড</td>
    <td width="6%" style="text-align:center;">রোভার স্কাউট</td>
    <td width="10%" style="text-align:center;">বিএনসিসি </td>
    <td width="11%" style="text-align:center;">রেডক্রিসেন্ট</td>
    <td width="6%" style="text-align:center;">ছাত্র সংসদ</td>
    <td width="13%" style="text-align:center;">স্বাস্থ্য সেবা গ্রহনকারী    </td>
    <td width="8%" style="text-align:center;">পরিবহন সুবিধা </td>
  </tr>
  <tr class="banglaText">
    <td style="text-align:center;">সদস্য / ছাত্র – ছাত্রীর সংখ্যা
    <input id="communityServiceId" name="communityServiceId" type="hidden" value="<s:property value='communityServicesInfo.communityServiceId'/>" />
    </td>
    <td style="text-align:center;">
    <input id="boysScoutS" name="boysScoutS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.boysScout'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="girlsGuideS" name="girlsGuideS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.girlsGuide'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="roverScoutS" name="roverScoutS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.roverScout'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="bnccS" name="bnccS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.bncc'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="redCresentS" name="redCresentS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.redCresent'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="studentAssemblyS" name="studentAssemblyS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.studentAssembly'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="healthServiceS" name="healthServiceS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.healthService'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
    <td style="text-align:center;">
    <input id="transportS" name="transportS" type="text" onKeyPress="return numbersonly(this, event)" value="<s:property value='communityServicesInfo.transport'/>" style="width: 40px;" maxlength="3"  onFocus="this.style.backgroundColor='#ffff66';" onBlur="this.style.backgroundColor='#d4e3e5';"/>
    </td>
  </tr>
</table>

</div>
<!--  New add End -->
</div>




</div>


<!-- Start print button -->
<div id="printGo_div" style="width: 812px; height: 100px; background: #DEF5DE; margin-top: -0px !important; margin-top: -10px; margin-bottom: 20px;">
<div id="2nd_div"
    style="float: left; width: 810px !important; width: 800px; height: auto;">
<div
    style="width: 650px; height: auto; margin-top: 5px; margin-left: 150px;">
<div style="float: left; width: 55px; height: auto;"><input
    name="Back" type="button" value=" Back "
    onClick="history.back();return true;"
    style="font-family: Arial; font-size: 12px; font-weight: bold;" /></div>
<div style="float: left; width: 65px; height: auto;"><input
    id="button" name="button" type="submit" value="Cancel"
    style="font-family: Arial; font-size: 12px; font-weight: bold;"
    onClick="setSubmit('Cancel');"></div>
       <div style="float: left; width: 150px; height: auto;">
            <s:if test='%{#session.userDetailsInfo.userRoleDetailsInfoFK.userRoleId < 7}'>
                <input id="button" name="button" type="submit" value="Verified" onClick="setSubmit('Verified');" style="font-family:Arial; font-size:12px; font-weight:bold;" >
            </s:if>
            <s:else>
                <input id="button" name="button" type="submit" value="Save And Go Forward" onClick="setSubmit('Save And Go Forward');" style="font-family:Arial; font-size:12px; font-weight:bold;" >
            </s:else>
        </div>
<div style="float: left; width: 58px; height: auto;">
<input id="" name="" type="reset" value="Reset" style="font-family: Arial; font-size: 12px; font-weight: bold;">
</div>
<div style="float: left; width: 50px; height: auto;"><input
    type="button" value="Print"
    onClick="printPage('form_main_div_for_print1','form_main_div_for_print2')"
    style="font-family: Arial; font-size: 12px; font-weight: bold;" /></div>
</div>
</div>
</div>
<!-- End print button -->






</div>
</form>
</body>



<script>
document.getElementById("teacher_three").style.backgroundColor='#DEF5DE';       
</script>

No comments:

Post a Comment