Sha256: 5a8cbe7c2abc5aeda665a7c4443a9b4058a00f0c1092915a638d55166e07b457

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

!!!
%head
  %title= @title
  :javascript
    var ROOT = "#{url('/')}";
  = include_gon
  - %w{jquery-1.7.2.min.js jquery-ui-1.8.16.bootstrap.min.js jquery-ui-timepicker-addon.js json2.js underscore-min.js backbone-min.js application.js bootstrap.js}.each do |jsfile|
    %script{type: 'text/javascript', src: url("/js/#{jsfile}")}
  - %w{bootstrap.min.css application.css jquery-ui-1.8.16.bootstrap.css}.each do |cssfile|
    %link{rel: 'stylesheet', href: url("/css/#{cssfile}"), type: 'text/css', media: 'screen'}
  - if @embedded
    %link{rel: 'stylesheet', href: url('/css/embedded.css'), type: 'text/css', media: 'screen'}
  %script{type: 'text/javascript', src: "https://www.google.com/jsapi"}
  :javascript
    google.load("visualization", "1", {packages:["corechart", "table", "gauge"]});
    google.setOnLoadCallback(drawChart);
    function drawChart() {
      document.startApp();
    }
%body
  - %w(area line table pie gauge).each do |wtype|
    = partial "widgets/#{wtype}"
  = partial "sensors"

  .navbar.navbar-fixed-top
    .navbar-inner
      .container-fluid
        %table
          %tr
            %td.brand-container
              %a.brand{href: '#/custom'}= @title
            %td
              %ul.nav#page-titles

  .container-fluid#main
    .row-fluid#widgets

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulse_meter_visualizer-0.4.22 lib/pulse_meter/visualize/views/main.haml
pulse_meter_visualizer-0.4.21 lib/pulse_meter/visualize/views/main.haml
pulse_meter_visualizer-0.4.20 lib/pulse_meter/visualize/views/main.haml