2015-06-27 01:06:24 -05:00
|
|
|
<div class="{{ classes }}" id="{{ name }}_holder">
|
2015-05-02 12:19:47 -05:00
|
|
|
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
2015-06-27 01:06:24 -05:00
|
|
|
|
2015-05-02 12:19:47 -05:00
|
|
|
<div class="col-sm-8">
|
|
|
|
<div id="map-canvas" style="width:100%;height:300px;"></div>
|
|
|
|
<p class="help-block">Right-click to set the tag's location.
|
2015-06-27 01:06:24 -05:00
|
|
|
<a href="#" id="clearLocation">Clear location</a>
|
2015-05-02 12:19:47 -05:00
|
|
|
</p>
|
2015-06-27 01:06:24 -05:00
|
|
|
<input type="hidden" name="latitude" value=""/>
|
|
|
|
<input type="hidden" name="longitude" value=""/>
|
|
|
|
<input type="hidden" name="zoomLevel" value="6"/>
|
|
|
|
<input type="hidden" name="setTag" value=""/>
|
2015-05-02 12:19:47 -05:00
|
|
|
{% include 'form/feedback.twig' %}
|
|
|
|
</div>
|
|
|
|
</div>
|