course details changes done

This commit is contained in:
gandhimathi 2017-12-29 20:40:03 +05:30
parent 102ae53550
commit fe77b7b310

View File

@ -249,33 +249,33 @@
</div>
</tab>-->
<tab heading="Certificate Details" id="certificate">
<tab heading="Document Details" id="document">
<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.certificateDetails==false">
<div ng-if="course.applicationDetails==false">
<center>
<h5 class="text-dark">No Certificate Details!</h5>
<h5 class="text-dark">No Document Details!</h5>
</center>
</div>
<table class="table no-margin ng-scope" ng-if="course.certificateDetails!=false">
<table class="table no-margin ng-scope" ng-if="course.applicationDetails!=false">
<thead>
<tr>
<th>Type</th>
<th>Certificate Name</th>
<!-- <th>Type</th>-->
<th>Document Name</th>
<th>Status</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="cert in course.certificateDetails">
<td>
<tr ng-repeat="cert in course.applicationDetails">
<!-- <td>
<span>{{cert.Sem_Year}}</span>
</td>
</td>-->
<td>
<span>{{cert.CertificateName}}</span>
</td>
<td>
<span>{{cert.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{cert.CDate}}</span>
<span>{{cert.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{cert.AppDate}}</span>
</td>
<td>
<span>{{cert.Comments}}</span>
@ -377,6 +377,51 @@
</div>
</tab>
<tab heading="Mark Card Details" id="mark">
<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.markCardDetails==false">
<center>
<h5 class="text-dark">No Mark Card Details!</h5>
</center>
</div>
<table class="table no-margin ng-scope" ng-if="course.markCardDetails!=false">
<thead>
<tr>
<th>Type</th>
<!-- <th>Name</th>-->
<th>Status</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="mark in course.markCardDetails">
<td>
<span>{{mark.Sem_Year}}</span>
</td>
<!--<td>
<span>{{mark.CertificateName}}</span>
</td>-->
<td>
<span>{{mark.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{mark.CDate}}</span>
</td>
<td>
<span>{{mark.Comments}}</span>
</td>
</tr>
</tbody>
</table>
<!--
view tab end
-->
</div>
</tab>
<tab heading="Study Material Details" id="material">
<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.studyMaterialDetails==false">