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


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/bundledispatchdatewise.html

<script type="text/javascript">
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>
<script>
  $("#edate").datepicker({
    showOn: "button",
    showButtonPanel: true,
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
    buttonImage: "images/cal.jpg",
    buttonImageOnly: true
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#Report_degree_list">Bundle Dispatch Entry Datewise</a></li>
  </ul>
  <div
    align="left"
    id="Report_daily_report_div"
    style="height:340px; overflow:auto"
  >
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td align="right">Exam Date From:</td>
        <td>
          <input style="width:90px;" type="text" id="edate" name="edate" />
        </td>
      </tr>
      <tr>
        <td align="right">Session:</td>
        <td align="left">
          Morning
          <input
            style="width:17px;"
            type="radio"
            id="report_drpt_session_morning"
            name="session"
            checked
            value="M"
          />
          Afternoon
          <input
            style="width:17px;"
            type="radio"
            id="report_drpt_session_afternoon"
            name="session"
            value="N"
          />
        </td>
      </tr>
      <tr>
        <td align="right"></td>
        <td>
          <span
            class="raval_submit"
            style="float:left;margin-left:0px;width:705x;"
            id="photo_download"
          >
            <span
              style="margin-top: 2px;float:left;margin-left:0px;cursor: pointer; color:#35721F;line-height: 19px;font-size:14px;font-weight:bold;"
              onclick="DisplayBundalDetailsDatewise();"
              >Submit</span
            >
          </span>
        </td>
      </tr>
    </table>

    <br />
    <div id="room_allotment"></div>
  </div>
</div>