student view changes

This commit is contained in:
gandhimathi 2018-03-10 15:48:58 +05:30
parent e0367b70a8
commit f415b43600

View File

@ -196,7 +196,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row" ng-repeat="course in courseDetails.courseStatus"> <div class="row" ng-repeat="course in courseDetails.courseStatus">
<div class="col-md-12"> <div class="col-md-12">
<div class="panel panel-white" id="panel2"> <div class="panel panel-white" id="panel2">
@ -208,7 +208,7 @@
<h4 class="panel-title text-purple">{{course.UniversityName}} / {{course.CourseName}}</h4> <h4 class="panel-title text-purple">{{course.UniversityName}} / {{course.CourseName}}</h4>
--> -->
<a class="panel-title text-blue" tooltip="University"> <a class="panel-title text-blue" tooltip="University">
<h3>{{course.UniversityName}}</h3> <h3>{{course.UniversityName}}</h3>
</a> </a>
</div> </div>
</div> </div>
@ -253,6 +253,7 @@
<thead> <thead>
<tr> <tr>
<th>Fees Name</th> <th>Fees Name</th>
<th>Batch</th>
<th ng-if="course.feesDetails[0].ProgramType=='P001' || course.feesDetails[0].ProgramType=='P002'">Session From/Session To</th> <th ng-if="course.feesDetails[0].ProgramType=='P001' || course.feesDetails[0].ProgramType=='P002'">Session From/Session To</th>
<th ng-if="course.feesDetails[0].ProgramType=='Y001'">Session</th> <th ng-if="course.feesDetails[0].ProgramType=='Y001'">Session</th>
<th>Roll Number</th> <th>Roll Number</th>
@ -267,7 +268,11 @@
<tbody> <tbody>
<tr ng-repeat="fees in course.feesDetails"> <tr ng-repeat="fees in course.feesDetails">
<td> <td>
<span>{{fees.FeesName}}</span></td> <span>{{fees.FeesName}}</span>
</td>
<td>
<span>{{fees.BatchName}}</span><span ng-if="fees.BatchDate!='' && fees.BatchDate!=null">&nbsp;({{fees.BatchDate}})</span>
</td>
<td ng-if="course.feesDetails[0].ProgramType=='P001' || course.feesDetails[0].ProgramType=='P002'">{{fees.SessionName}}/{{fees.ToSessionName}}</td> <td ng-if="course.feesDetails[0].ProgramType=='P001' || course.feesDetails[0].ProgramType=='P002'">{{fees.SessionName}}/{{fees.ToSessionName}}</td>
<td ng-if="course.feesDetails[0].ProgramType=='Y001'">{{fees.SessionName}}</td> <td ng-if="course.feesDetails[0].ProgramType=='Y001'">{{fees.SessionName}}</td>
<td> <td>
@ -382,7 +387,7 @@
<span>{{cert.CertificateName}}</span> <span>{{cert.CertificateName}}</span>
</td> </td>
<td> <td>
<span>{{cert.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{cert.AppDate}}</span> <span>{{cert.ListName}} </span><span ng-if="cert.AppDate!='' && cert.AppDate!=null">&nbsp; ON &nbsp;</span> <span>{{cert.AppDate}}</span>
</td> </td>
<td> <td>
<span>{{cert.Comments}}</span> <span>{{cert.Comments}}</span>
@ -428,7 +433,7 @@
<span>{{mark.CertificateName}}</span> <span>{{mark.CertificateName}}</span>
</td>--> </td>-->
<td> <td>
<span>{{mark.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{mark.CDate}}</span> <span>{{mark.ListName}} </span><span ng-if="mark.CDate!='' && mark.CDate!=null"> &nbsp; ON &nbsp;</span> <span>{{mark.CDate}}</span>
</td> </td>
<td> <td>
<span>{{mark.Comments}}</span> <span>{{mark.Comments}}</span>
@ -448,7 +453,7 @@
<span>{{mark.CertificateName}}</span> <span>{{mark.CertificateName}}</span>
</td>--> </td>-->
<td> <td>
<span>{{mark.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{mark.CDate}}</span> <span>{{mark.ListName}} </span><span ng-if="mark.CDate!='' && mark.CDate!=null">&nbsp; ON &nbsp;&nbsp;</span> <span>{{mark.CDate}}</span>
</td> </td>
<td> <td>
<span>{{mark.Comments}}</span> <span>{{mark.Comments}}</span>
@ -492,7 +497,7 @@
<!--<td> <!--<td>
<span>{{study.SDate}}</span></td>--> <span>{{study.SDate}}</span></td>-->
<td> <td>
<span>{{study.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{study.SDate}}</span> <span>{{study.ListName}} </span><span ng-if="study.SDate!='' && study.SDate!=null">&nbsp; ON &nbsp;</span> <span>{{study.SDate}}</span>
</td> </td>
<td> <td>
<span>{{study.Comments}}</span></td> <span>{{study.Comments}}</span></td>
@ -507,7 +512,7 @@
<!--<td> <!--<td>
<span>{{study.SDate}}</span></td>--> <span>{{study.SDate}}</span></td>-->
<td> <td>
<span>{{study.ListName}} </span><span> &nbsp; ON &nbsp;</span> <span>{{study.SDate}}</span> <span>{{study.ListName}} </span><span ng-if="study.SDate!='' && study.SDate!=null">&nbsp; ON &nbsp;&nbsp;</span> <span>{{study.SDate}}</span>
</td> </td>
<td> <td>
<span>{{study.Comments}}</span></td> <span>{{study.Comments}}</span></td>