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


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/attReport.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <div>
    <table style="font-size: 13px">
      <tbody>
        <tr>
          <td>Teacher Name<font color="red">*</font></td>
          <td>:</td>
          <td>
            <select
              onchange="loadAttReportClass()"
              id="teachname"
              style="width: 450px; height: 30px; margin: 2px"
            ></select>
          </td>
        </tr>

        <tr>
          <td>Class Name<font color="red">*</font></td>
          <td>:</td>
          <td>
            <select
              id="classid"
              style="width: 450px; height: 30px; margin: 2px"
            ></select>
          </td>
        </tr>
        <tr>
          <td>Date Range<font color="red">*</font></td>
          <td>:</td>
          <td>
            <input
              id="fromdate"
              class="ElementCount"
              type="date"
              style="height: 26px; margin: 2px"
            />
            -
            <input
              id="todate"
              class="ElementCount"
              type="date"
              style="height: 26px; margin: 2px"
            />
          </td>
        </tr>
        <tr>
          <td>Report Type</td>
          <td>:</td>
          <td>
            <select id="rtype" style="width: 450px; height: 30px; margin: 2px">
              <option value="">--Select--</option>
              <option value="datewise">Datewise (PDF)</option>
              <option value="datewiseexcel">Datewise (Excel)</option>
              <option value="Summary">Summary</option>
            </select>
          </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td>
            <span
              onclick="GenerateAttReport()"
              style="
                background-color: #008cba;
                border: none;
                color: white;
                padding: 6px 10px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 13px;
                cursor: pointer;
                border-radius: 3px;
              "
              >Generate</span
            >
          </td>
        </tr>
      </tbody>
    </table>
    <div id="daywisedata"></div>
  </div>
</div>

<script>
  $(document).ready(function () {
    $("#exam_range").hide();
  });
</script>