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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>

<div id="tabs">
  <ul>
    <li><a href="#create">Delete Attendance Entry</a></li>
  </ul>
  <div id="CollForm">
    <table
      class="content-tbl"
      cellpadding="5"
      cellspacing="2"
      width="100%"
      id="mainTable"
    >
      <tr class="tblRow">
        <td valign="middle" width="140px">Teacher Range:</td>
        <td valign="middle">
          <input
            class="ElementCount"
            type="text"
            id="dteachfrom"
            value="0"
            style="
              width: 125px;
              margin-top: 5px;
              margin-bottom: 5px;
              height: 25px;
            "
          />
          -
          <input
            class="ElementCount"
            type="text"
            id="dteachto"
            value="Z"
            style="width: 125px; height: 25px"
          />
        </td>
        <td valign="middle">
          <span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 5px 20px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 12px;
              cursor: pointer;
            "
            onclick="viewDeleteAddStudDet();"
            >View</span
          >
        </td>
      </tr>
    </table>

    <div id="deletedaywisedata"></div>
  </div>
</div>