0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.136.19.136


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/markentry_studentwiseNew.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#mark_entry_studentwise">Mark Entry Student Wise</a></li>
  </ul>

  <div id="mark_entry_studentwise" style="height: 385px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 85px" align="Right">Category:</td>
        <td>
          <select id="StudentEntry_SubCategory" onfocus="$g_focus_element='StudentEntry_SubCategory'"></select>
        </td>
      </tr>
      <tr>
        <td align="right" style="width: 100px">Degree Code:</td>
        <td>
          <input
            type="text"
            id="markentry_stu_degree_code"
            style="width: 70px"
            onkeyup="limit(this, 5)"
            onkeydown="return keyboardDegreePopup(event,this.id,$('#markentry_stu_degree_code').val())"
            onkeypress="return pulsar(event,this);"
            onblur="getdegreeNames();"
          />
          <input type="text" id="markentry_stu_degree_name" readonly tabindex="-1" style="width: 200px; background: AliceBlue" />
          <img border="0" onclick="degreeDetailsPopup($('#markentry_stu_degree_code').val());" src="images/edi.png" style="cursor: pointer" />
        </td>
      </tr>
      <tr>
        <td align="right">Exam No:</td>
        <td>
          <input
            type="text"
            id="markentry_stu_Examno"
            style="width: 70px"
            onkeyup="limit(this, 1)"
            onblur="getExamName($('#markentry_stu_degree_code').val(),this.id);"
            onkeypress="return pulsar(event,this); MarkEntrySubGetExamNO(event,this.id,$('#markentry_sub_Examno').val());"
            onkeydown="return keyboardExamNoPopup(event,this.id,$('#markentry_stu_Examno').val())"
          />
          <input type="text" id="markentry_stu_Exam_name" readonly tabindex="-1" style="width: 200px; background: AliceBlue" />
          &nbsp;&nbsp;<img border="0" onclick="GetMarkEntrySubGetExamNO($('#markentry_sub_degree_code').val(),'');" src="images/edi.png" style="cursor: pointer" />
        </td>
      </tr>
      <tr>
        <td align="right">Reg. No:</td>
        <td>
          <input type="text" id="markentry_stu_Regno" style="width: 70px" onkeyup="limit(this, 8)" onkeypress="return pulsar(event,this);" onkeydown="return KayboardGetRegno(event,this.id)" />
          <input type="text" id="markentry_stu_studentname" readonly tabindex="-1" style="width: 200px; background: AliceBlue" />
          &nbsp;&nbsp;<img border="0" onclick="PopupMarkEntrySubGetRegno();" src="images/edi.png" style="cursor: pointer" />
        </td>
      </tr>
    </table>

    <div align="left" id="markentry_studentwise_div" style="height: 270px; overflow: auto">
      <div align="left" id="studentwise_entry_table" style="height: 210px; overflow: auto">
        <table style="width: 100%" id="markentry_studentwise_tableitem" align="center" border="0"></table>
      </div>
    </div>
    <div align="center" id="mes_default_subcode_div" style="display: none; height: 250px; overflow: auto"></div>
  </div>
</div>