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


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

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

<div id="tabs">
  <ul style="height: 20px">
    <!-- <li><a href="#create">Principal Freeze</a></li> -->
  </ul>
  <table style="font-size: 13px">
    <tr>
      <td align="right">Teacher</td>
      <td>:</td>
      <td>
        <select
          name="teacher"
          id="selectTeacher"
          style="width: 450px; height: 30px; margin: 2px"
          onchange="loadClassNamePrincipal()"
        ></select>
      </td>
    </tr>
    <tr>
      <td align="right">Class Name</td>
      <td>:</td>
      <td>
        <select
          name="classname"
          id="selectclassname"
          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;
            cursor: pointer;
            margin: 5px;
            border-radius: 3px;
          "
          onclick="loadSubjectNamePrincipal();"
          >View</span
        >
      </td>
    </tr>
  </table>
  <div id="tabledata"></div>
</div>