Changeset 579 in tmcsimulator for trunk/webapps/GTEC/index.html


Ignore:
Timestamp:
02/02/2020 08:09:33 AM (6 years ago)
Author:
jdalbey
Message:

Add timebox to GTEC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/GTEC/index.html

    r572 r579  
    2626    <button id="greenButton">Green</button> 
    2727    <button id="yellowButton">Yellow</button> 
     28    <input type = "text" 
     29                 id = "timebox" 
     30                 value = "00:00:00" 
     31                 autocomplete=off 
     32                 onchange = "saveTime()"/> 
    2833    <!-- <button id="harButton" class="unstyled-button"><img id="harBtnImg" src="images/btnReady_HAR.png"></button> 
    2934    <button id="cctvButton" class="unstyled-button"><img id="cctvBtnImg" src="images/btnReady_CCTV.png"></button> 
Note: See TracChangeset for help on using the changeset viewer.