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


Current Path : /proc/thread-self/root/var/www/html/univadmin_bkp/univadmin/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/html/univadmin_bkp/univadmin/html_modules/qpIndent.html

<div class="row clearfix" id = "personal_det">
    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
      <div class="card ">
        <div class="header bg-blue">
          <h2>QP Indent</h2>
        </div>
        
        <div class="row clearfix  body" id="idPerDet">
          <div class="field">
            <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="get_deggrp()">
                    </select>
                </div>
                <div id="reserr" class="text-center" style="color:red"></div>
                <b>Degree Group</b>
                <div class="m-b-20">
                    <select  class="form-control" id = "deggrp" name="deggrp">
                    </select>
                </div>
                <b>Report Type</b>
                <div class="m-b-20">
                    <select id="reportType" onchange=""  class="form-control" name="reportType">
                        <option value="Total">Total List</options>
                        <option value="Answer Script">Answer Script List</options>
                        <option value="Date of Exam Wise">Date of Exam Wise</options>
                    </select>
                </div>
                <div class="form-check">
                  <input type="checkbox" class="filled-in" id="ResetData">
                  <label class="form-check-label" for="ResetData">Reset Data</label>
                </div>
                <div class="row" id="report">
                    <div class="col-md-12">
                       <button style="margin-left: 8px;" 
                       class="btn btn-block btn-lg bg-mycol waves-effect" 
                       onclick="getReport()" id="getReportBtn">Get Reports</button>
                    </div>
                </div> 
          </div>

      </div>
    </div>
  </div>
</div>
</div>