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

Revision 468, 851 bytes checked in by jdalbey, 7 years ago (diff)

einotebook - multifile commit. Redesign to fix timing problem on some machines as well as improve file naming. Fixed #176.

  • 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    <button class="jumpToCurrentEvent" 
16            onclick="jumpToLastExecutedEvent()">Jump to Current Event</button>
17     
18    <iframe id='view' src='scrollframe.html' frameborder='0' scrolling='yes'
19            width='100%'></iframe>
20  </body>
21</html>
Note: See TracBrowser for help on using the repository browser.