Sha256: e0d60b1e1ab392810209eba9264afc24651bc38607275b63bdb38d4bd7a8e5c0

Contents?: true

Size: 977 Bytes

Versions: 8

Compression:

Stored size: 977 Bytes

Contents

!!! XHTML
%html
  %head
    %meta{'http-equiv' => 'Content-Type', :content => 'text/html', :charset => 'UTF-8'}
    %title websocket 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"}
    %script{:type => 'text/javascript', :src => websocketio_js}
    %script{:type => 'text/javascript', :src => "/js/index.js"}

  %body
    %div#content
      %div#header
        %h1 websocket 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::WebSocketIO::VERSION} -
        - src_url = 'https://github.com/shokai/sinatra-cometio'
        %a{:href => src_url} #{src_url}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sinatra-websocketio-0.1.1 sample/views/index.haml
sinatra-websocketio-0.1.0 sample/views/index.haml
sinatra-websocketio-0.0.6 sample/views/index.haml
sinatra-websocketio-0.0.5 sample/views/index.haml
sinatra-websocketio-0.0.4 sample/views/index.haml
sinatra-websocketio-0.0.3 sample/views/index.haml
sinatra-websocketio-0.0.2 sample/views/index.haml
sinatra-websocketio-0.0.1 sample/views/index.haml