Mercurial > hg > webaudioevaluationtool
comparison index.html @ 265:ec693ceb2444 Dev_main
Update dev_main
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Jul 2015 12:41:22 +0100 |
parents | 96a6cea228b3 |
children | a457b56ee928 |
comparison
equal
deleted
inserted
replaced
243:b4ca52c105ba | 265:ec693ceb2444 |
---|---|
6 | 6 |
7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | 7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
8 Remove this if you use the .htaccess --> | 8 Remove this if you use the .htaccess --> |
9 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | 9 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
10 | 10 |
11 <title>apeTool</title> | 11 <title>Web Audio Evaluation Tool</title> |
12 <meta name="description" content="" /> | 12 <meta name="description" content="" /> |
13 <meta name="author" content="" /> | 13 <meta name="author" content="" /> |
14 | 14 |
15 <!-- Load up the default core JS and CSS files--> | 15 <!-- Load up the default core JS and CSS files--> |
16 <link rel='stylesheet' type='text/css' href='core.css'> | 16 <link rel='stylesheet' type='text/css' href='core.css'> |
23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; | 23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; |
24 }; | 24 }; |
25 </script> | 25 </script> |
26 <!-- Uncomment the following script for automatic loading of projects --> | 26 <!-- Uncomment the following script for automatic loading of projects --> |
27 <script> | 27 <script> |
28 url = 'example_eval/project.xml'; //Project XML document location | 28 //url = '/pseudo.xml'; //Project XML document location |
29 url = 'example_eval/project.xml'; | |
29 loadProjectSpec(url); | 30 loadProjectSpec(url); |
30 </script> | 31 </script> |
31 | 32 |
32 </head> | 33 </head> |
33 | 34 |