course details changes done
This commit is contained in:
parent
b1141606a8
commit
83d659cd9e
@ -169,14 +169,10 @@
|
||||
<span class="mainDescription"></span>–>
|
||||
|
||||
</div>-->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-2">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="user-left">
|
||||
<div class="center">
|
||||
<h4>{{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 class="user-image">
|
||||
@ -192,8 +188,11 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-5 user-left" style="padding-left: 3%;">
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -218,6 +217,18 @@
|
||||
<td>Alternate Number</td>
|
||||
<td>{{studentDetails.AlternateNumber}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aadhar Number</td>
|
||||
<td>{{studentDetails.AadharNumber}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gender</td>
|
||||
<td>{{studentDetails.Gender}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Date Of Birth</td>
|
||||
<td>{{studentDetails.DOB}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Present Address</td>
|
||||
<td>
|
||||
@ -233,83 +244,66 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<div class="user-right">
|
||||
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">General information</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td>Father Name</td>
|
||||
<td>{{studentDetails.Fathername}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mother Name</td>
|
||||
<td>
|
||||
|
||||
{{studentDetails.MotherName}}
|
||||
</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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="user-right">
|
||||
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">General information</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Gender</td>
|
||||
<td>{{studentDetails.Gender}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Date Of Birth</td>
|
||||
<td>{{studentDetails.DOB}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Father Name</td>
|
||||
<td>{{studentDetails.Fathername}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mother Name</td>
|
||||
<td>
|
||||
|
||||
{{studentDetails.MotherName}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Qualification</td>
|
||||
<td>{{studentDetails.PreQualification}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Designation</td>
|
||||
<td>{{studentDetails.Designation}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Aadhar Number</td>
|
||||
<td>{{studentDetails.AadharNumber}}</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>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="row" ng-repeat="course in courseDetails.courseStatus">
|
||||
<div class="col-md-12">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user