batchshedule alingment fix
This commit is contained in:
parent
2868936e19
commit
0fe9b6d16d
0
Apollo/assets/js/controllers/schCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/schCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/semcoursemapCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/semcoursemapCtrl.js
Normal file → Executable file
4
Apollo/assets/views/hallticket/batchshedule.html
Normal file → Executable file
4
Apollo/assets/views/hallticket/batchshedule.html
Normal file → Executable file
@ -211,7 +211,7 @@
|
||||
placeholder="Select Date" close-text="Close"
|
||||
show-button-bar="true"/>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3" style="margin-top: -16px;">
|
||||
<div class="form-group">
|
||||
<!-- <label class="text-blue"> <b>Start Time</b>
|
||||
</label>-->
|
||||
@ -222,7 +222,7 @@
|
||||
show-meridian="ismeridian"></timepicker>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3" style="margin-top: -16px;">
|
||||
<div class="form-group">
|
||||
<!-- <label class="text-blue"> <b>End Time</b>
|
||||
</label>-->
|
||||
|
||||
46
Apollo/assets/views/hallticket/editShedule.html
Normal file → Executable file
46
Apollo/assets/views/hallticket/editShedule.html
Normal file → Executable file
@ -6,14 +6,34 @@
|
||||
<legend>
|
||||
Update Schedule Details
|
||||
</legend>
|
||||
<div class="row" >
|
||||
<div class="panel panel-white" id="sub">
|
||||
<div class="panel-heading border-light">
|
||||
<!--<h4 class="panel-title text-pink">Schedule Details</h4>
|
||||
<paneltool class="panel-tools" tool-collapse="tool-collapse" tool-refresh="load1" tool-dismiss="tool-dismiss"></paneltool>-->
|
||||
<div class="col-md-3">
|
||||
<h4 class="panel-title text-green">Subject</h4>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h4 class="panel-title text-green">Date</h4>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h4 class="panel-title text-green">Start Time</h4>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h4 class="panel-title text-green">End Time</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div collapse="panel2" ng-init="panel2=false" class="panel-wrapper">
|
||||
<div class="panel-body panel-scroll height-250" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true">
|
||||
<!--<pre>{{unsheduledetails | json}}</pre>-->
|
||||
<div class="row" ng-repeat="s in unsheduledetails">
|
||||
<div class="row" ng-repeat="s in unsheduledetails" style="margin-top:30px;">
|
||||
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.SubjectName.$dirty && Form.SubjectName.$invalid, 'has-success':Form.batchcode.$valid}">
|
||||
<label>
|
||||
<!--<label>
|
||||
Subject Name <span class="symbol required"></span>
|
||||
</label>
|
||||
</label>-->
|
||||
|
||||
<input type="text" placeholder="Enter Batch Name"
|
||||
tabindex="1" class="form-control" name="SubjectName"
|
||||
@ -24,10 +44,10 @@
|
||||
<div data-ng-controller="DatepickerDemoCtrl">
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.date.$dirty && Form.date.$invalid, 'has-success':Form.date.$valid}">
|
||||
<label>
|
||||
<!--<label>
|
||||
Shedule Date <span
|
||||
class="symbol required"></span>
|
||||
</label>
|
||||
</label>-->
|
||||
<input type="text"
|
||||
class="form-control "
|
||||
ng-click="startOpen = !startOpen"
|
||||
@ -49,11 +69,11 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-3 form-group"
|
||||
<div class="col-md-3 form-group" style="margin-top: -34px;"
|
||||
ng-class="{'has-error':Form.FromTime.$dirty && Form.FromTime.$invalid, 'has-success':Form.batchcode.$valid}">
|
||||
<label>
|
||||
<!--<label>
|
||||
Shedule Starting Time <span class="symbol required"></span>
|
||||
</label>
|
||||
</label>-->
|
||||
|
||||
<div data-ng-controller="DatepickerDemoCtrl">
|
||||
<div class="form-group">
|
||||
@ -72,11 +92,11 @@
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-3 form-group"
|
||||
<div class="col-md-3 form-group" style="margin-top: -34px;"
|
||||
ng-class="{'has-error':Form.ToTime.$dirty && Form.ToTime.$invalid, 'has-success':Form.batchcode.$valid}">
|
||||
<label>
|
||||
<!--<label>
|
||||
Shedule Ending Time <span class="symbol required"></span>
|
||||
</label>
|
||||
</label>-->
|
||||
|
||||
<div data-ng-controller="DatepickerDemoCtrl">
|
||||
<div class="form-group">
|
||||
@ -99,6 +119,10 @@
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="pull-right">
|
||||
|
||||
0
Apollo/assets/views/hallticket/generatehallticket.html
Normal file → Executable file
0
Apollo/assets/views/hallticket/generatehallticket.html
Normal file → Executable file
0
Apollo/assets/views/hallticket/hallTicketPDF.html
Normal file → Executable file
0
Apollo/assets/views/hallticket/hallTicketPDF.html
Normal file → Executable file
0
Apollo/assets/views/hallticket/semcoursemap.html
Normal file → Executable file
0
Apollo/assets/views/hallticket/semcoursemap.html
Normal file → Executable file
0
Apollo/images/university/Dri_KnvpWyXG7NjO.jpeg
Normal file → Executable file
0
Apollo/images/university/Dri_KnvpWyXG7NjO.jpeg
Normal file → Executable file
|
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 191 KiB |
Loading…
Reference in New Issue
Block a user