Sha256: df12648bde6c0ab4612248503d85c875fa802d4a86dd0aed8ff8f6b87926e3e6

Contents?: true

Size: 986 Bytes

Versions: 26

Compression:

Stored size: 986 Bytes

Contents

!!! XHTML
%html
  %head
    %meta{'http-equiv' => 'Content-Type', :content => 'text/html', :charset => 'UTF-8'}
    %title comet chat
    %link{:rel => 'stylesheet', :href => "/main.css", :type => 'text/css'}
    %script{:type => 'text/javascript', :src => "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"}
    - ## load cometio.js
    %script{:type => 'text/javascript', :src => cometio_js}
    %script{:type => 'text/javascript', :src => "/js/index.js"}

  %body
    %div#content
      %div#header
        %h1 comet chat
      %div#main
        %div#chat
          %input{:id => 'name', :value => 'name', :size => 20}
          %input{:id => 'message', :value => 'hello!!', :size => 80}
          %input{:id => 'btn_send', :type => 'button', :value => 'post'}
          %ul#timeline

      %hr
      %div#footer
        sinatra-cometio v#{Sinatra::CometIO::VERSION} -
        - src_url = 'https://github.com/shokai/sinatra-cometio'
        %a{:href => src_url} #{src_url}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
sinatra-cometio-0.6.0 sample/views/index.haml
sinatra-cometio-0.5.9 sample/views/index.haml
sinatra-cometio-0.5.8 sample/views/index.haml
sinatra-cometio-0.5.7 sample/views/index.haml
sinatra-cometio-0.5.6 sample/views/index.haml
sinatra-cometio-0.5.5 sample/views/index.haml
sinatra-cometio-0.5.4 sample/views/index.haml
sinatra-cometio-0.5.3 sample/views/index.haml
sinatra-cometio-0.5.2 sample/views/index.haml
sinatra-cometio-0.5.1 sample/views/index.haml
sinatra-cometio-0.5.0 sample/views/index.haml
sinatra-cometio-0.4.3 sample/views/index.haml
sinatra-cometio-0.4.2 sample/views/index.haml
sinatra-cometio-0.4.1 sample/views/index.haml
sinatra-cometio-0.4.0 sample/views/index.haml
sinatra-cometio-0.3.9 sample/views/index.haml
sinatra-cometio-0.3.8 sample/views/index.haml
sinatra-cometio-0.3.7 sample/views/index.haml
sinatra-cometio-0.3.6 sample/views/index.haml
sinatra-cometio-0.3.5 sample/views/index.haml