Sha256: 7ede06de8ae85c6901034e923ccf9890c29acb6a6ddb9d9e41174da4e807169b
Contents?: true
Size: 826 Bytes
Versions: 1
Compression:
Stored size: 826 Bytes
Contents
- content_for :html_head do %title= @title :javascript var channel = "#{@channel}"; - content_for :html_foot do %script{:src => "#{app_root}/js/jquery.js"} %script{:src => cometio_js} %script{:src => multi_screen_js} %script{:src => "#{app_root}/js/remote.js"} %div#header %a{:href => app_root} home %h1 Remote %div#main %div#ctrl %p %input#text_search{:type => :text, :value => 'ロシア'} %input#btn_search.btn{:type => :button, :value => 'search'} %p %input#btn_play.btn{:type => :button, :value => 'play'} %p %input#range_seek.range{:type => :range, :min => 0} %input#text_seek{:type => :text, :readonly => true, :size => 7} %p %input#btn_seekback.btn{:type => :button, :value => '<<'} %input#btn_seek.btn{:type => :button, :value => '>>'}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinatra-multi-screen-0.0.2 | sample/views/remote.haml |