- <div class="form-group">
- <input id="q" name="q" type="text" class="form-control input-sm" placeholder="Search" value="{{sQuery}}">
- </div>
- <div class="form-group search-button-group">
- <button type="submit" class="btn btn-primary btn-sm">Search</button>
- {{#if env.Search_AreaPolygons}}
- <input type="hidden" value="1" name="polygon_geojson" />
- {{/if}}
- <input type="hidden" name="viewbox" value="{{sViewBox}}" />
- <div class="checkbox-inline">
- <input type="checkbox" id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
- <label for="use_viewbox">apply viewbox</label>
- </div>
- </div>
- <div class="search-type-link">
- <a id="switch-to-reverse" href="/reverse.html">reverse search</a>
+ <div class="form-group">
+ <input id="q" name="q" type="text" class="form-control input-sm" placeholder="Search" value="{{sQuery}}">
+ </div>
+ <div class="form-group search-button-group">
+ <button type="submit" class="btn btn-primary btn-sm">Search</button>
+ {{#if env.Search_AreaPolygons}}
+ <input type="hidden" value="1" name="polygon_geojson" />
+ {{/if}}
+ <input type="hidden" name="viewbox" value="{{sViewBox}}" />
+ <div class="checkbox-inline">
+ <input type="checkbox" id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
+ <label for="use_viewbox">apply viewbox</label>