| Revision 551,
656 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
|
| Rev | Line | |
|---|
| 1 | /* A style sheet for the unified log HTML table */ |
|---|
| 2 | * { |
|---|
| 3 | box-sizing: border-box; |
|---|
| 4 | } |
|---|
| 5 | body { |
|---|
| 6 | background-color: #000033; |
|---|
| 7 | color: goldenrod |
|---|
| 8 | } |
|---|
| 9 | |
|---|
| 10 | /* Color Code for unified logger */ |
|---|
| 11 | .CAD{ |
|---|
| 12 | color: cyan; |
|---|
| 13 | } |
|---|
| 14 | .CADdetail{ |
|---|
| 15 | color: blue; |
|---|
| 16 | } |
|---|
| 17 | .Activity{ |
|---|
| 18 | color: #32CD32; /* green */ |
|---|
| 19 | } |
|---|
| 20 | .CMS{ |
|---|
| 21 | color: yellow; |
|---|
| 22 | } |
|---|
| 23 | .Evaluation{ |
|---|
| 24 | color: magenta; |
|---|
| 25 | } |
|---|
| 26 | /* Padding for table cells */ |
|---|
| 27 | td { padding-top:2px; padding-right:10px; padding-bottom:2px; padding-left:10px; } |
|---|
| 28 | /* styling for html table */ |
|---|
| 29 | #display{ |
|---|
| 30 | padding: 15px 10% 15px 10%; |
|---|
| 31 | font-size: 20px; |
|---|
| 32 | font-family: monospace; |
|---|
| 33 | font-weight:lighter; |
|---|
| 34 | color: white; |
|---|
| 35 | padding-left: 2%; |
|---|
| 36 | padding-right: 2%; |
|---|
| 37 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.