sample file format link
This commit is contained in:
parent
5c0f214ff0
commit
60770caada
@ -150,7 +150,7 @@
|
||||
</ui-select-choices>
|
||||
</ui-select>
|
||||
<!-- <pre>{{selectedCourseNameC.list | json}}</pre> -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-2 form-group">
|
||||
@ -168,7 +168,7 @@
|
||||
<js-xls onread="readUploadBatchDetails" onerror="error"></js-xls>
|
||||
<br>
|
||||
<!-- <a href="C:\xampp\htdocs\apollodec\Apollo\images\Batchschedule.xlsx">Sample Format</a>-->
|
||||
<a href="images/Batchschedule.xlsx">Sample Format</a>
|
||||
<a href="images/Sampleformat/Batchschedule.xlsx">Sample Format</a>
|
||||
<button type="button" class="btn btn-success btn-o" style="float: right" ng-click="UploadFileData(extractFileDetails,myModel,selectedCourseNameC)"> Submit</button>
|
||||
|
||||
</fieldset>
|
||||
|
||||
@ -420,7 +420,10 @@
|
||||
</div>
|
||||
<div class="col-md-3 form-group" ng-if="showFile=='1'">
|
||||
<fieldset>
|
||||
|
||||
<js-xls onread="readXlsxDetails" onerror="error"></js-xls>
|
||||
<br>
|
||||
<a href="images/Sampleformat/Enrollment.xlsx">Sample Format</a>
|
||||
<button type="button" class="btn btn-success btn-o" style="float: right" ng-click="receiveEnrolmentDetails(extractDetails,uploadModel)"> Submit</button>
|
||||
|
||||
</fieldset>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<!-- <div ncy-breadcrumb></div>-->
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<!-- end: STUDENT TITLE -->
|
||||
<!-- start: LIST GROUP -->
|
||||
<div ng-controller="studentUnivFormIdFeeDetailsCtrl" class="container-fluid container-fullw bg-white">
|
||||
@ -336,6 +336,8 @@
|
||||
<div class="col-md-6 form-group" ng-if="showFile=='1'">
|
||||
<fieldset>
|
||||
<js-xls onread="readXlsxFormDetails" onerror="error"></js-xls>
|
||||
<br>
|
||||
<a href="images/Sampleformat/Feedetails.xlsx">Sample Format</a>
|
||||
<button type="button" class="btn btn-success btn-o" style="float: right" ng-click="receiveFormIdFeeDetails(extractFormIDDetails)"> Submit</button>
|
||||
|
||||
</fieldset>
|
||||
|
||||
BIN
Apollo/images/sampleformat/Batchschedule.xlsx
Normal file
BIN
Apollo/images/sampleformat/Batchschedule.xlsx
Normal file
Binary file not shown.
BIN
Apollo/images/sampleformat/Enrollment.xlsx
Normal file
BIN
Apollo/images/sampleformat/Enrollment.xlsx
Normal file
Binary file not shown.
BIN
Apollo/images/sampleformat/Feedetails.xlsx
Normal file
BIN
Apollo/images/sampleformat/Feedetails.xlsx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user