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


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/SubjectType.html

<!DOCTYPE html>
<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<!-- <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> -->
<link rel="stylesheet" href="../select2/css/select2.min.css" />
<script src="../select2/js/select2.full.min.js"></script>
<link
  rel="stylesheet"
  href="../select2-bootstrap4-theme/select2-bootstrap4.min.css"
/>
<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <div style="height: auto; overflow: auto; padding-top: 10px">
    <table cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Degree</td>
        <td><font color="red">*</font> : </td>
        <td>
          <select
            id="degree"
            style="width: 400px; height: 30px"
          >
            <option value="">--Select--</option>
          </select>
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Type</td>
        <td><font color="red">*</font> : </td>
        <td>
          <input
            type="text"
            id="type"
            style="width: 200px; height: 25px"
            maxlength="10"
          />
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Description</td>
        <td><font color="red">*</font> : </td>
        <td>
          <input id="designation" style="width: 390px; height: 25px" />
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Total Subject Count</td>
        <td><font color="red">*</font> : </td>
        <td>
          <input
            id="subcount"
            style="width: 200px; height: 25px"
            type="number"
            oninput="this.value = this.value.replace(/[^0-9]/g, '').slice(0, 2)"
            maxlength="2"
          />
        </td>
      </tr>
      <tr>
        <td style="width: 140px" align="right">Order</td>
        <td><font color="red">*</font> : </td>
        <td>
          <input id="order" style="width: 200px; height: 25px" maxlength="2" />
        </td>
      </tr>
      <tr></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="Addsubjtype();"
            >Add</span
          >
        </td>
      </tr>
    </table>
  </div>
</div>