Sha256: 52c174408f53711d76c0b8adbb41fdb104b5e54bdde262fbf4128744c26e7340
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 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=' + encodeURIComponent($F('q'))" -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/shared/_search.html.erb |