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


Current Path : /proc/thread-self/root/var/www/oasis/h/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/h/html_modules/practicalEntryFreezing.html

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

<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <table>
    <tr>
      <td style="font-size: 13px">Degree</td>
      <td>:</td>
      <td>
        <select
          name="Degree"
          id="fmacas_degree_code"
          style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
          onchange="getBatchWiseSemesterDetailsTT()"
        ></select>
      </td>
    </tr>
    <tr>
      <td style="font-size: 13px">Exam</td>
      <td>:</td>
      <td>
        <select
          name="exam"
          id="fmacas_sub_Examno"
          style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
          onchange="getBatchWiseSubjectDetailsTT()"
        ></select>
      </td>
    </tr>
    <tr>
      <td style="font-size: 13px">Subject</td>
      <td>:</td>
      <td>
        <select
          name="exam"
          id="fmacas_sub_final_subcode"
          style="width: 450px; height: 30px; margin: 2px; font-size: 13px"
          onchange="getBatchWiseMaxMarks()"
        ></select>
      </td>
      <td>Max Marks:</td>
      <td>
        <input
          class="ElementCount"
          type="text"
          id="fmacas_sub_maxmark"
          style="
            background-color: AliceBlue;
            width: 50px;
            height: 24px;
            font-size: 13px;
          "
          onfocus="$g_focus_element='fmacas_sub_maxmark';"
          disabled="disabled"
        />
      </td>
    </tr>

    <tr style="margin-bottom: 10px">
      <td></td>
      <td></td>
      <td>
        <span
          style="
            background-color: #008cba;
            border: none;
            color: white;
            padding: 5px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 13px;
            cursor: pointer;
            margin: 5px;
          "
          onclick="getPracticalEntryFreezeDetails();"
          >View</span
        >
      </td>
    </tr>
  </table>
  <div
    align="left"
    id="fmacas_module_subject_data"
    style="overflow: auto"
  ></div>
</div>