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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#">Attendance Report Deggree Wise</a></li>
  </ul>
  <div id="mark_entry_subjectwise" style="overflow: auto; padding-top: 10px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Degree:</td>
        <td>
          <select
            id="markentry_sub_degree_code"
            onchange="getAttDegSem()"
            class="textInputEnabled"
            style="width: 450px; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Exam No:</td>
        <td>
          <select
            id="markentry_sub_Examno"
            class="textInputEnabled"
            style="width: 450px; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Date Range:</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 align="right">Section:</td>
        <td>
          <select
            id="markentry_sub_section"
            class="textInputEnabled"
            style="width: 450px; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>

      <tr>
        <td align="right">Report Type:</td>
        <td>
          <select id="rtype" style="width: 450px; height: 30px; margin: 2px">
            <option value="">--Select--</option>
            <option value="attreport">Attendance Report</option>
            <option value="prgressreport">Progress Card</option>
          </select>
        </td>
      </tr>

      <tr>
        <td></td>
        <td>
          <span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 5px 15px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 13px;
              cursor: pointer;
            "
            onclick="generateAttDegwise()"
            >Generate</span
          >
        </td>
      </tr>
    </table>

    <div
      align="center"
      id="mes_default_reg_div"
      style="display: none; overflow: auto; margin-top: 5px"
    ></div>
  </div>
</div>