source: tmcsimulator/trunk/webapps/einotebook/script/index.html @ 551

Revision 551, 863 bytes checked in by jdalbey, 6 years ago (diff)

Multi-file commit to implement saving evaluation ratings from einotebook to a log file and merging with unified log. Also fix defect #212. cgi-bin/saveEvals.py cgi-bin/saveRatingsToLog.py common/js/displayutils.js common/js/fileutils.js common/js/revision_number.dat common/unifiedlog.css dynamicdata/CADcomments.log dynamicdata/caddetails.csv dynamicdata cms_messages.json dynamicdata/har_messages.json dynamicdata highway_status.json dynamicdata/ratings.csv dynamicdata/unifiedlog.csv dynamicdata/unifiedlog_final.csv einotebook/roles/index.html einotebook roles/roles.js einotebook/script/index.html einotebook/script scrollframe.js einotebook/scripts/Evaluation.js einotebook/scripts/Event.js mergelogs.bash unifiedlogdisplay.html unifiedlogmonitor.html

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2  "http://www.w3.org/TR/html4/loose.dtd">
3<html>
4    <!-- This is the page containing the simulation script and jump button -->
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7    <link href="simscript.css" rel="stylesheet" type="text/css">
8    <script type="text/javascript" src="../scripts/Time.js"></script> 
9    <script type="text/javascript" src="simscript.js"></script> 
10    <script type="text/javascript" src="../scripts/cookies.js"></script>
11    <title>Script</title>
12  </head>
13  <body>
14   
15
16    <button class="jumpToCurrentEvent" 
17            onclick="jumpToLastExecutedEvent()">Jump to Current Event</button>
18   
19    <iframe id='view' src='scrollframe.html' frameborder='0' scrolling='yes'
20            width='100%'></iframe>
21
22     
23   
24  </body>
25</html>
Note: See TracBrowser for help on using the repository browser.