Sha256: c00f19148a5c0b0dafc9f5f3f2c9e6bc5a747700ca838c75199c4e32f33aa0b8

Contents?: true

Size: 985 Bytes

Versions: 20

Compression:

Stored size: 985 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-websocketio v#{Sinatra::WebSocketIO::VERSION} -
        - src_url = 'https://github.com/shokai/sinatra-websocketio'
        %a{:href => src_url} #{src_url}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
sinatra-websocketio-0.3.3 sample/views/index.haml
sinatra-websocketio-0.3.2 sample/views/index.haml
sinatra-websocketio-0.3.1 sample/views/index.haml
sinatra-websocketio-0.3.0 sample/views/index.haml
sinatra-websocketio-0.2.9 sample/views/index.haml
sinatra-websocketio-0.2.8 sample/views/index.haml
sinatra-websocketio-0.2.7 sample/views/index.haml
sinatra-websocketio-0.2.6 sample/views/index.haml
sinatra-websocketio-0.2.5 sample/views/index.haml
sinatra-websocketio-0.2.4 sample/views/index.haml
sinatra-websocketio-0.2.3 sample/views/index.haml
sinatra-websocketio-0.2.2 sample/views/index.haml
sinatra-websocketio-0.2.1 sample/views/index.haml
sinatra-websocketio-0.2.0 sample/views/index.haml
sinatra-websocketio-0.1.7 sample/views/index.haml
sinatra-websocketio-0.1.6 sample/views/index.haml
sinatra-websocketio-0.1.5 sample/views/index.haml
sinatra-websocketio-0.1.4 sample/views/index.haml
sinatra-websocketio-0.1.3 sample/views/index.haml
sinatra-websocketio-0.1.2 sample/views/index.haml