Changeset 540 in tmcsimulator for trunk/webapps/einotebook/index.html


Ignore:
Timestamp:
12/06/2019 03:05:37 PM (6 years ago)
Author:
jdalbey
Message:

Add roles page to EINotebook, version 1. Modified index.html, Event.js, LoadEvents?.js, notebook.js

File:
1 edited

Legend:

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

    r468 r540  
    5252             Maps 
    5353            </li> 
     54            <li class="notActive" id="rolesTab"  
     55                onClick="changeTab(this.id); showContent('rolePageContent')"> 
     56             Roles 
     57            </li> 
    5458          </ul><br> 
    5559              <div class="simulationTime" id="simulationTime">0:00:00</div> 
     
    8084                    </iframe> 
    8185          </td> 
     86          <td class='tabPageContent' id='rolePageContent' style="display:none;"> 
     87            <iframe id='rolePage' src='roles/index.html' frameborder='0'  
     88            scrolling='yes' height='100%' width='100%'> 
     89                    </iframe> 
     90                  </td> 
    8291            </td> 
    8392      </tr> 
Note: See TracChangeset for help on using the changeset viewer.