forked from SouICry/fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_deliveryLocation.html
More file actions
18 lines (18 loc) · 843 Bytes
/
_deliveryLocation.html
File metadata and controls
18 lines (18 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="container text-center box">
<div class="row">
<div class="col-xs-12">
<h2>Select Delivery Location</h2>
</div>
<div class="col-xs-12">
<div id="map-select-loc"></div>
<div id="centerMarker-select-loc"></div>
<script type="text/javascript" src="js/_deliveryLocation.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDBmhEjZ6m4l05dajXYQ0fbMPdm2-wg9-U&callback=loader._deliveryLocation.initMap"
async defer></script>
</div>
<div class="col-xs-12">
<a id="delivery-location-back" type="button" class="btn waves-effects"><< Back</a>
<a id="delivery-location-submit" type="button" class="btn waves-effects">Pay and Submit >></a>
</div>
</div>
</div>