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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<script>
  $("#rec_date").datepicker({
    showOn: "button",
    showButtonPanel: true,
    changeMonth: true,
    changeYear: true,
    dateFormat: "dd/mm/yy",
    buttonImage: "images/date.gif",
    buttonImageOnly: true,
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li>Marks Entry(External)</li>
  </ul>
  <div
    align="left"
    id="freeze_module_at_college_admin_subject"
    style="height: 453; overflow: auto"
  >
    <table width="100%" border="0" cellpadding="2" cellspacing="3">
      <tr>
        <td style="width: 100px" align="right">QP Code<br /></td>
        <td>
          <select
            type="text"
            id="marks_entry_qp"
            class="select_box"
            style="font-size: 13px"
            onchange="getPackNo()"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Packet No.</td>
        <td>
          <select
            type="text"
            id="marks_entry_pack_no"
            class="select_box"
            style="font-size: 13px"
            onchange="getValNo()"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Valuation No.</td>
        <td>
          <select
            type="text"
            id="marks_entry_val_no"
            class="select_box"
            style="font-size: 13px"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="left"></td>
        <td style="float: left">
          <span
            onclick="entryMarksData()"
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 5px 15px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 13px;
              cursor: pointer;
            "
            >View</span
          >
        </td>
      </tr>
    </table>
    <br />
    <div id="marksentryexternaltab"></div>
  </div>
</div>