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


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/practical_entry_freezing_new.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>

  <div
    align="left"
    id="freeze_module_at_college_admin_subject"
    style="margin-top: 10px; margin-bottom: 10px"
  >
    <table
      class="content-tbl"
      width="100%"
      border="0"
      cellspacing="0"
      cellpadding="2"
      align="center"
    >
      <tr>
        <td style="width: 120px" align="right">Degree : <br /></td>
        <td>
          <input
            id="fmacas_degree_code"
            type="text"
            maxlength="5"
            style="width: 60px; text-transform: uppercase; text-align: center"
            onblur="getdegreeNames(); "
            onkeydown="return keyboardDegreePopup(event,this.id,$('#fmacas_degree_code').val());"
            onfocus="$g_focus_element='fmacas_degree_code'"
          />
          <input
            id="fmacas_degree_name"
            type="text"
            tabindex="-1"
            style="width: 400px; background-color: AliceBlue"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Exam :</td>
        <td>
          <input
            type="text"
            id="fmacas_sub_Examno"
            maxlength="1"
            style="width: 60px; text-transform: uppercase; text-align: center"
            onblur="getExamName($('#fmacas_degree_code').val(),this.id);"
            onkeydown="return keyboardExamNoPopup(event,this.id,$('#fmacas_sub_Examno').val())"
            onfocus="$g_focus_element='fmacas_sub_Examno';"
          />
          <input
            type="text"
            id="fmacas_sub_Exam_name"
            readonly
            tabindex="-1"
            onfocus="$g_focus_element='fmacas_sub_Exam_name';"
            style="width: 400px; background-color: AliceBlue"
          />
          &nbsp;
        </td>
      </tr>
      <tr>
        <td align="right">Subject :</td>
        <td>
          <input
            type="text"
            class="ElementCount"
            id="fmacas_sub_final_subcode"
            style="width: 60px; text-transform: uppercase; text-align: center"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            onkeypress="return pulsar(event,this);"
            onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
            onfocus="$g_focus_element='batch_sl_no_0';"
            onblur="getSubjectName();"
          />
          <input
            type="text"
            id="fmacas_sub_fsubname"
            tabindex="-1"
            style="width: 400px; background-color: AliceBlue"
          />
          <img
            border="0"
            onclick="PopupMarkEntrySubGetSubjectDetails();"
            src="images/edi.png"
            style="cursor: pointer"
          />
        </td>
        <td>
          Max Marks:
          <input
            class="ElementCount"
            type="text"
            id="fmacas_sub_maxmark"
            style="background-color: AliceBlue; width: 50px"
            onfocus="$g_focus_element='fmacas_sub_maxmark';"
            disabled="disabled"
          />
        </td>
      </tr>
      <tr>
        <td></td>

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