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.223.171.83
<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>RVRT Report</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>Degree Range</b>
<div class="row">
<div class="col-lg-5">
<input id="degrngfrom" placeholder="" value="00000" class='form-control' type="text">
</div>
<div class="col-lg-1">
to
</div>
<div class="col-lg-6">
<input id="degrngto" placeholder="" value="ZZZZZ" class='form-control' type="text">
</div>
</div>
<b>Exam Range</b>
<div class="inner-addon left-addon m-b-20">
<input id="exmrng" class='form-control' type="text" placeholder="Ex.: ABCD.." value="ABCDEF"/>
</div>
<b>Correction Type</b>
<div class="m-b-20">
<select id="crtType" onchange="" class="form-control" name="crtType">
<option value="PhotoCopy">PhotoCopy</options>
<option value="Revaluation">Revaluation</options>
<option value="Retotalling">Retotalling</options>
<option value="Challenged Valuation">Challenged Valuation</options>
</select>
</div>
<b>Report Type</b>
<div class="m-b-20">
<select id="reportType" onchange="" class="form-control" name="reportType">
<option value="Detailed">Detailed</options>
<option value="Summary">Summary</options>
</select>
</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="getrvrtReport()" id="getReportBtn">Get Reports</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
|