-
Notifications
You must be signed in to change notification settings - Fork 1
/
a.html
21 lines (19 loc) · 797 Bytes
/
a.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
'<div><form><div class="span4"><div id="map_canvas" class="map_canvas small"></div>
<p></p>
<div>
<input id="geocomplete" type="text" placeholder="Type in an address" value="Tsim Sha Tsui, Hong Kong" autocomplete="off">
<input id="find" type="button" value="Find">
</div>
</div>
<div class="span4">
<fieldset>
<label>Latitude</label>
<input name="lat" type="text" value="">
<label>Longitude</label>
<input name="lng" type="text" value="">
<label>{{t "add.form.formatted_address"}}</label>
<input name="formatted_address" type="text" value="">
</fieldset>
</div>
</form>
</div>';