comparison index.html @ 1179:c2e19bc54c3c

Bug #1564: index.html is blank, the links are included in demo.html. Popup now created in index.html rather than generated.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 11 Feb 2016 16:54:33 +0000
parents c0022a09c4f6
children 6a2e904c519f
comparison
equal deleted inserted replaced
1178:9131490d80a3 1179:c2e19bc54c3c
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 <h1>Web Audio Evaluation Tool</h1>
53 <h2>Start menu </h2>
54 <ul>
55 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li>
56 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
57 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li>
58 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li>
59 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li>
60 </ul>
61
62 <br>
63
64 <ul>
65 <li><a href="LICENSE.txt" target="_blank">License</a></li>
66 <li><a href="CITING.txt" target="_blank">Citing</a></li>
67 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li>
68 </ul>
69
70
71 </div> 52 </div>
53 <div id="popupHolder" class="popupHolder">
54 <div id="popupContent">
55 <div id="popupTitleHolder" align="center">
56 <span id="popupTitle"></span>
57 </div>
58 <div id="popupResponse" align="center"></div>
59 </div>
60 <button id="popup-proceed" class="popupButton">Next</button>
61 <button id="popup-previous" class="popupButton">Back</button>
62 </div>
63 <div class="testHalt" style="visibility: hidden; z-index: -2"></div>
72 </body> 64 </body>
73 </html> 65 </html>