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


Current Path : /var/www/html/univadmin/html_modules/
Upload File :
Current File : /var/www/html/univadmin/html_modules/generatebonfdata.html

<div class="row clearfix">
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="card">
      <div class="header">
        <h2>Generate Bonafide Data</h2>
      </div>
      <div class="body" style="height: 82vh">
        <div class="row clearfix">
          <form
            id="formID"
            enctype="multipart/form-data"
            method="post"
            name="formID"
          >
            <div
              class="
                col-lg-5
                col-lg-offset-3
                col-md-5
                col-md-offset-3
                col-sm-12
                col-xs-12
              "
            >
              <b>University Name</b>
              <div class="inner-addon left-addon m-b-20">
                <select
                  id="univname"
                  class="form-control"
                  name="College Name"
                  onchange="loadclgnm()"
                >
                  <option value="">---Select---</option>
                </select>
              </div>
              <b>College</b>
              <div class="inner-addon left-addon m-b-20">
                <select
                  id="college"
                  class="form-control"
                  name="college"
                ></select>
              </div>

              <b>Degree Range</b>
              <div class="inner-addon left-addon m-b-20">
                <table>
                  <tr>
                    <td>
                      <input
                        id="deg_frm"
                        value="0"
                        class="form-control"
                        type="text"
                      />
                    </td>
                    <td>
                      <input
                        id="deg_to"
                        class="form-control"
                        type="text"
                        value="z"
                        style="margin: 3px"
                      />
                    </td>
                  </tr>
                </table>
              </div>

              <b>Reg No. Range</b>
              <div class="inner-addon left-addon m-b-20">
                <table>
                  <tr>
                    <td>
                      <input
                        id="reg_frm"
                        value="0"
                        class="form-control"
                        type="text"
                      />
                    </td>
                    <td>
                      <input
                        id="reg_to"
                        class="form-control"
                        type="text"
                        value="z"
                        style="margin: 3px"
                      />
                    </td>
                  </tr>
                </table>
              </div>
            </div>
            <!-- <div class="row"> -->

            <!-- </div> -->
          </form>
          <div
            class="
              col-lg-5
              col-lg-offset-3
              col-md-5
              col-md-offset-3
              col-sm-12
              col-xs-12
            "
          >
            <button
              type="submit"
              name="submit"
              style="margin-left: 8px"
              class="btn btn-block bg-mycol waves-effect"
              onclick="generateData()"
            >
              Generate
            </button>
          </div>
        </div>
        <div
          id="sspbonfpush"
          class="col-lg-11 col-md-11 col-sm-12 col-xs-12"
        ></div>
      </div>
    </div>
  </div>
</div>