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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#Report_degree_list">General</a></li>
  </ul>

  <div
    align="left"
    id="Report_admission_list"
    style="height: 256px; overflow: auto; padding: 1rem"
  >
    <table width="100%" border="0" cellpadding="" cellspacing="">
      <tr>
        <td align="left">Degree</td>
        <td>
          <input
            id="report_degree_code"
            type="text"
            maxlength="5"
            style="width: 70px"
            onkeydown="return keyboardDegreePopup(event,this.id,$('#adclme_degree_code').val());"
            onfocus="$g_focus_element='report_admission_degree_code'"
            onblur="getdegreeNames();"
          />
          <input
            type="text"
            id="report_degree_name"
            readonly
            tabindex="-1"
            onfocus="$g_focus_element='report_degree_name';"
            style="width: 230px; background-color: AliceBlue"
          />
          &nbsp;<img
            border="0"
            onclick="degreeDetailsPopup($('#report_degree_code').val());"
            src="images/edi.png"
            style="cursor: pointer"
          />
        </td>
      </tr>
      <tr style="">
        <td align="left" style="width: 115px">Application Range</td>
        <td>
          <input
            class="ElementCount"
            type="text"
            id="appfrom"
            value="0"
            style="width: 120px; margin-top: 5px; margin-bottom: 5px"
          />
          -
          <input
            class="ElementCount"
            type="text"
            id="appto"
            value="z"
            style="width: 120px"
          />
        </td>
      </tr>
      <tr>
        <td align="left">Year / Sem</td>
        <td>
          <select
            id="year"
            style="width: 200px; margin-bottom: 5px; height: 20px"
            disabled
          >
            <option value="A">Fresh Admission (Fisrt Sem)</option>
            <option value="C">Second Year</option>
            <option value="E">Third Year</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left">Report Type</td>
        <td>
          <select
            id="type"
            style="width: 200px; height: 20px; margin-bottom: 5px"
            onchange="showstatusadm()"
          >
            <option value="">-Select-</option>
            <option value="admlist">Addmission Register</option>
            <option value="adml">Addmission Listing</option>
            <option value="admp">Application Print</option>
            <option value="vrst">Verify Student</option>
          </select>
        </td>
      </tr>
      <tr id="admstatus" style="display: none">
        <td align="left">Status</td>
        <td>
          <select id="status" style="width: 200px; height: 20px">
            <option value="">-Select-</option>
            <option value="ack">Acknowledged</option>
            <option value="nack">Not Acknowledged</option>
            <option value="approved">Approved</option>
          </select>
        </td>
      </tr>
    </table>

    <br />
  </div>
</div>