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.145.9.174


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

<script type="text/javascript">
  $("#frm_date").datepicker({ changeMonth: true, changeYear: true, dateFormat: "dd/mm/yy" });
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li>Notice board Chart</li>
  </ul>

  <div id="report_Marklist_student_wise_div">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <!-- <tr>
        <td align="left">
          Batch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          :
        </td>

        <td>
          <select
            id="fbatch"
            style="width: 350px; height: 30px; margin: 2px"
          >
            <option value="">--Select--</option>
            <option value="I">Option I</option>
            <option value="II">Option II</option>
            <option value="III">Option III</option>
          </select>
        </td>
      </tr> -->

      <tr>
        <td style="width: 140px" align="right">Exam Date:</td>
        <td>
          <input
            type="text"
            id="frm_date"
            style="width: 120px; text-align: center"
            onkeypress="return acceptNumbersOnlyForModule(event);"
            onkeydown="dmydateformat(event,this.id)"
            placeholder="DD/MM/YYYY"
            maxlength="10"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Session:</td>
        <td>
          <select id="session" class="textInputEnabled" style="width: 150px; height: 25px">
            <option value="">Select Session</option>
            <option value="M%">Morning</option>
            <option value="N%">After Noon</option>
            <!--<option value = 'both'>both</option>-->
          </select>
        </td>
      </tr>
    </table>
  </div>
</div>