Blame view
app/views/update-airports/update-airports.html
9.33 KB
5c6477d3d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
</div> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-8"> <h2>Acukwik DropZone</h2> </div> </div> </div> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-7"> <div class="ibox float-e-margins"> <div> <table class="table table-bordered "> <thead> <tr class="grad"> |
47541162e
|
16 |
<th style="background-color: transparent;" colspan="5"> |
5c6477d3d
|
17 18 19 20 21 22 23 24 |
<i class="fa fa-list" aria-hidden="true"></i> <span style="font-size: 15px;font-weight: initial;margin-left: 5px;">Update Airport Data</span> </th> </tr> <tr class="grad"> <th style="background-color: transparent;">Table</th> <th style="background-color: transparent;">Drop Zone</th> <th style="background-color: transparent;">Updated</th> |
47541162e
|
25 26 |
<th style="background-color: transparent;">Status</th> <th style="background-color: transparent;">Records</th> |
5c6477d3d
|
27 28 29 30 31 32 |
</tr> </thead> <tbody> <tr style="background: #f9f9f9;"> <td>Airports</td> <td> |
a80703599
|
33 |
<form class="dropzone12 dz-clickable" id="dropzoneForm" style="cursor: pointer;" ng-show="showAirports"> |
5c6477d3d
|
34 35 36 37 38 39 |
<div ngf-drop="importAirportData($files)" class="drop-box" ngf-drag-over-class="'dragover'" ngf-multiple="true" ngf-pattern=""> <div class="dz-default dz-message drop-box" ngf-select="importAirportData($file)" ng-model="picFile"> <p class="dpFiles"><i style="color: red;margin-right: 5px;" class="fa fa-caret-right" aria-hidden="true"></i><span ng-show="dropName">Drop files here or click to upload (Or Click)</span><span ng-hide="dropName">{{selectedFile.name}}</span><br></p> </div> </div> </form> |
a80703599
|
40 41 42 43 44 |
<div class="spinner" ng-hide="showAirports" style="margin: 0px auto 0;"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> |
47541162e
|
45 |
|
5c6477d3d
|
46 47 |
</td> <td>{{newDate}}</td> |
47541162e
|
48 49 |
<td>{{record.AirportStatus}}</td> <td>{{record.AirportCount}}</td> |
5c6477d3d
|
50 51 52 53 |
</tr> <tr style="background: #fff;"> <td>Countries</td> <td> |
a80703599
|
54 |
<form class="dropzone12 dz-clickable" id="dropzoneForm" style="cursor: pointer;" ng-show="showCountries"> |
5c6477d3d
|
55 56 57 58 59 60 |
<div ngf-drop="importCountryData($files)" class="drop-box" ngf-drag-over-class="'dragover'" ngf-multiple="true" ngf-pattern=""> <div class="dz-default dz-message drop-box" ngf-select="importCountryData($file)" ng-model="countryFile"> <p class="dpFiles"><i style="color: red;margin-right: 5px;" class="fa fa-caret-right" aria-hidden="true"></i><span ng-show="countryName">Drop files here or click to upload (Or Click)</span><span ng-hide="countryName">{{selectedCountry.name}}</span><br></p> </div> </div> </form> |
a80703599
|
61 62 63 64 65 |
<div class="spinner" ng-hide="showCountries" style="margin: 0px auto 0;"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> |
5c6477d3d
|
66 67 |
</td> <td>{{newDate}}</td> |
47541162e
|
68 69 |
<td>{{record.CountriesStatus}}</td> <td>{{record.CountriesCount}}</td> |
5c6477d3d
|
70 71 72 73 |
</tr> <tr style="background: #f9f9f9;"> <td>FBOHandlerDetail</td> <td> |
a80703599
|
74 |
<form class="dropzone12 dz-clickable" id="dropzoneForm" style="cursor: pointer;" ng-show="fboHandlerDetail"> |
5c6477d3d
|
75 76 77 78 79 80 |
<div ngf-drop="importFboHandler($files)" class="drop-box" ngf-drag-over-class="'dragover'" ngf-multiple="true" ngf-pattern=""> <div class="dz-default dz-message drop-box" ngf-select="importFboHandler($file)" ng-model="FBOFile"> <p class="dpFiles"><i style="color: red;margin-right: 5px;" class="fa fa-caret-right" aria-hidden="true"></i><span ng-show="fboHandlerName">Drop files here or click to upload (Or Click)</span><span ng-hide="fboHandlerName">{{selectedFBO.name}}</span><br></p> </div> </div> </form> |
a80703599
|
81 82 83 84 85 |
<div class="spinner" ng-hide="fboHandlerDetail" style="margin: 0px auto 0;"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> |
5c6477d3d
|
86 87 |
</td> <td>{{newDate}}</td> |
47541162e
|
88 89 |
<td>{{record.FBOHandlerDetailStatus}}</td> <td>{{record.FBOHandlerDetailCount}}</td> |
5c6477d3d
|
90 91 92 93 |
</tr> <tr style="background: #fff;"> <td>SubdivisionStates</td> <td> |
a80703599
|
94 |
<form class="dropzone12 dz-clickable" id="dropzoneForm" style="cursor: pointer;" ng-show="subDivState"> |
5c6477d3d
|
95 96 97 98 99 100 |
<div ngf-drop="importsubDivisionData($files)" class="drop-box" ngf-drag-over-class="'dragover'" ngf-multiple="true" ngf-pattern=""> <div class="dz-default dz-message drop-box" ngf-select="importsubDivisionData($file)" ng-model="stateFile"> <p class="dpFiles"><i style="color: red;margin-right: 5px;" class="fa fa-caret-right" aria-hidden="true"></i><span ng-show="subDivisionName">Drop files here or click to upload (Or Click)</span><span ng-hide="subDivisionName">{{selectedState.name}}</span><br></p> </div> </div> </form> |
a80703599
|
101 102 103 104 105 |
<div class="spinner" ng-hide="subDivState" style="margin: 0px auto 0;"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> |
5c6477d3d
|
106 107 |
</td> <td>{{newDate}}</td> |
47541162e
|
108 109 |
<td>{{record.SubdivisionStatesStatus}}</td> <td>{{record.SubdivisionStatesCount}}</td> |
5c6477d3d
|
110 111 112 113 |
</tr> <tr style="background: #f9f9f9;"> <td>SupplierDetail</td> <td> |
a80703599
|
114 |
<form class="dropzone12 dz-clickable" id="dropzoneForm" style="cursor: pointer;" ng-show="suppDetail"> |
5c6477d3d
|
115 116 117 118 119 120 |
<div ngf-drop="importSuppluerDetail($files)" class="drop-box" ngf-drag-over-class="'dragover'" ngf-multiple="true" ngf-pattern=""> <div class="dz-default dz-message drop-box" ngf-select="importSuppluerDetail($file)"> <p class="dpFiles"><i style="color: red;margin-right: 5px;" class="fa fa-caret-right" aria-hidden="true"></i><span ng-show="supplierName">Drop files here or click to upload (Or Click)</span><span ng-hide="supplierName">{{selectedSuplier.name}}</span><br></p> </div> </div> </form> |
a80703599
|
121 122 123 124 125 |
<div class="spinner" ng-hide="suppDetail" style="margin: 0px auto 0;"> <div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div> </div> |
5c6477d3d
|
126 127 |
</td> <td>{{newDate}}</td> |
47541162e
|
128 129 |
<td>{{record.SupplierDetailStatus}}</td> <td>{{record.SupplierDetailCount}}</td> |
5c6477d3d
|
130 131 132 133 134 135 136 137 |
</tr> </tbody> </table> </div> </div> </div> </div> |
5c6477d3d
|
138 |
</div> |