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.144.102.43
<div class="row clearfix">
<div class="card" id="add">
<div class="header" style="display: flex; justify-content: space-between">
<h2>
<b>Application View</b>
</h2>
<button
type="button"
class="btn btn-primary waves-effect m-l-40"
onclick="ApplicationReport_acu()"
>
Report
</button>
</div>
<div class="body" style="padding: 20px">
<form class="form-horizontal" id="add">
<div class="row clearfix">
<div
class="col-lg-3 col-md-2 col-sm-4 col-xs-5 form-control-label"
style="margin-top: 10px"
>
<label class="pull-left" for="daterange"
><b style="font-size: 17px">Degree range</b></label
>
</div>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<select id="fdept" class="form-control" name="fdept"></select>
</div>
</div>
</div>
<div class="row clearfix">
<div>
<div
class="col-lg-offset-4 col-md-offset-5 col-sm-offset-4 col-xs-offset-5"
>
<button
type="button"
class="btn btn-primary waves-effect m-l-40"
onclick="loadAppDetailsView()"
>
Submit
</button>
</div>
</div>
</div>
</form>
<div style="margin-top: 10px" id="appdet"></div>
</div>
</div>
</div>
|