subtitle.html.haml
767 Bytes
/ Author Igor Amorim - www.igoramorim.com
= javascript_include_tag "site/videos"
.video
%embed{:align => "middle", :allowfullscreen => "false", :allowscriptaccess => "sameDomain", :bgcolor => "#FFFFFF", :height => "500", :name => "legend", :pluginspage => "http://www.adobe.com/go/getflash", :quality => "high", :src => "/system/videos/subtitle/scene2.swf", :type => "application/x-shockwave-flash", :width => "700"}/
#upload
= form_for(@presenter.subtitle, :html => {:multipart => true, :class => "horizontal-form"}) do |f|
%fieldset
%label Coloque a Legenda
= f.file_field :legend, :prompt => "LEGENDA", :id => "link_cc", :onchange => "return check_subtitle(this)"
#url
= f.submit "CONTINUAR", :class => "btn btn-success btn-large"