sample file format link

This commit is contained in:
gayathri1990 2018-09-14 17:00:16 +05:30
parent 5c0f214ff0
commit 60770caada
6 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

Binary file not shown.

Binary file not shown.

Binary file not shown.