Blame view

app/views/static/upload.html.haml 789 Bytes
ebbd39cf   gtaaas   M1.0 - Subindo o ...
1
2
3
4
5
6
7
8
/Author Igor Amorim - www.igoramorim.com
= javascript_include_tag "site/videos"
.video
  %embed{:align => "middle", :allowfullscreen => "false", :allowscriptaccess => "sameDomain", :bgcolor => "#FFFFFF", :height => "500", :name => "upload", :pluginspage => "http://www.adobe.com/go/getflash", :quality => "high", :src => "/system/videos/upload/scene1.swf", :type => "application/x-shockwave-flash", :width => "700"}/
#upload
  = form_for(@presenter.upload, :html => {:multipart => true, :class => "horizontal-form"}) do |f|
    %fieldset
      %label Coloque o Vídeo
41754752   Vandhuy Martins   D1.0 - Filtrar os...
9
      = f.file_field :url, :id => "link_cc", :onchange => "return check_video(this)"
ebbd39cf   gtaaas   M1.0 - Subindo o ...
10
11
      #url
        = f.submit "CONTINUAR", :class => "btn btn-success btn-large"
41754752   Vandhuy Martins   D1.0 - Filtrar os...
12
- content_for :menu, render(:partial => 'shared/menu')