Sha256: 8e7b6dd587c59e0e2c7b1f16c237bae3600b91ad28250e3f1afefa4d6f98638b
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 KB
Contents
!!! %head %title= @title :javascript var ROOT = "#{url('/')}"; = include_gon - %w{jquery-1.7.2.min.js json2.js underscore-min.js backbone-min.js highcharts.js application.js bootstrap.js}.each do |jsfile| %script{:type => 'text/javascript', :src => url("/js/#{jsfile}")} - %w{bootstrap.min.css application.css}.each do |cssfile| %link{:rel => 'stylesheet', :href => url("/css/#{cssfile}"), :type => 'text/css', :media => 'screen'} %body %script#widget-template{type: 'text/template'} #plotarea #chart-controls .form-inline %span#refresh.btn.btn-mini %i.icon-refresh Refresh %span.space %label Cutoff min: %input.btn-mini#cutoff-min %span.space %label Cutoff max: %input.btn-mini#cutoff-max %span.space %label Refresh: %input.btn-mini#need-refresh{type: :checkbox, checked: :true} <% if(type != 'pie'){ %> %label Timespan: %span.btn.btn-mini#extend-timespan %i.icon-arrow-left Extend %select#extend-timespan-val.btn-mini.span1 %option{value: 60, selected: true} 1 minute %option{value: 60 * 5} 5 minutes %option{value: 60 * 30} 30 minutes %option{value: 60 * 60 * 2} 2 hours %option{value: 60 * 60 * 6 } 6 hours %option{value: 60 * 60 * 24} 1 day %option{value: 60 * 60 * 24 * 2} 2 days %option{value: 60 * 60 * 24 * 7} 1 week %option{value: 60 * 60 * 24 * 7 * 2} 2 weeks %option{value: 60 * 60 * 24 * 30} 1 month %span#reset-timespan.btn.btn-mini %i.icon-arrow-right Reset <% } %> %hr .container#main .row .span10.offset1 .navbar .navbar-inner .container %span.brand= @title %ul.nav#page-titles #widgets.row
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulse-meter-0.1.5 | lib/pulse-meter/visualize/views/main.haml |