course details changes done
This commit is contained in:
parent
bbf2a6b7c9
commit
67d2f6631c
82
Apollo/assets/views/student/studentView.html
Normal file → Executable file
82
Apollo/assets/views/student/studentView.html
Normal file → Executable file
@ -226,47 +226,6 @@
|
||||
</div>
|
||||
</tab>
|
||||
|
||||
<tab heading="BookLet Details" id="booklet">
|
||||
<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.bookletDetails==false">
|
||||
<center>
|
||||
<h5 class="text-dark">No Booklet Details!</h5>
|
||||
</center>
|
||||
</div>
|
||||
<table class="table no-margin ng-scope" ng-if="course.bookletDetails!=false">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Date</th>
|
||||
<th>Status</th>
|
||||
<th>Comments</th>
|
||||
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="book in course.bookletDetails">
|
||||
<td>
|
||||
<span>{{book.Sem_Year}}</span></td>
|
||||
<td>
|
||||
<span>{{book.AnsDate}}</span></td>
|
||||
<td>
|
||||
<span>{{book.ListName}} </span><span> ON </span> <span>{{book.AnsDate}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span>{{book.Comments}}</span></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!--
|
||||
view tab end
|
||||
-->
|
||||
|
||||
</div>
|
||||
</tab>
|
||||
<tab heading="Certificate Details" id="certificate">
|
||||
<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">
|
||||
@ -395,6 +354,47 @@
|
||||
</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">
|
||||
<center>
|
||||
<h5 class="text-dark">No Study Material Details!</h5>
|
||||
</center>
|
||||
</div>
|
||||
<table class="table no-margin ng-scope" ng-if="course.studyMaterialDetails!=false">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<!-- <th>Date</th>-->
|
||||
<th>Status</th>
|
||||
<th>Comments</th>
|
||||
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="study in course.studyMaterialDetails">
|
||||
<td>
|
||||
<span>{{study.Sem_Year}}</span></td>
|
||||
<!--<td>
|
||||
<span>{{study.SDate}}</span></td>-->
|
||||
<td>
|
||||
<span>{{study.ListName}} </span><span> ON </span> <span>{{study.SDate}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span>{{study.Comments}}</span></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!--
|
||||
view tab end
|
||||
-->
|
||||
|
||||
</div>
|
||||
</tab>
|
||||
|
||||
</tabset>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user