Sha256: 403bf917566df40a67e24a198c23040eda0e4d0ef9e6dc42579587500af9b540
Contents?: true
Size: 1.96 KB
Versions: 6
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 %button#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: %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 %button#extend-timespan.btn.btn-mini %i.icon-arrow-left Extend %button#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
6 entries across 6 versions & 1 rubygems