content.rhtml
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. <h3 class='sidebar-title'>
  2.   <label for="q"><%= @sidebar.title %></label>
  3. </h3>
  4. <% form_tag({:controller => 'articles',  :action => 'search'}, {:method => 'get', :id => 'sform'}) do %>
  5.   <input type="text" id="q" name="q" value="" size="15" />
  6.   <input type='submit' value='<%= _("Search") %>' />
  7. <% end %>