This commit is contained in:
resicovenba 2018-02-28 11:25:01 +05:30
commit 3a0216710f

View File

@ -47,128 +47,6 @@
<!-- start: FEATURED BOX LINKS -->
<div class="container-fluid container-fullw bg-white" ng-controller="studentViewCtrl" ng-init="getStudentDetails()">
<!--<div class="row">
<div class="col-md-12">
<div class="panel panel-white" id="panel1">
<div class="panel-heading panel-white">
<div class="padding-10">
<img ng-src="images/{{studentDetails.ProfilePicPath}}" class="img-circle pull-center" alt="" width="60" height="60" ng-if="studentDetails.ProfilePicPath!='' || studentDetails.ProfilePicPath!='NULL'">
<img ng-src="images/student/default.jpeg" class="img-circle pull-left" alt="" width="60" height="60" ng-if="studentDetails.ProfilePicPath=='' || studentDetails.ProfilePicPath=='NULL'">
<h4 class="no-margin inline-block padding-5 text-green">{{studentDetails.Firstname}} {{studentDetails.Lastname}} &lt;!&ndash;<span class="block text-small text-left text-blue">{{studentDetails.MobileNumber}}</span>&ndash;&gt;</h4>
&lt;!&ndash;<div class="pull-right padding-15">
<span class="text-small text-bold text-green"><i class="fa fa-dot-circle-o"></i> on-line</span>
</div>&ndash;&gt;
</div>
&lt;!&ndash; <h4 class="panel-title text-green">{{studentDetails.Firstname}} {{studentDetails.Lastname}}</h4>&ndash;&gt;
<ct-paneltool class="panel-tools" tool-collapse="tool-collapse"></ct-paneltool>
</div>
<div collapse="panel1" ng-init="panel1=false" class="panel-wrapper">
<div class="panel-body">
<div class="col-md-6">
<div class="user-left">
<table class="table table-condensed">
<tbody>
<tr>
<td>Mobile Number <span style="float: right;">:</span></td>
<td> {{studentDetails.MobileNumber}}</td>
</tr>
<tr>
<td>Email <span style="float: right;">:</span></td>
<td> {{studentDetails.EmailID}}</td>
</tr>
<tr>
<td>Alternate Mobile Number <span style="float: right;">:</span></td>
<td> {{studentDetails.AlternateNumber}}</td>
</tr>
<tr>
<td>Father Name <span style="float: right;">:</span></td>
<td> {{studentDetails.Fathername}}</td>
</tr>
<tr>
<td>Mother Name <span style="float: right;">:</span></td>
<td> {{studentDetails.MotherName}}</td>
</tr>
<tr>
<td>Gender <span style="float: right;">:</span></td>
<td> {{studentDetails.Gender}}</td>
</tr>
<tr>
<td>Date Of Birth <span style="float: right;">:</span></td>
<td> {{studentDetails.DOB}}</td>
</tr>
<tr>
<td>Present Address <span style="float: right;">:</span></td>
<td style="width: 280px;"> {{studentDetails.PresentAddress}}</span></td>
</tr>
<tr>
<td>Permanent Address <span style="float: right;">:</span></td>
<td> {{studentDetails.PermanentAddress}}</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<table class="table table-condensed">
<tbody>
<tr>
<td>Qualification <span style="float: right;">:</span></td>
<td> {{studentDetails.PreQualification}}</td>
</tr>
<tr>
<td>Designation <span style="float: right;">:</span></td>
<td> {{studentDetails.Designation}}</td>
</tr>
<tr>
<td>Aadhar Number <span style="float: right;">:</span></td>
<td> {{studentDetails.AadharNumber}}</td>
</tr>
<tr>
<td>Refered By <span style="float: right;">:</span></td>
<td> {{studentDetails.ReferredBy}}</td>
</tr>
<tr>
<td>Refered Person No <span style="float: right;">:</span></td>
<td> {{studentDetails.ReferersMobileNumber}}</td>
</tr>
<tr>
<td>Occupation <span style="float: right;">:</span></td>
<td> {{studentDetails.Occupation}}</td>
</tr>
<tr>
<td>Caste <span style="float: right;">:</span></td>
<td> {{studentDetails.Caste}}</td>
</tr>
<tr>
<td>Religion <span style="float: right;">:</span></td>
<td> {{studentDetails.Religion}}</td>
</tr>
<tr>
<td>Nationality <span style="float: right;">:</span></td>
<td> {{studentDetails.Nationality}}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
&lt;!&ndash;<h1 class="mainTitle" translate="dashboard.WELCOME" translate-values="{ appName: app.name }">{{ mainTitle }}</h1>
<span class="mainDescription"></span>&ndash;&gt;
</div>-->
<div class="row">
<div class="col-md-12">
<div class="col-md-2">
@ -277,35 +155,6 @@
<td>{{studentDetails.Designation}}</td>
</tr>
<!-- <tr>
<td>Qualification</td>
<td>{{studentDetails.PreQualification}}</td>
</tr>
<tr>
<td>Designation</td>
<td>{{studentDetails.Designation}}</td>
</tr>
<tr>
<td>Occupation</td>
<td>{{studentDetails.Occupation}}</td>
</tr>
<tr>
<td>Caste</td>
<td>{{studentDetails.Caste}}</td>
</tr>
<tr>
<td>Religion</td>
<td>{{studentDetails.Religion}}</td>
</tr>
<tr>
<td>Refered By</td>
<td>{{studentDetails.ReferredBy}}</td>
</tr>
<tr>
<td>Refered Person No</td>
<td>{{studentDetails.ReferersMobileNumber}}</td>
</tr>-->
</tbody>
</table>
@ -391,49 +240,8 @@
<div collapse="panel2" ng-init="panel2=true" class="panel-wrapper">
<div class="panel-body">
<tabset class="tabbable">
<!--<tab heading="Application Details" id="application">
<div class="panel-scroll height-200 ng-scope ps-container ps-theme-default ps-active-y" perfect-scrollbar="" wheel-propagation="false" suppress-scroll-x="true" data-ps-id="6fc3054c-6292-144d-eff7-cd557f527468">
<div ng-if="course.applicationDetails==false">
<center>
<h5 class="text-dark">No Application Details!</h5>
</center>
</div>
<table class="table no-margin ng-scope" ng-if="course.applicationDetails!=false">
<thead>
<tr>
<th>Type</th>
<th>Status</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="apps in course.applicationDetails">
<td>
<span>{{apps.Sem_Year}}</span>
</td>
<td>
<span>{{apps.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{cert.AppDate}}</span>
</td>
<td>
<span>{{apps.Comments}}</span>
</td>
</tr>
</tbody>
</table>
&lt;!&ndash;
view tab end
&ndash;&gt;
</div>
</tab>-->
<tab heading="Fees Details" id="fees">
<div class="panel-scroll height-200 ng-scope ps-container ps-theme-default ps-active-y" perfect-scrollbar="" wheel-propagation="false" suppress-scroll-x="true" data-ps-id="6fc3054c-6292-144d-eff7-cd557f527468">
<div ng-if="course.feesDetails==false">
@ -695,10 +503,6 @@
</div>
</div>
</div>
<div>