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


Current Path : /proc/thread-self/root/var/www/html/pgadm/ru_stop/
Upload File :
Current File : //proc/thread-self/root/var/www/html/pgadm/ru_stop/counenty.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" style="padding: 30px">
      <div class="header bg-blue">
        <h2>Counselling Entry</h2>
      </div>

      <h4 style="color: black">
        Select if interested in counselling for Vacant Seats / Enhanced Quota /
        Management Quota
      </h4>
      <br />
      <form>
        <div class="form-group">
          <table>
            <tr>
              <td>
                <h4 style="color: black; padding-right: 71px">VACANT SEATS</h4>
              </td>
              <td>&nbsp;&nbsp;:&nbsp;&nbsp;</td>
              <td>
                <input type="radio" id="vs_y" name="vacant" />
                <label for="vs_y" style="font-weight: 800; color: black"
                  >Yes</label
                >
                <input type="radio" id="vs_n" name="vacant" />
                <label for="vs_n" style="font-weight: 800; color: black"
                  >No</label
                >
              </td>
            </tr>
          </table>
        </div>
        <div class="form-group">
          <table>
            <tr>
              <td>
                <h4 style="color: black; padding-right: 32px">
                  ENHANCED QUOTA
                </h4>
              </td>
              <td>&nbsp;&nbsp;:&nbsp;&nbsp;</td>
              <td>
                <input type="radio" id="eq_y" name="enhanced" />
                <label for="eq_y" style="font-weight: 800; color: black"
                  >Yes</label
                >
                <input type="radio" id="eq_n" name="enhanced" />
                <label for="eq_n" style="font-weight: 800; color: black"
                  >No</label
                >
              </td>
            </tr>
          </table>
        </div>
        <div class="form-group">
          <table>
            <tr>
              <td><h4 style="color: black">MANAGEMENT QUOTA</h4></td>
              <td>&nbsp;&nbsp;:&nbsp;&nbsp;</td>
              <td>
                <input type="radio" id="mq_y" name="management" />
                <label for="mq_y" style="font-weight: 800; color: black"
                  >Yes</label
                >
                <input type="radio" id="mq_n" name="management" />
                <label for="mq_n" style="font-weight: 800; color: black"
                  >No</label
                >
              </td>
            </tr>
          </table>
        </div>
        <table>
          <tr>
            <td>
              <button
                type="button"
                class="btn btn-secondary"
                style="
                  background: cornflowerblue;
                  color: white;
                  width: 110px;
                  height: 40px;
                  margin-right: 20px;
                "
                onclick="save_seats()"
              >
                Save
              </button>
            </td>
            <td>
              <button
                type="button"
                class="btn btn-secondary"
                style="
                  background: #e77366;
                  color: white;
                  width: 140px;
                  height: 40px;
                "
                onclick="not_interest()"
              >
                I'm not interested
              </button>
            </td>
          </tr>
        </table>
      </form>
    </div>
  </div>
</div>
<script src="../js/pg/save_seat.js"></script>