Project

General

Profile

Download (406 Bytes) Statistics
| Branch: | Tag: | Revision:
017e1049 Ohad Levy
<%= form_for @bookmark do |f| %>
05ab4c16 Ohad Levy
<%= base_errors_for @bookmark %>
<%= text_f f, :name, :value => params[:query].to_s.strip.split(/\s|=|!|~|>|</)[0] %>
82e47ae0 Amos Benari
<%= textarea_f f, :query, :value => params[:query], :class => "input-xlarge" , :rows=> '3' %>
05ab4c16 Ohad Levy
<%= checkbox_f(f, :public, :checked => true) %>
9161008b Amos Benari
<%= f.hidden_field :controller, :value => params[:kontroller] %>
05ab4c16 Ohad Levy
<%= submit_or_cancel f %>
9161008b Amos Benari
<% end %>