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 : 13.59.67.189


Current Path : /proc/thread-self/root/var/www/oasis/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/html_modules/teachersreport.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#teacher_report">Teacher Report</a></li>
  </ul>

  <div align="left" id="college_code" style="height: 250px; overflow: auto">
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr style="display: non">
        <td style="width: 140px" align="right">College Code :</td>
        <td>
          <input
            type="text"
            id="coll_from"
            style="width: 70px"
            onfocus="$g_focus_element='coll_from';"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="0"
            name="coll_from"
            onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="coll_to"
            style="width: 70px"
            onfocus="$g_focus_element='coll_to';"
            onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="ZZZ"
            name="coll_to"
          />
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Board Code :</td>
        <td>
          <input
            type="text"
            id="board_from"
            style="width: 70px; height: 25px"
            onfocus="$g_focus_element='board_from';"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="0"
            name="board_from"
            onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
          />
          &nbsp;&nbsp;-&nbsp;&nbsp;
          <input
            type="text"
            id="board_to"
            style="width: 70px; height: 25px"
            onfocus="$g_focus_element='board_to';"
            onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            value="ZZZ"
            name="board_to"
          />
        </td>
      </tr>
    </table>
  </div>
</div>