Changeset 551 in tmcsimulator for trunk/webapps/einotebook/roles/index.html
- Timestamp:
- 12/26/2019 03:14:52 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/roles/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/roles/index.html
r548 r551 9 9 <script type="text/javascript" src="roles.js"></script> 10 10 <script type="text/javascript" src="../scripts/cookies.js"></script> 11 <title> Script</title>11 <title>Roles</title> 12 12 </head> 13 13 <body> 14 14 15 < button class="jumpToCurrentEvent"16 onclick="jumpToLastExecutedEvent()">Jump to Current Event</button >15 <!--button class="jumpToCurrentEvent" 16 onclick="jumpToLastExecutedEvent()">Jump to Current Event</button--> 17 17 <!-- A combo box for which role is to be displayed on the page --> 18 18 <select id="desiredRole" onchange="changeRole()"> … … 22 22 <option value="CHP RADIO">CHP RADIO</option> 23 23 </select> 24 <iframe id=' view' src='../script/scrollframe.html' frameborder='0' scrolling='yes'24 <iframe id='rolesview' src='../script/scrollframe.html' frameborder='0' scrolling='yes' 25 25 width='100%'></iframe> 26 26
Note: See TracChangeset
for help on using the changeset viewer.
