New Gallery

<%= error_messages_for :gallery %> <% form_for(@gallery, { :action => 'create' }, :html => {:multipart => true}) do |f| %>

Title
<%= f.text_field :sTitle, :class=>"textbox" %>

Description
<%= f.text_area :tDescription, :class=>"textbox" %>

Type

File Upload

Media Upload

<%= f.submit "Create" %>

<% end %> <%= link_to 'Back', :controller => 'gallery', :action => 'manage' %>