Add some help to the search box.

This commit is contained in:
Tom Hughes 2007-08-08 08:29:31 +00:00
parent bb43a46bab
commit f3c7511643
2 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,11 @@
:url => { :controller => :geocoder, :action => :search } ) do %>
<%= text_field_tag :query, nil, :size => 16 %>
<% end %>
<p class="search_help">
examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ',
or 'post offices near Lünen'
<a href="http://wiki.openstreetmap.org/index.php/Name_finder#Searching_for_things">more examples...</a>
</p>
</div>
<script type="text/javascript">
<!--