Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2919:81f17b7bfe82
Update HTML footers
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 02 Aug 2017 07:42:33 +0100 |
parents | 4028cf5afef1 |
children | 1a1d37f2b4e5 702a8d786e1a |
comparison
equal
deleted
inserted
replaced
2918:2399d09c8dab | 2919:81f17b7bfe82 |
---|---|
22 <script type="text/javascript" src="js/loader.js"></script> | 22 <script type="text/javascript" src="js/loader.js"></script> |
23 </head> | 23 </head> |
24 | 24 |
25 <body> | 25 <body> |
26 <div id='topLevelBody'> | 26 <div id='topLevelBody'> |
27 <h1><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.1)</a></h1> | 27 <h1><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.2)</a></h1> |
28 <h2>Start menu </h2> | 28 <h2>Start menu </h2> |
29 <ul> | 29 <ul> |
30 <li><a href="test.html?url=tests/examples/APE_example.xml" target="_blank">APE interface test example</a></li> | 30 <li><a href="test.html?url=tests/examples/APE_example.xml" target="_blank">APE interface test example</a></li> |
31 <li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> | 31 <li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> |
32 <li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li> | 32 <li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li> |
49 </div> | 49 </div> |
50 <button id="popup-proceed" class="popupButton">Next</button> | 50 <button id="popup-proceed" class="popupButton">Next</button> |
51 <button id="popup-previous" class="popupButton">Back</button> | 51 <button id="popup-previous" class="popupButton">Back</button> |
52 </div> | 52 </div> |
53 <div class="testHalt" style="visibility: hidden"></div> | 53 <div class="testHalt" style="visibility: hidden"></div> |
54 <div id="footer"><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.2-pre)</a></div> | 54 <div id="footer"><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.2)</a></div> |
55 </body> | 55 </body> |
56 | 56 |
57 </html> | 57 </html> |