Sha256: 7f73fe319523b632d2e2c391445791afdabb98dd6c5e195fcbfd0db8d4a5534f
Contents?: true
Size: 572 Bytes
Versions: 2
Compression:
Stored size: 572 Bytes
Contents
<% form_tag({:controller => 'articles', :action => 'search'}, {:method => 'get', :id => 'sform'}) do %> <label for="q">Live Search:</label><input type="text" id="q" name="q" value="" size="15" /> <%= image_tag "spinner-blue.gif", :id => 'search_spinner', :style => 'display:none;' %> <% end %> <%= observe_field "q", :frequency => 1, :url => { :controller => "live", :action => "search" }, :loading => "Element.show('search_spinner')", :complete => "Element.hide('search_spinner')", :update => "search-results", :with => "'q=' + escape($F('q'))" -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/shared/_search.rhtml |
typo-4.1 | app/views/shared/_search.rhtml |