Project

General

Profile

Download (302 Bytes) Statistics
| Branch: | Tag: | Revision:
b689e231 Marc Dequènes (Duck)
<p>
<%
form_for_resource :html => {:multipart => true} do |f|
%>
<%=
stacking_form(f) do |table|
table.field :date, _("Date:"), :date_select
table.field :uploaded_data, _("Image:"), :file_field
form_comment(table)
676cb428 Marc Dequènes (Duck)
table.content display_standard_form_buttons(submit_label)
b689e231 Marc Dequènes (Duck)
end
%>
<%
end
%>
</p>