annotate demo.html @ 1940:fffc644a018d

Hotfix: Updated schema. <audioelement>, <surveyelement> and <commentquestion> have optional name attribute.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 09 Mar 2016 11:29:16 +0000
parents 94e57a566167
children 124e6c702845
rev   line source
me@1936 1 <!DOCTYPE html>
me@1936 2 <html lang="en">
me@1936 3 <head>
me@1936 4 <meta charset="utf-8" />
me@1936 5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
me@1936 6 Remove this if you use the .htaccess -->
me@1936 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
me@1936 8
me@1936 9 <title>Web Audio Evaluation Tool</title>
me@1936 10 <meta name="description" content="" />
me@1936 11 <meta name="author" content="" />
me@1936 12
me@1936 13 <!-- Use jQuery hosted from Google CDN -->
me@1936 14 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
me@1936 15 <script src="jquery-2.1.4.js"></script>
me@1936 16 </head>
me@1936 17
me@1936 18 <body>
me@1936 19 <div id='topLevelBody'>
me@1936 20 <h1>Web Audio Evaluation Tool</h1>
me@1936 21 <h2>Start menu </h2>
me@1936 22 <ul>
me@1936 23 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li>
me@1936 24 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
me@1936 25 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li>
me@1936 26 <li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li>
me@1936 27 <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li>
me@1936 28 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li>
me@1936 29 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li>
me@1936 30 </ul>
me@1936 31 <br>
me@1936 32 <ul>
me@1936 33 <li><a href="LICENSE.txt" target="_blank">License</a></li>
me@1936 34 <li><a href="CITING.txt" target="_blank">Citing</a></li>
me@1936 35 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li>
me@1936 36 </ul>
me@1936 37 </div>
me@1936 38 </body>
me@1936 39 </html>