Combine filters on one page #40

Merged
bilal.catic merged 5 commits from combine-filters-on-one-page into master 2019-10-11 17:25:58 +02:00
2 changed files with 10 additions and 9 deletions
Showing only changes of commit 164510c8fc - Show all commits

View File

@@ -2,6 +2,7 @@
Područje na mapi će biti uključeno u pretragu. Namjestite mapu na ulice
koje želite da budu vidljive.
</div>
<div class="row center-align">
<div class="col s9 m10 l11 xl11">
<input id="autocompleteInput" placeholder="Lokacija..." type="text" />
@@ -10,13 +11,15 @@
<a id="locateMe" class="btn-floating waves-effect waves-light"><i class="material-icons right">gps_fixed</i></a>
</div>
</div>
<div class="row center-align">
<div class="col s12">
<div id="map"></div>
</div>
</div>
<br/>
</div>
<br>
<form method="POST" id="form-map-output">
<div class="row center-align">
<div class="col s6 push-s3">
@@ -30,6 +33,7 @@
<input type="hidden" name="locationInput" id="locationInput" />
<input type="hidden" name="locationInputData" id="locationInputData" />
</form>
<script>
let autocomplete;
let map;
@@ -124,4 +128,3 @@
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAna8ohfV2HBMcxGk_29vqxU5Z_bDickqg&language=bs&libraries=places&callback=initMap" async
defer></script>
</div>

View File

@@ -7,10 +7,8 @@
<div> Na vaš email. </div>
<div> BESPLATNO </div>
</div>
<div class="row">
<div class="col s6 push-s3">
<a href="<%= nextStep %>" class="welcome-center-button waves-effect waves-light btn">
Javi mi
</a>
</div>
<div class="row center-align">
<div class="col s6 push-s3">
<a href="<%= nextStep %>" class="welcome-center-button waves-effect waves-light btn">Javi mi</a>
</div>
</div>