Sha256: b2b9dc3e73c66dffc3b0b8e2aacd3a42a16cedb0789b422b906295c1ae27afc7
Contents?: true
Size: 1.44 KB
Versions: 5
Compression:
Stored size: 1.44 KB
Contents
!!! %html %head %title Results: %link(rel="stylesheet" href="/css/results.css") %script{:type => "text/javascript", :src => "/scripts/jquery-1.6.1.js"} %script{:type => "text/javascript"} :plain var runStatusIntervalId = 0; var results_navigation = ""; $(document).ready(function() { // calculate results_navigation here since helpers seem unavailable in results.js!? results_navigation = "#{generate_data_navigation_frame(@my_exp_wkf, @run_uuid, @wid, @wkf_version, @t2_server, true)}"; window.frames['header'].document.write("#{generate_header_frame(@my_exp_wkf, @my_exp_usr).gsub!(/\n/, "")}"); window.frames['data-navigation'].document.write("#{generate_data_navigation_frame(@my_exp_wkf, @run_uuid, @wid, @wkf_version, @t2_server, false)}"); runStatusIntervalId = window.setInterval( "checkRunStatus('#{@t2_server}', '#{@run_uuid}')", 5000); }); %script{:type => "text/javascript", :src => "/scripts/results.js"} -# we use border for FF and framespacing for IE %frameset{ :rows => "113px, *", :border => "1", :framespacing => "1" } %noframes To be viewed properly, this page requires frames. %frame{ :name => "header", :id => "header" } %frameset{ :cols => "250px, *", :border => "6", :framespacing => "6" } %frame{ :name => "data-navigation", :id => "data-navigation" } %frame{ :name => "data-display", :id => "data-display" }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
t2-web-0.0.9 | views/results.haml |
t2-web-0.0.8 | views/results.haml |
t2-web-0.0.7 | views/results.haml |
t2-web-0.0.6 | views/results.haml |
t2-web-0.0.5 | views/results.haml |