comparison index.html @ 1181:6a2e904c519f

Test create from existing file, <page> node interfaces are now built and displayed. jQuery included.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Feb 2016 08:42:15 +0000
parents c2e19bc54c3c
children b7bf91ac6d01
comparison
equal deleted inserted replaced
1180:3303a667548a 1181:6a2e904c519f
47 47
48 <body> 48 <body>
49 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> 49 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
50 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> 50 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
51 <div id='topLevelBody'> 51 <div id='topLevelBody'>
52 <span>Web Audio Evaluation Toolbox</span>
52 </div> 53 </div>
53 <div id="popupHolder" class="popupHolder"> 54 <div id="popupHolder" class="popupHolder" style="visibility: hidden; z-index: -1">
54 <div id="popupContent"> 55 <div id="popupContent">
55 <div id="popupTitleHolder" align="center"> 56 <div id="popupTitleHolder" align="center">
56 <span id="popupTitle"></span> 57 <span id="popupTitle"></span>
57 </div> 58 </div>
58 <div id="popupResponse" align="center"></div> 59 <div id="popupResponse" align="center"></div>