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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<style>
  .column {
    padding: 5px;
    border: 1px solid #c5dbec;
    border-collapse: collapse;
  }
</style>
<div id="tabs">
  <ul>
    <li><a href="#create">Attendence Short</a></li>
  </ul>
  <div>
    <table style="font-size: 13px">
      <tbody>
        <tr>
          <td>Degree<font color="red">*</font></td>
          <td>:</td>
          <td>
            <select
              id="deg"
              style="width: 450px; height: 30px; margin: 2px"
            ></select>
          </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td>
            <span
              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;
              "
              onclick="showData()"
              >View</span
            >
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div id="attdatatable"></div>
</div>