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


Current Path : /var/www/html/admission/html_modules/
Upload File :
Current File : /var/www/html/admission/html_modules/univRefundReport.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>
                    Exam Attendance
                </h2>
            </div>
            <div class="body" style="height:82vh">
                <div class="row clearfix">
                    <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">
                            </select>
                        </div>
                        <b>College Range</b>
                        <div class="row">
                            <div class="col-lg-5">
                                <input id="colgrngfrom" placeholder="" value="00000" class='form-control' type="text"> 
                            </div>
                           <div class="col-lg-1">
                            to
                           </div>
                            <div class="col-lg-6">
                                <input id="colgrngto" placeholder="" value="ZZZZZ" class='form-control' type="text">  
                            </div>
                        </div>
                        <b>Application Range</b>
                        <div class="row">
                            <div class="col-lg-5">
                                <input id="apprngfrom" placeholder="" value="00000" class='form-control' type="text"> 
                            </div>
                           <div class="col-lg-1">
                            to
                           </div>
                            <div class="col-lg-6">
                                <input id="apprngto" placeholder="" value="ZZZZZ" class='form-control' type="text">  
                            </div>
                        </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="getrefunddetails()" id="getReportBtn">Get Reports</button>
                            </div>
                        </div>

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