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 : 52.15.209.178


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

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

<div id="tabs">
  <ul>
    <li><a href="#">Progress Report</a></li>
  </ul>
  <div
    align="center"
    style="
      padding-top: 8px;
      font-size: 13px;
      padding-left: 2%;
      padding-right: 2%;
    "
  >
    <div id="all_subject_report">
      <table class="content-tbl" width="100%">
        <tbody>
          <tr>
            <td>Degree</td>
            <td>:</td>
            <td>
              <select
                id="degree"
                style="width: 316px; height: 25px"
                onchange="getSemisterDetails()"
              ></select>
            </td>
          </tr>

          <tr>
            <td>Semester</td>
            <td>:</td>
            <td>
              <select id="semister" style="width: 316px; height: 25px"></select>
            </td>
          </tr>

          <tr>
            <td>Reg No. Range</td>
            <td>:</td>
            <td>
              <input
                type="text"
                name="fromreg"
                id="fromreg"
                value="0"
                placeholder="From Reg"
              />
              -
              <input
                type="text"
                name="toreg"
                id="toreg"
                value="z"
                placeholder="To Reg"
              />
            </td>
          </tr>

          <tr>
            <td></td>
            <td></td>
            <td>
              <span
                onclick="printIaMarksReport()"
                style="
                  background-color: #008cba;
                  border: none;
                  color: white;
                  padding: 5px 20px;
                  text-align: center;
                  text-decoration: none;
                  display: inline-block;
                  font-size: 12px;
                  cursor: pointer;
                "
                >Generate</span
              >
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</div>

<script>
  $(document).ready(function () {
    $("#exam_range").hide();
  });
</script>