search done
This commit is contained in:
parent
49a1b4ef29
commit
6b4803d87f
4 changed files with 35 additions and 5 deletions
|
@ -1,8 +1,10 @@
|
|||
|
||||
|
||||
<div id="geocoder">
|
||||
<form action="/search.html">
|
||||
<input type="text" name="query" value="" size="60">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
<%= start_form_tag :controller => 'site', :action => 'search' %>
|
||||
<%= text_field 'query', 'query'%>
|
||||
<%= submit_tag 'Search' %>
|
||||
<%= end_form_tag %>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue