annotate demo.html @ 1108:a6cd19323345
PHP Comment Parser exports to XML, JSON and CSV notations. Included HTML file interface.
author |
Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
date |
Wed, 17 Feb 2016 17:27:29 +0000 |
parents |
282dfb8076f5 |
children |
91b3c9b2e847 |
rev |
line source |
n@1106
|
1 <!DOCTYPE html>
|
n@1106
|
2 <html lang="en">
|
n@1106
|
3 <head>
|
n@1106
|
4 <meta charset="utf-8" />
|
n@1106
|
5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
n@1106
|
6 Remove this if you use the .htaccess -->
|
n@1106
|
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
n@1106
|
8
|
n@1106
|
9 <title>Web Audio Evaluation Tool</title>
|
n@1106
|
10 <meta name="description" content="" />
|
n@1106
|
11 <meta name="author" content="" />
|
n@1106
|
12
|
n@1106
|
13 <!-- Use jQuery hosted from Google CDN -->
|
n@1106
|
14 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
|
n@1106
|
15 <script src="jquery-2.1.4.js"></script>
|
n@1106
|
16 </head>
|
n@1106
|
17
|
n@1106
|
18 <body>
|
n@1106
|
19 <div id='topLevelBody'>
|
n@1106
|
20 <h1>Web Audio Evaluation Tool</h1>
|
n@1106
|
21 <h2>Start menu </h2>
|
n@1106
|
22 <ul>
|
n@1106
|
23 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li>
|
n@1106
|
24 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
|
n@1106
|
25 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li>
|
n@1106
|
26 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li>
|
n@1106
|
27 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li>
|
n@1106
|
28 </ul>
|
n@1106
|
29 <br>
|
n@1106
|
30 <ul>
|
n@1106
|
31 <li><a href="LICENSE.txt" target="_blank">License</a></li>
|
n@1106
|
32 <li><a href="CITING.txt" target="_blank">Citing</a></li>
|
n@1106
|
33 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li>
|
n@1106
|
34 </ul>
|
n@1106
|
35 </div>
|
n@1106
|
36 </body>
|
n@1106
|
37 </html>
|