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


Current Path : /proc/thread-self/root/var/www/html/pgadm2020/vskub/
Upload File :
Current File : //proc/thread-self/root/var/www/html/pgadm2020/vskub/option-entry.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>Option Entry</h2>
      </div>
      <div class="body">
      <div style="float: right;">
            <button
              style="margin-right: 47px;"
              type="button"
              class="btn btn-primary waves-effect m-l-5"
              onclick="printoptionentry()"
            >
              Print
            </button>
          </div>
        <div class="row clearfix">
          <div id="uploaddetdet" class="row clearfix">
            <div class="col-md-12">
              <div class="col-md-12">
                <div class="col-md-12">
                  <span style="color: red; float: right">
                    <b> Note: Lower the number and higher priority </b>
                  </span>
                  <div id="upddet">
                    <table
                      class="table table-bordered table-striped table-upd"
                      id="uploaddet"
                    >
                      <thead>
                        <tr class="bg-cyan">
                          <td style="width: 40%; text-align: center">Degree</td>
                          <td style="width: 35%; text-align: center">
                            College
                          </td>
                          <td style="width: 15%; text-align: center">
                            Priority
                          </td>
                        </tr>
                      </thead>
                      <tbody id="options"></tbody>
                    </table>
                  </div>
                  <center>
                    <button
                      type="button"
                      id="saveandmakepayment"
                      style="
                        font-weight: 600;
                        font-size: 16px;
                        margin: 10px auto;
                      "
                      class="btn btn-primary waves-effect btn-lg"
                      onclick="saveOptionEntry()"
                    >
                      Save & Makepayment
                    </button>
                  </center>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>