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


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

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

<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <div id="ack_rv_rt_application" style="overflow: auto; padding-top: 10px;">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px;" align="right">Degree:<font color="red">*</font></td>
        <td>
          <!-- onchange="loadexamno_ttd()" -->
          <select
            name="combination"
            id="degdet"
            class="textInputEnabled"
            style="width: 450px;height:25px;"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Exam:<font color="red">*</font></td>
        <td>
          <select
            name="combination"
            id="examno"
            class="textInputEnabled"
            style="width: 450px;height:25px;"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Examination:<font color="red">*</font></td>
        <td>
          <select
            name=""
            id="examination"
            class="textInputEnabled"
            style="width: 450px;height:25px;"
          ></select>
        </td>
      </tr>
      <tr>
        <td></td>
        <td>
          <span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 5px 15px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 12px;
              cursor: pointer;
            "
            onclick="DisplayViewLedger();"
            >View Files</span
          >
        </td>
      </tr>
    </table>


    <div 
      id="ack_rv_rt_application_details"
      style="overflow: auto; width: 100%"
      hidden
    >
      <table
        align="center"
        class="tr_ventor_row"
        width="98%"
        border="0"
        cellspacing="0"
        cellpadding="5"
      >
        <thead>
          <tr class="tr_bg1" style="background: aliceblue; color: #000">
            <td
              align="center"
              style="
                font-size: 12px;
                font-weight: bold;
                border-left: 1px solid #c5dbec;
                border-right: 1px solid #c5dbec;
                border-top: 1px solid #c5dbec;
                border-bottom: 1px solid #c5dbec;
              "
            >
              Sl. No.
            </td>
            <td
              align="center"
              style="
                font-size: 12px;
                font-weight: bold;
                border-left: 0px solid #c5dbec;
                border-right: 1px solid #c5dbec;
                border-top: 1px solid #c5dbec;
                border-bottom: 1px solid #c5dbec;
              "
            >
              Degree
            </td>
            <td
              align="center"
              style="
                font-size: 12px;
                font-weight: bold;
                border-left: 0px solid #c5dbec;
                border-right: 1px solid #c5dbec;
                border-top: 1px solid #c5dbec;
                border-bottom: 1px solid #c5dbec;
              "
            >
              Exam
            </td>
            <!-- <td align='center' style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>Degree</td> -->
            <td
              align="center"
              style="
                font-size: 12px;
                font-weight: bold;
                border-left: 0px solid #c5dbec;
                border-right: 1px solid #c5dbec;
                border-top: 1px solid #c5dbec;
                border-bottom: 1px solid #c5dbec;
              "
            >
              Exam Date
            </td>
            <td
              align="center"
              style="
                font-size: 12px;
                font-weight: bold;
                border-left: 0px solid #c5dbec;
                border-right: 1px solid #c5dbec;
                border-top: 1px solid #c5dbec;
                border-bottom: 1px solid #c5dbec;
              "
            >
              Action
            </td>
          </tr>
        </thead>
        <tbody id="view_ledg_table_data"></tbody>
    </div>
  </div>
</div>