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


Current Path : /proc/thread-self/root/var/www/html/pgadm2020/bcu/
Upload File :
Current File : //proc/thread-self/root/var/www/html/pgadm2020/bcu/app-status.html

<div class="row clearfix" id="upload_doc_det">
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="card">
      <div class="header bg-blue">
        <h2>Application Status</h2>
      </div>
      <div class="body">
        <div class="row clearfix">
          <div id="appstat" class="row clearfix">
            <div class="col-md-12">
              <div class="col-md-12" style="padding-left: 37px;">
                <table
                  class="table table-bordered table-striped table-upd"
                  id="appstat"
                >
                  <thead></thead>
                  <tbody id="AppStat"></tbody>
                </table>
                <br />
                <br />
                <div class="card" id="status">
                  <table class="table table-bordered table-striped" id="status">
                    <thead>
                      <tr class="bg-cyan">
                        <th
                          style="
                            width: 10%;
                            text-align: center;
                            font-size: 15px;
                          "
                        >
                          Sl. No.
                        </th>
                        <th
                          style="
                            width: 60%;
                            text-align: center;
                            font-size: 15px;
                          "
                        >
                          Degree
                        </th>
                        <th
                          style="
                            width: 25%;
                            text-align: center;
                            font-size: 15px;
                          "
                        >
                          Status
                        </th>
                        <th
                          style="
                            width: 25%;
                            text-align: center;
                            font-size: 15px;
                          "
                        >
                          Action
                        </th>
                      </tr>
                    </thead>
                    <tbody id="Display"></tbody>
                  </table>
                </div>

                <div class="row clearfix btns">
                  <div id="make_payment" style="display: none;">
                    <a onclick="makepayment()"
                      ><button
                        class="btn btn-primary btn-lg waves-effect font-16"
                      >
                        Make Payment
                      </button></a
                    >
                  </div>
                  <div>
                    <button
                      class="btn btn-primary btn-lg waves-effect font-16"
                      onclick="rePrintApplication()"
                    >
                      Re-print Application
                    </button>
                  </div>

                  <!-- <div>
                    <button
                      class="btn btn-primary btn-lg waves-effect font-16"
                      onclick="rePrintApplication()"
                    >
                      Re-print Application
                    </button>
                  </div> -->
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>