course details changes done

This commit is contained in:
gandhimathi 2018-01-31 13:15:28 +05:30
parent 8936178e9b
commit 9f1dd692ff

View File

@ -173,7 +173,7 @@
<div class="col-md-12"> <div class="col-md-12">
<div class="col-md-2"> <div class="col-md-2">
<h4>{{studentDetails.Firstname}} {{studentDetails.Lastname}}</h4> <h4 class="text-blue">{{studentDetails.Firstname}} {{studentDetails.Lastname}}</h4>
<div flow-init="{singleFile:true}" flow-name="obj.flow" flow-file-added="!!{png:1,gif:1,jpg:1,jpeg:1}[$file.getExtension()]"> <div flow-init="{singleFile:true}" flow-name="obj.flow" flow-file-added="!!{png:1,gif:1,jpg:1,jpeg:1}[$file.getExtension()]">
<div class="user-image"> <div class="user-image">
<div class="thumbnail"> <div class="thumbnail">
@ -192,11 +192,11 @@
</div> </div>
<div class="col-md-5 user-left" style="padding-left: 3%;"> <div class="col-md-4" style="padding-left: 3%;">
<table class="table table-condensed"> <table class="table table-condensed">
<thead> <thead>
<tr> <tr>
<th colspan="3">Contact Information</th> <th colspan="3"> <span class="text-azure">Contact Information</span></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -221,14 +221,7 @@
<td>Aadhar Number</td> <td>Aadhar Number</td>
<td>{{studentDetails.AadharNumber}}</td> <td>{{studentDetails.AadharNumber}}</td>
</tr> </tr>
<tr>
<td>Gender</td>
<td>{{studentDetails.Gender}}</td>
</tr>
<tr>
<td>Date Of Birth</td>
<td>{{studentDetails.DOB}}</td>
</tr>
<tr> <tr>
<td>Present Address</td> <td>Present Address</td>
<td> <td>
@ -245,17 +238,25 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="col-md-5"> <div class="col-md-3">
<div class="user-right">
<table class="table table-condensed"> <table class="table table-condensed">
<thead> <thead>
<tr> <tr>
<th colspan="3">General information</th> <th colspan="3"><span class="text-pink">General Information</span></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td>Gender</td>
<td>{{studentDetails.Gender}}</td>
</tr>
<tr>
<td>Date Of Birth</td>
<td>{{studentDetails.DOB}}</td>
</tr>
<tr> <tr>
<td>Father Name</td> <td>Father Name</td>
<td>{{studentDetails.Fathername}}</td> <td>{{studentDetails.Fathername}}</td>
@ -276,6 +277,50 @@
<td>{{studentDetails.Designation}}</td> <td>{{studentDetails.Designation}}</td>
</tr> </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>
</div>
<div class="col-md-3">
<table class="table table-condensed">
<thead>
<tr>
<th colspan="3"><span class="text-green">Other Information</span></th>
</tr>
</thead>
<tbody>
<tr> <tr>
<td>Occupation</td> <td>Occupation</td>
<td>{{studentDetails.Occupation}}</td> <td>{{studentDetails.Occupation}}</td>
@ -299,7 +344,6 @@
</tbody> </tbody>
</table> </table>
</div>
</div> </div>
</div> </div>
</div> </div>