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


Current Path : /var/www/html/college/html_modules/
Upload File :
Current File : /var/www/html/college/html_modules/attTeachSum.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<style>
  .select {
    width: 450px;
    height: 29px;
  }
  .btn {
    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;
  }
  .table {
    width: 100%;
    border: 1px solid #c5dbec;
    border-collapse: collapse;
    border-radius: 4px;
  }

  .column {
    border: 1px solid #c5dbec;
    padding: 5px;
  }
  .row {
    height: 30px;
    text-align: center;
  }
</style>

<div id="tabs">
  <ul>
    <li><a href="#">Attendance Report Teach. Wise</a></li>
  </ul>
  <table>
    <tr>
      <td align="right" style="font-size: 13px">Degree</td>
      <td>:</td>
      <td>
        <select class="select" id="degree"></select>
      </td>
    </tr>
    <tr>
      <td align="right" style="font-size: 13px">Sem</td>
      <td>:</td>
      <td>
        <select class="select" id="sem"></select>
      </td>
    </tr>
    <tr>
      <td align="right" style="font-size: 13px">Section</td>
      <td>:</td>
      <td>
        <select class="select" id="section" ></select>
      </td>
    </tr>
    <tr>
      <td align="right" style="font-size: 13px">Date</td>
      <td>:</td>
      <td> <input type = 'date' class="select" style="width: 100px" id = 'fdate'> </td>
    </tr>
    <tr>
      <td></td>
      <td></td>
      <td><span class="btn" onclick="viewAttTeachSum()">View</span></td>
    </tr>
  </table>
  <div id="tabledata" style="padding: 15px"></div>
</div>