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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<style type="text/css">
  .input {
    width: 200px;
    height: 24px;
    margin-bottom: 10px;
  }
  .select {
    width: 400px;
    height: 29px;
    margin-bottom: 10px;
  }
</style>
<div id="tabs">
  <ul>
    <!-- <li><a href="#Report_degree_list">Student Registered Details</a></li> -->
  </ul>

  <div
    style="
      padding-top: 8px;
      font-size: 13px;
      padding-left: 2%;
      padding-right: 2%;
    "
  >
    <table width="100%" border="0" cellpadding="" cellspacing="">
      <tr>
        <td style="font-size: 13px">Degree Group</td>
        <td>
          <select
            id="stud_degree_code"
            class="select"
            onchange="getDegreestudreport()"
          ></select>
        </td>
      </tr>
      <tr>
        <td style="font-size: 13px">Degree</td>
        <td>
          <select
            id="report_degree_code"
            class="select"
            onchange="getYearstudreport()"
          ></select>
        </td>
      </tr>
      <tr>
        <td style="font-size: 13px">Report Type</td>
        <td>
          <select id="Reprttype" class="select">
            <option value="stdwise">Student Wise Report</option>
          </select>
        </td>
      </tr>
      <tr>
        <td style="font-size: 13px">Admission Year</td>
        <td >
            <select id="ddlYears" style="width: 140px;"></select>
        </td>
      </tr>
      <tr>
        <td></td>
        <td>
          <span
            onclick="getstuddetreport()"
            style="
              background-color: #008cba;
              color: white;
              padding: 10px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 13px;
              cursor: pointer;
              border-radius: 6px;
            "
          >
            Report
          </span>
        </td>
      </tr>
    </table>
  </div>
  <div id="studregistrdet"></div>
</div>