select
0
Apollo/.htaccess
Normal file → Executable file
0
Apollo/api/application/controllers/Broadcast_Controller.php
Normal file → Executable file
0
Apollo/api/application/controllers/Center_Controller.php
Normal file → Executable file
0
Apollo/api/application/controllers/HallTickets_Controller.php
Normal file → Executable file
0
Apollo/api/application/controllers/SessionMater_Controller.php
Normal file → Executable file
0
Apollo/api/application/controllers/SessionSchedule_Controller.php
Normal file → Executable file
0
Apollo/api/application/controllers/Subject_Controller.php
Normal file → Executable file
0
Apollo/api/application/models/Broadcast_model.php
Normal file → Executable file
0
Apollo/api/application/models/Center_model.php
Normal file → Executable file
0
Apollo/api/application/models/Hallticket_model.php
Normal file → Executable file
0
Apollo/api/application/models/SeesionMaster_model.php
Normal file → Executable file
0
Apollo/api/application/models/SeesionSchedule_model.php
Normal file → Executable file
0
Apollo/api/application/models/Subject_model.php
Normal file → Executable file
0
Apollo/assets/images/logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
0
Apollo/assets/js/controllers/centerCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/daybookadminapprovalCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/daybookapprovalCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/daybooksuperadminapprovalCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/feesNotification.js
Normal file → Executable file
0
Apollo/assets/js/controllers/generateHallTicketCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/sendSMSDetailssuperadminCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/sendSMSsuperadminCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/sessionMasterCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/sessionScheduleCtrl.js
Normal file → Executable file
0
Apollo/assets/js/controllers/subjectCtrl.js
Normal file → Executable file
0
Apollo/assets/views/centerMaster.html
Normal file → Executable file
0
Apollo/assets/views/daybook/dayBookApproval.html
Normal file → Executable file
0
Apollo/assets/views/daybook/dayBookadminApproval.html
Normal file → Executable file
0
Apollo/assets/views/daybook/daybooksuperAdminApproval.html
Normal file → Executable file
0
Apollo/assets/views/editCenterDetails.html
Normal file → Executable file
0
Apollo/assets/views/editSessionMaster.html
Normal file → Executable file
0
Apollo/assets/views/editSessionSchedule.html
Normal file → Executable file
0
Apollo/assets/views/editSubjectDetails.html
Normal file → Executable file
0
Apollo/assets/views/feesNotification.html
Normal file → Executable file
0
Apollo/assets/views/generateHallTicket.html
Normal file → Executable file
0
Apollo/assets/views/sendSMS/listingViewOfSMSSendDetails.html
Normal file → Executable file
0
Apollo/assets/views/sendSMS/sendSMSDetailssuperadmin.html
Normal file → Executable file
0
Apollo/assets/views/sendSMS/sendSMSsuperadmin.html
Normal file → Executable file
0
Apollo/assets/views/sessionMaster.html
Normal file → Executable file
0
Apollo/assets/views/sessionSchedule.html
Normal file → Executable file
@ -33,15 +33,22 @@
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12">
|
||||
<label for="form-field-select-2">
|
||||
Course
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
|
||||
<select ui-select2 class="form-control" tabindex="2" class="cs-select cs-skin-elastic" name="course" ng-model="searchData.Course" ng-change="getValueChange()">
|
||||
<option value="" selected>Select Course</option>
|
||||
<option ng-repeat="itemCourse in courseData" value="{{itemCourse.CourseID}}">{{itemCourse.CourseName}}<span ng-show="itemCourse.CourseCode != ''">(<strong>{{itemCourse.CourseCode}}</strong>)</span></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="form-field-select-2">
|
||||
|
||||
@ -33,15 +33,21 @@
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12">
|
||||
<label for="form-field-select-2">
|
||||
Course
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
<select ui-select2 class="form-control" tabindex="2" class="cs-select cs-skin-elastic" name="course" ng-model="searchData.Course" ng-change="getValueChange()">
|
||||
<option value="" selected>Select Course</option>
|
||||
<option ng-repeat="itemCourse in courseData" value="{{itemCourse.CourseID}}">{{itemCourse.CourseName}}<span ng-show="itemCourse.CourseCode != ''">(<strong>{{itemCourse.CourseCode}}</strong>)</span></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="form-field-select-2">
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="container" ng-init="init()">
|
||||
<div class="row">
|
||||
<!--<pre>{{searchData | json }}</pre> -->
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<label for="form-field-select-2">
|
||||
University
|
||||
</label>
|
||||
@ -32,18 +32,23 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12">
|
||||
<label for="form-field-select-2">
|
||||
Course
|
||||
</label>
|
||||
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<select ui-select2 class="form-control" tabindex="2" class="cs-select cs-skin-elastic" name="course" ng-model="searchData.Course" ng-change="getValueChange()">
|
||||
<option value="" selected>Select Course</option>
|
||||
<option ng-repeat="itemCourse in courseData" value="{{itemCourse.CourseID}}">{{itemCourse.CourseName}}<span ng-show="itemCourse.CourseCode != ''">(<strong>{{itemCourse.CourseCode}}</strong>)</span></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<label for="form-field-select-2">
|
||||
Batch
|
||||
</label>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="container" ng-init="init()">
|
||||
<div class="row">
|
||||
<!--<pre>{{searchData | json }}</pre> -->
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<label for="form-field-select-2">
|
||||
University
|
||||
</label>
|
||||
@ -32,18 +32,25 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12">
|
||||
<label for="form-field-select-2">
|
||||
Course
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12">
|
||||
|
||||
<select ui-select2 class="form-control" tabindex="2" class="cs-select cs-skin-elastic" name="course" ng-model="searchData.Course" ng-change="getValueChange()">
|
||||
<option value="" selected>Select Course</option>
|
||||
<option ng-repeat="itemCourse in courseData" value="{{itemCourse.CourseID}}">{{itemCourse.CourseName}} <span ng-show="itemCourse.CourseCode != ''">(<strong>{{itemCourse.CourseCode}}</strong>)</span></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-4">
|
||||
<label for="form-field-select-2">
|
||||
Batch
|
||||
</label>
|
||||
|
||||
0
Apollo/assets/views/student/studentDetailsModal.html
Normal file → Executable file
0
Apollo/assets/views/student/studentPaymentModal.html
Normal file → Executable file
0
Apollo/assets/views/student/studentPdf.html
Normal file → Executable file
0
Apollo/assets/views/student/studentViewInManagement.html
Normal file → Executable file
0
Apollo/assets/views/student/studentViewPdf.html
Normal file → Executable file
0
Apollo/assets/views/student/student_details_SuperAdmin.html
Normal file → Executable file
0
Apollo/assets/views/subjectMaster.html
Normal file → Executable file
0
Apollo/bower_components/generate-PDF/html2canvas.min.js
vendored
Normal file → Executable file
0
Apollo/bower_components/generate-PDF/kendo.all.min.js
vendored
Normal file → Executable file
0
Apollo/bower_components/generate-PDF/pdfmake.min.js
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/.bowerrc
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/.gitignore
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/.jshintrc
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/.travis.yml
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/CONTRIBUTING.md
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/Gruntfile.js
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/LICENSE
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/README.md
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/bower.json
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/demo/app.js
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/demo/bower.json
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/demo/index.html
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/docs/index.html
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/docs/styles.css
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/package.json
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/src/select2.js
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/test/karma.conf.js
vendored
Normal file → Executable file
0
Apollo/bower_components/ui-select2-master/test/select2Spec.js
vendored
Normal file → Executable file
0
Apollo/images/documents/Dri_OhjZmAeYsgkz_132_SMTP-POP3_4.pdf
Normal file → Executable file
0
Apollo/images/documents/Dri_RSjVir7twzcm_132_default-user-imge.jpeg
Normal file → Executable file
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
0
Apollo/images/student/Dri_H02wb6YrhiAe.jpeg
Normal file → Executable file
|
Before Width: | Height: | Size: 242 KiB After Width: | Height: | Size: 242 KiB |
0
Apollo/images/student/Dri_NrM6yLc0mIiu.jpeg
Normal file → Executable file
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |