Sha256: 8102f84ae802913742434aee3b02879363c91316af468dd2ccf0fcb1cd2721f0

Contents?: true

Size: 2 KB

Versions: 10

Compression:

Stored size: 2 KB

Contents

!!! 5
%html{:lang => "ja"}
  %head
    %meta{:charset => "utf-8"}/
    %meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
    %meta{:content => "width=device-width, initial-scale=1", :name => "viewport"}/
    %meta{:content => "whiteleaf", :name => "author"}/
    %meta{:content => "none", :name => "robots"}/
    %title Narou.rb WEB UI Widget
    %link{:href => "//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css", :rel => "stylesheet"}/
    %link{:href => "/resources/perfect-scrollbar.min.css", :rel => "stylesheet"}/
    %link{:href => "/style.css?_=#{Narou::VERSION}", :rel => "stylesheet"}/
    %link{:href => "/resources/default-style.css?_=#{Narou::VERSION}", :rel => "stylesheet"}/
    / HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries
    /[if lt IE 9]
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  %body
    :css
      html, body, .console.fullscreen {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #queue-text {
        position: absolute;
        top: 3px;
        right: 3px;
        color: white;
        margin: 0;
        padding: 0;
      }

    #console.console.fullscreen
    #queue-text.navbar-text.navbar-right
      %span.glyphicon.glyphicon-inbox
      %span#queue 0

    %script{:src => "//code.jquery.com/jquery-1.11.1.min.js"}
    %script{:src => "//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"}
    %script{:src => "//cdnjs.cloudflare.com/ajax/libs/lodash.js/4.6.1/lodash.min.js"}
    %script{:src => "/resources/sprintf.js"}
    %script{:src => "/resources/perfect-scrollbar.min.js"}
    %script{:src => "/resources/narou.library.js?_=#{Narou::VERSION}"}
    %script{:src => "/resources/narou.queue.js?_=#{Narou::VERSION}"}
    :javascript
      $(document).ready(function($) {
        var stream_console = new Narou.Console({
          restore: false, buttons: false
        });
      });

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
narou-3.2.5.1 lib/web/views/widget/download.haml
narou-3.2.5 lib/web/views/widget/download.haml
narou-3.2.4 lib/web/views/widget/download.haml
narou-3.2.3 lib/web/views/widget/download.haml
narou-3.2.2 lib/web/views/widget/download.haml
narou-3.2.1 lib/web/views/widget/download.haml
narou-3.2.0.1 lib/web/views/widget/download.haml
narou-3.2.0 lib/web/views/widget/download.haml
narou-3.1.11 lib/web/views/widget/download.haml
narou-3.1.10 lib/web/views/widget/download.haml