| Revision 551,
1.2 KB
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="roles.css" rel="stylesheet" type="text/css"> |
|---|
| 8 | <script type="text/javascript" src="../scripts/Time.js"></script> |
|---|
| 9 | <script type="text/javascript" src="roles.js"></script> |
|---|
| 10 | <script type="text/javascript" src="../scripts/cookies.js"></script> |
|---|
| 11 | <title>Roles</title> |
|---|
| 12 | </head> |
|---|
| 13 | <body> |
|---|
| 14 | |
|---|
| 15 | <!--button class="jumpToCurrentEvent" |
|---|
| 16 | onclick="jumpToLastExecutedEvent()">Jump to Current Event</button--> |
|---|
| 17 | <!-- A combo box for which role is to be displayed on the page --> |
|---|
| 18 | <select id="desiredRole" onchange="changeRole()"> |
|---|
| 19 | <option value="TELEPHONE CONVERSATION" selected="selected">TELEPHONE CONVERSATION</option> |
|---|
| 20 | <option value="MAINTENANCE_RADIO">MAINTENANCE_RADIO</option> |
|---|
| 21 | <option value="TMT_RADIO">TMT_RADIO</option> |
|---|
| 22 | <option value="CHP RADIO">CHP RADIO</option> |
|---|
| 23 | </select> |
|---|
| 24 | <iframe id='rolesview' src='../script/scrollframe.html' frameborder='0' scrolling='yes' |
|---|
| 25 | width='100%'></iframe> |
|---|
| 26 | |
|---|
| 27 | </body> |
|---|
| 28 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.