<%= form_for(:ad_banner, :url => admin_ad_banner_path(:ad_banner), :remote => true) do |f| %>
Ad Banner <%= f.text_field :title, :class=>"input-large", :placeholder=>"Banner Name" %> Banner Name only english <%= f.text_field :transition_sec, :class => 'input-large', :placeholder => 'Time' %> Please enter the number of seconds <%= f.text_field :best_size, :class=>"input-large", :placeholder=>"Banner Size" %> Best Size EX:120x30 <%= f.select :ad_fx ,AdBanner::FX_TYPES %>
<%= image_tag "slideshow_preview_A.png", :width=>220 %> <%= image_tag "slideshow_preview_B.png", :width=>220 %>
Effect <%= t(:cancel) %> <%= f.submit t(:create_), class: 'btn btn-primary btn-small' %>
<% end %>