course controller added
This commit is contained in:
parent
51bc7dfd49
commit
7641d925cd
@ -1,13 +1,3 @@
|
||||
<style>
|
||||
b.fa {
|
||||
display: inline-block;
|
||||
border-radius: 60px;
|
||||
box-shadow: 0px 0px 2px #007AFF;
|
||||
padding: 0.5em 0.6em;
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
<!-- start: UNIVERSITY TITLE -->
|
||||
<section id="page-title">
|
||||
<div class="row">
|
||||
@ -51,7 +41,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<fieldset>
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -67,7 +56,7 @@
|
||||
<th ng-click="sort('EmailID')">Email ID
|
||||
<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||
</th>
|
||||
<th style="text-align: center;">
|
||||
<th style="text-align: center;"> Details
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -78,10 +67,9 @@
|
||||
<td>{{p.UniversityName}}</td>
|
||||
<td>{{p.EmailID}}</td>
|
||||
<td style="text-align: center;">
|
||||
<a href="#" class="text-primary" id="editRowBtn{{p.UniversityID}}" ng-click="setEditId(p.UniversityID);"><b class="fa fa-hover fa-pencil " aria-hidden="true"></b>
|
||||
</a>
|
||||
<input type=button class="btn btn-info btn-xs" ladda="ldloading1.zoom_in" id="editRowBtn{{p.UniversityID}}" value="Modify"
|
||||
ng-click="setEditId(p.UniversityID);">
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr ng-show="editId === p.UniversityID" ng-if="editId === p.UniversityID">
|
||||
<td colspan="6" ng-include src="'assets/views/editUniversityDetails.html'"></td>
|
||||
@ -89,7 +77,6 @@
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</fieldset>
|
||||
<dir-pagination-controls max-size="5" direction-links="true" boundary-links="true">
|
||||
</dir-pagination-controls>
|
||||
|
||||
@ -118,7 +105,7 @@
|
||||
|
||||
<tab heading="Add University" id="adduniversity">
|
||||
<div>
|
||||
<form name="Form" id="form" novalidate ng-submit="universityForm.submit(Form, myModel,'zoom-in')" method="post">
|
||||
<form name="Form" id="form" novalidate ng-submit="universityForm.submit(Form, myModel)" method="post">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<fieldset>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user