<%=h l(:label_new_homework)%>
标 题: <%= f.text_field "name", :required => true, :size => 60, :style => "width:490px;" %>
描 述: <%= f.text_area "description", :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %>
<%= submit_tag t(:label_button_ok), :sta => 0, :class => "enterprise"%>
<% end %>