Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2538:464c6c6692d6
Beautified entire project.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 14 Nov 2016 14:17:03 +0000 |
parents | 8be11a6d8b59 |
children | 77204f78386a |
comparison
equal
deleted
inserted
replaced
2536:527020a63203 | 2538:464c6c6692d6 |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="en"> | 2 <html lang="en"> |
3 <head> | 3 |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 4 <head> |
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
5 | 6 |
6 | 7 |
7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | 8 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
8 Remove this if you use the .htaccess --> | 9 Remove this if you use the .htaccess --> |
9 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | 10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
10 | 11 |
11 <title>Web Audio Evaluation Tool</title> | 12 <title>Web Audio Evaluation Tool</title> |
12 <meta name="description" content="" /> | 13 <meta name="description" content="" /> |
13 <meta name="author" content="" /> | 14 <meta name="author" content="" /> |
14 | |
15 <!-- Load up the default core JS and CSS files--> | |
16 <link rel='stylesheet' type='text/css' href='css/core.css'> | |
17 <!-- Use jQuery hosted from Google CDN --> | |
18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | |
19 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> | |
20 <script type="text/javascript" src="js/loader.js"></script> | |
21 </head> | |
22 | 15 |
23 <body> | 16 <!-- Load up the default core JS and CSS files--> |
24 <div id='topLevelBody'> | 17 <link rel='stylesheet' type='text/css' href='css/core.css'> |
25 <h1>Web Audio Evaluation Tool</h1> | 18 <!-- Use jQuery hosted from Google CDN --> |
26 <h2>Start menu </h2> | 19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
27 <ul> | 20 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> |
28 <li><a href="test.html?url=tests/examples/project.xml" target="_blank">APE interface test example</a></li> | 21 <script type="text/javascript" src="js/loader.js"></script> |
29 <li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> | 22 </head> |
30 <li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li> | 23 |
31 <li><a href="test.html?url=tests/examples/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> | 24 <body> |
32 <li><a href="test.html?url=tests/examples/radio_example.xml" target="_blank">Radio interface test example</a></li> | 25 <div id='topLevelBody'> |
33 <li><a href="test_create.html" target="_blank">Test creator</a></li> | 26 <h1>Web Audio Evaluation Tool</h1> |
34 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> | 27 <h2>Start menu </h2> |
35 </ul> | 28 <ul> |
36 <br> | 29 <li><a href="test.html?url=tests/examples/project.xml" target="_blank">APE interface test example</a></li> |
37 <ul> | 30 <li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> |
38 <li><a href="LICENSE.txt" target="_blank">License</a></li> | 31 <li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li> |
39 <li><a href="CITING.txt" target="_blank">Citing</a></li> | 32 <li><a href="test.html?url=tests/examples/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> |
40 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> | 33 <li><a href="test.html?url=tests/examples/radio_example.xml" target="_blank">Radio interface test example</a></li> |
41 </ul> | 34 <li><a href="test_create.html" target="_blank">Test creator</a></li> |
42 </div> | 35 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> |
43 <div id="popupHolder" class="popupHolder" style="visibility: hidden"> | 36 </ul> |
44 <div id="popupContent"> | 37 <br> |
45 <div id="popupTitleHolder"> | 38 <ul> |
46 <span id="popupTitle"></span> | 39 <li><a href="LICENSE.txt" target="_blank">License</a></li> |
47 </div> | 40 <li><a href="CITING.txt" target="_blank">Citing</a></li> |
48 <div id="popupResponse"></div> | 41 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> |
42 </ul> | |
43 </div> | |
44 <div id="popupHolder" class="popupHolder" style="visibility: hidden"> | |
45 <div id="popupContent"> | |
46 <div id="popupTitleHolder"> | |
47 <span id="popupTitle"></span> | |
49 </div> | 48 </div> |
50 <button id="popup-proceed" class="popupButton">Next</button> | 49 <div id="popupResponse"></div> |
51 <button id="popup-previous" class="popupButton">Back</button> | |
52 </div> | 50 </div> |
53 <div class="testHalt" style="visibility: hidden"></div> | 51 <button id="popup-proceed" class="popupButton">Next</button> |
54 </body> | 52 <button id="popup-previous" class="popupButton">Back</button> |
53 </div> | |
54 <div class="testHalt" style="visibility: hidden"></div> | |
55 </body> | |
56 | |
55 </html> | 57 </html> |