Changeset 468 in tmcsimulator for trunk/webapps/einotebook/index.html
- Timestamp:
- 07/28/2019 05:27:26 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/index.html
r401 r468 21 21 <script type="text/javascript" src="scripts/Incident.js"></script> 22 22 <script type="text/javascript" src="scripts/Incidents.js"></script> 23 <script type="text/javascript" src="scripts/LoadEvents.js"></script>24 <!--script type="text/javascript" src="scripts/PopulateIncidents.js"></script-->25 <!--script type="text/javascript" src="scripts/PopulateEvents.js"></script-->26 23 <script type="text/javascript" src="summary/summary.js"></script> 27 24 <script type="text/javascript" src="notebook.js"></script> 25 <!-- LoadEvents contains init() function, the main entry point --> 26 <script type="text/javascript" src="scripts/LoadEvents.js"></script> 28 27 </head> 29 <body onLoad="showRevision(); setupNotebook(); run();">28 <body onLoad="showRevision(); init()"> 30 29 31 30 <table class="notebook"> 32 <!-- The header which contains the number of evaluations, simulation status,33 and time34 <tr style="height: 20px">35 <td>36 <table class="header">37 <tr>38 39 <td class="updateStatusBox">40 <table>41 <tr>42 <td class="updateStatus" id="updateStatus">New Event</td>43 </tr>44 </table>45 </td>46 47 <td class="statusBox">48 <center><table>49 <tr>50 <td class="simulationStatus" id="simulationStatus">NOT STARTED</td>51 </tr>52 </table></center>53 </td>54 55 <td class="simulationTime" id="simulationTime">56 0:00:0057 </td>58 59 </tr>60 </table>61 </td>62 </tr>63 -->64 31 <tr style="height: 80px"> 65 32 <td colspan='3' class="tabMenu"> … … 77 44 Simulation Script 78 45 </li> 79 <li class="notActive" id=" CADTab"80 onClick="changeTab(this.id); showContent('c adPageContent')">46 <li class="notActive" id="currentTab" 47 onClick="changeTab(this.id); showContent('currentEventPageContent')"> 81 48 Current Event 82 49 </li> … … 94 61 <tr> 95 62 <td class='tabPageContent' id='summaryPageContent' style="display:inline"> 96 <iframe id='summaryTabPage' src='summary/summary.html' frameborder='0' scrolling='yes' 97 height='100%' width='100%' 98 onLoad='incidents.doc = getDocumentFromFrame("summaryTabPage"); 99 window.frames[0].loadSummary(incidents);'></iframe> 63 <iframe id='summaryTabPage' src='summary/index.html' frameborder='0' scrolling='yes' 64 height='100%' width='100%'> 65 </iframe> 100 66 </td> 101 67 <td class='tabPageContent' id='scriptPageContent' style="display:none;"> 102 <iframe id='tabPage' src='script/script.html' frameborder='0' 103 scrolling='yes' height='100%' width='100%' 104 onLoad='window.frames[1].loadScript(events, incidents);' 105 > 68 <iframe id='tabPage' src='script/index.html' frameborder='0' 69 scrolling='yes' height='100%' width='100%'> 106 70 </iframe> 107 71 </td> 108 <td class='tabPageContent' id='cadPageContent' style="display:none;"> 109 <iframe src='cad/index.html' frameborder='0' 110 scrolling='yes' height='100%' width='100%' 111 onLoad='window.frames[2].loadScript(events, incidents);'> 72 <td class='tabPageContent' id='currentEventPageContent' style="display:none;"> 73 <iframe id='currentEventPage' src='currentEvent/index.html' frameborder='0' 74 scrolling='yes' height='100%' width='100%'> 112 75 </iframe> 113 76 </td> 114 77 <td class='tabPageContent' id='mapsPageContent' style="display:none;"> 115 78 <iframe src='maps/index.html' frameborder='0' 116 scrolling='no' height='100%' width='100%' >79 scrolling='no' height='100%' width='100%' > 117 80 </iframe> 118 81 </td>
Note: See TracChangeset
for help on using the changeset viewer.
