course details changes done
This commit is contained in:
parent
63acc8dc0e
commit
b1141606a8
@ -47,7 +47,7 @@
|
||||
<!-- start: FEATURED BOX LINKS -->
|
||||
<div class="container-fluid container-fullw bg-white" ng-controller="studentViewCtrl" ng-init="getStudentDetails()">
|
||||
|
||||
<div class="row">
|
||||
<!--<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-white" id="panel1">
|
||||
<div class="panel-heading panel-white">
|
||||
@ -56,12 +56,12 @@
|
||||
<img ng-src="images/{{studentDetails.ProfilePicPath}}" class="img-circle pull-center" alt="" width="60" height="60" ng-if="studentDetails.ProfilePicPath!='' || studentDetails.ProfilePicPath!='NULL'">
|
||||
<img ng-src="images/student/default.jpeg" class="img-circle pull-left" alt="" width="60" height="60" ng-if="studentDetails.ProfilePicPath=='' || studentDetails.ProfilePicPath=='NULL'">
|
||||
|
||||
<h4 class="no-margin inline-block padding-5 text-green">{{studentDetails.Firstname}} {{studentDetails.Lastname}} <!--<span class="block text-small text-left text-blue">{{studentDetails.MobileNumber}}</span>--></h4>
|
||||
<!--<div class="pull-right padding-15">
|
||||
<h4 class="no-margin inline-block padding-5 text-green">{{studentDetails.Firstname}} {{studentDetails.Lastname}} <!–<span class="block text-small text-left text-blue">{{studentDetails.MobileNumber}}</span>–></h4>
|
||||
<!–<div class="pull-right padding-15">
|
||||
<span class="text-small text-bold text-green"><i class="fa fa-dot-circle-o"></i> on-line</span>
|
||||
</div>-->
|
||||
</div>–>
|
||||
</div>
|
||||
<!-- <h4 class="panel-title text-green">{{studentDetails.Firstname}} {{studentDetails.Lastname}}</h4>-->
|
||||
<!– <h4 class="panel-title text-green">{{studentDetails.Firstname}} {{studentDetails.Lastname}}</h4>–>
|
||||
<ct-paneltool class="panel-tools" tool-collapse="tool-collapse"></ct-paneltool>
|
||||
</div>
|
||||
<div collapse="panel1" ng-init="panel1=false" class="panel-wrapper">
|
||||
@ -165,11 +165,152 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<h1 class="mainTitle" translate="dashboard.WELCOME" translate-values="{ appName: app.name }">{{ mainTitle }}</h1>
|
||||
<span class="mainDescription"></span>-->
|
||||
<!–<h1 class="mainTitle" translate="dashboard.WELCOME" translate-values="{ appName: app.name }">{{ mainTitle }}</h1>
|
||||
<span class="mainDescription"></span>–>
|
||||
|
||||
</div>-->
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
<div class="thumbnail">
|
||||
<img ng-src="images/{{studentDetails.ProfilePicPath}}" alt="" ng-if="studentDetails.ProfilePicPath!='' || studentDetails.ProfilePicPath!='NULL'">
|
||||
<img ng-src="images/student/default.jpeg" alt="" ng-if="studentDetails.ProfilePicPath=='' || studentDetails.ProfilePicPath=='NULL'">
|
||||
<!--<img flow-img="obj.flow.files[0]" ng-if="obj.flow.files.length">-->
|
||||
|
||||
<!--<img ng-src="images/{{studentDetails.ProfilePicPath}}" class="img-circle pull-center" alt="" width="60" height="60" ng-if="studentDetails.ProfilePicPath!='' || studentDetails.ProfilePicPath!='NULL'">
|
||||
<img ng-src="images/student/default.jpeg" class="img-circle pull-left" alt="" width="60" height="60" ng-if="studentDetails.ProfilePicPath=='' || studentDetails.ProfilePicPath=='NULL'">-->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">Contact Information</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Mobile Number</td>
|
||||
<td>
|
||||
|
||||
{{studentDetails.MobileNumber}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Email</td>
|
||||
<td>
|
||||
{{studentDetails.EmailID}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alternate Number</td>
|
||||
<td>{{studentDetails.AlternateNumber}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Present Address</td>
|
||||
<td>
|
||||
{{studentDetails.PresentAddress}}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Permanent Address</td>
|
||||
<td>
|
||||
{{studentDetails.PermanentAddress}}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- <pre>{{courseDetails | json}}</pre>-->
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row" ng-repeat="course in courseDetails.courseStatus">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-white" id="panel2">
|
||||
@ -358,7 +499,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="cert in course.applicationDetails | unique:'CertificateName'">
|
||||
<tr ng-repeat="cert in course.applicationDetails">
|
||||
<!-- <td>
|
||||
<span>{{cert.Sem_Year}}</span>
|
||||
</td>-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user