%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="dashboard1"> <div class="row"> <div class="col-md-12" ng-if="CR.notifications.length"> <div class="alert alert-info alert-dismissible fade in"> <!-- <a href="#" class="close" data-dismiss="alert" aria-label="close">×</a> --> <i class="fa fa-bell white" aria-hidden="true"></i> <strong>{{CR.notifications.length}} Notification!</strong> <span ng-bind-html="renderHtml(CR.notifications[0].msg)"></span> <a href="javascript;;" class="viewall" ng-if="CR.notifications.length>1 && !CR.viewAllNoti" ng-click="CR.viewAllNoti=true">View All</a> </div> <div class="alert alert-info alert-dismissible fade in" ng-if="CR.viewAllNoti && i>0" ng-repeat="(i,r) in CR.notifications"> <span ng-bind-html="renderHtml(r.msg)"></span> </div> </div> <div class="col-md-4 col-sm-4"> <div class="das-box dashboard-bg1"> <div class="row"> <div class="col-md-3 col-xs-3"> <img ng-src="{{baseUrl}}images/completed.png"> </div> <div class="col-md-9 col-xs-9"> <h4>Basic Details</h4> <h6>Completed</h6> </div> </div> </div> </div> <div class="col-md-4 col-sm-4"> <div class="das-box dashboard-bg2"> <div class="row"> <div class="col-md-3 col-xs-3"> <img ng-src="{{baseUrl}}images/pending.png" ng-if="!CR.payment_status"> <img ng-src="{{baseUrl}}images/completed.png" ng-if="CR.payment_status"> </div> <div class="col-md-9 col-xs-9"> <h4>Personal / Academic Details</h4> <h6>{{CR.step_completed < 2 ? 'Pending':'Completed'}}</h6> </div> </div> </div> </div> <div class="col-md-4 col-sm-4" ng-if="CR.fee > 0"> <div class="das-box dashboard-bg3"> <div class="row"> <div class="col-md-3 col-xs-3"> <img ng-src="{{baseUrl}}images/pending2.png" ng-if="!CR.payment_status"> <img ng-src="{{baseUrl}}images/completed.png" ng-if="CR.payment_status"> </div> <div class="col-md-9 col-xs-9"> <h4>Application Fee Payment</h4> <h6>{{!CR.payment_status?'Pending':'Completed'}}</h6> </div> </div> </div> </div> </div> </div> <div class="dashboard"> <div class="heading"> <h4>Application Status</h4> <p>Status of applications initiated/processed </p> </div> <div class=""> <table class="table table-bordered table-bordered1"> <thead> <tr> <th>Application Name</th> <th width="50%">Status</th> </tr> </thead> <tbody> <tr ng-repeat="r in CR.myApplications"> <td valign="middle">{{r.plan}}</td> <td> <div ng-if="r.step_completed==3"> <a href="javascript:;;" ng-click="goto('application', {id:r.id, id_type:'App'})" ng-if="!isPhd"> <button type="button" class="btn blue">Completed <i class="fa fa-download" aria-hidden="true"></i></button> <p class="step">View Application Form</p> </a> <a href="javascript:;;" ng-click="goto('phd-application')" ng-if="isPhd"> <button type="button" class="btn blue">Completed <i class="fa fa-download" aria-hidden="true"></i></button> <p class="step">View Application Form</p> </a> </div> <div ng-if="r.step_completed!=3"> <button type="button" class="btn btn-danger" ng-click="goto('application', {id:r.id, id_type:'App'})" ng-if="!isPhd">Complete Now <i class="fa fa-angle-right" aria-hidden="true"></i></button> <button type="button" class="btn btn-danger" ng-click="goto('phd-application')" ng-if="isPhd">Complete Now <i class="fa fa-angle-right" aria-hidden="true"></i></button> <p class="step">Step {{r.step_completed}} out of 3 completed </p> </div> </td> </tr> </tbody> </table> </div> </div> <div class="dashboard" ng-if="CR.suggestedPlans.length"> <div class="heading"> <h4>Suggested Application</h4> <p>On the basis of your previous applications, list of suggested applications are given below</p> </div> <div class="table-responsive"> <table class="table table-bordered"> <thead> <tr> <th>Application Name</th> <th>Application Fee</th> <th>Offer/Discount</th> <th width="15%">Action</th> </tr> </thead> <tbody> <tr ng-repeat="r in CR.suggestedPlans"> <td>{{r.plan}}</td> <td><i class="fa fa-inr" aria-hidden="true"></i>{{r.fee | number:2}}</td> <td> <table> <tr ng-repeat="c in r.coupans"> <td>{{c.title}}</td> </tr> </table> </td> <td> <button type="button" class="btn green" ng-click="goto('application', {id:r.plan_id, id_type:'Plan'})" ng-if="!isPhd">Apply Now <i class="fa fa-angle-right" aria-hidden="true"></i></button> <button type="button" class="btn green" ng-click="goto('phd-application')" ng-if="isPhd">Apply Now <i class="fa fa-angle-right" aria-hidden="true"></i></button> </td> </tr> </tbody> </table> </div> </div> </div> <!-- <div class="col-md-12"> <div class="alert alert-info alert-dismissible fade in"> <i class="fa fa-check-square orange" aria-hidden="true"></i> You will be required to make a payment of INR 1200 online to complete your SUAT 2019-20 Application. </div> </div> --> </div> </div>