_form.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. <%= error_messages_for 'category' %>
  2. <div>
  3.   <h2><label for="category_name"><%= _("Name")%></label> </h2>
  4.   <p class='input_text_title'>
  5.     <%= text_field :category, :name, :class => 'large title'  %>
  6.   </p>
  7. </div>
  8. <div>
  9.   <h3><label for="category_keywords" class="content block"><%= _("Keywords") %></label></h3>
  10.   <p class='input_text_title'>
  11.     <%= text_field :category, :keywords, :class => 'large small' %>
  12.   </p>
  13. </div>
  14. <div>
  15.   <h3><label for="category_description" class="content block"><%= _("Description") %></label></h3>
  16.   <p class='input_text_title'>
  17.     <%= text_area :category, :description, :rows => 5, :class => 'large small' %>
  18.   </p>
  19. </div>