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


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

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

<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <div id="CollForm">
    <table id="mainTable" style="font-size: 13px">
      <tr>
        <td>Mode</td>
        <td>:</td>
        <td>
          <select id="mode" style="width: 450px; height: 30px; margin: 2px">
            <option value = 'Regular'>Regular</option>
            <option value = 'Improvement'>Improvement</option>
          </select>
        </td>
      </tr>
      <tr>
        <td>Teacher Name</td>
        <td>:</td>
        <td>
          <select
            onchange="changeclassname()"
            id="teachname"
            style="width: 450px; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>
      <tr>
        <td>Class Name</td>
        <td>:</td>
        <td>
          <select
            id="classnameoptions"
            style="width: 450px; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>

      <tr>
        <td>Degree</td>
        <td>:</td>
        <td>
          <select
            onchange="loadsemattend()"
            id="degoptions"
            style="width: 450px; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>

      <tr>
        <td>Semester</td>
        <td>:</td>
        <td>
          <select
            onchange="loadsubjectattend()"
            id="semoptions"
            style="width: 30%; height: 30px; margin: 2px"
          ></select>
          &nbsp;&nbsp; Section :
          <select
            id="section"
            class="InputTextEnabled"
            style="width: 25%; height: 30px; margin: 2px"
          ></select>
        </td>
      </tr>
      <tr>
        <td>Subject</td>
        <td>:</td>
        <td>
          <select
            onchange="loadteachattend()"
            id="suboptions"
            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="viewcreateclass();"
            >View</span
          >
        </td>
      </tr>
    </table>

    <div id="createview"></div>
  </div>
</div>