annotate index.html @ 859:2d99d8888b0a

Anchor and Reference audioElements now tagged on output
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Wed, 22 Jul 2015 13:22:10 +0100
parents 30d5aa52b034
children 7b522c145516 b7fd0296c6ab
rev   line source
nicholas@858 1 <!DOCTYPE html>
nicholas@858 2 <html lang="en">
nicholas@858 3 <head>
nicholas@858 4 <meta charset="utf-8" />
nicholas@858 5
nicholas@858 6
nicholas@858 7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
nicholas@858 8 Remove this if you use the .htaccess -->
nicholas@858 9 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
nicholas@858 10
nicholas@858 11 <title>Web Audio Evaluation Tool</title>
nicholas@858 12 <meta name="description" content="" />
nicholas@858 13 <meta name="author" content="" />
nicholas@858 14
nicholas@858 15 <!-- Load up the default core JS and CSS files-->
nicholas@858 16 <link rel='stylesheet' type='text/css' href='core.css'>
nicholas@858 17 <!-- Use jQuery hosted from Google CDN -->
nicholas@858 18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
nicholas@858 19 <script src="jquery-2.1.4.js"></script>
nicholas@858 20 <script src='core.js'></script>
nicholas@858 21 <script type="text/javascript">
nicholas@858 22 window.onbeforeunload = function() {
nicholas@858 23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";
nicholas@858 24 };
nicholas@858 25 </script>
nicholas@858 26 <!-- Uncomment the following script for automatic loading of projects -->
nicholas@858 27 <script>
nicholas@858 28 //url = '/pseudo.xml'; //Project XML document location
nicholas@858 29 url = 'example_eval/project.xml';
nicholas@858 30 loadProjectSpec(url);
nicholas@858 31 </script>
nicholas@858 32
nicholas@858 33 </head>
nicholas@858 34
nicholas@858 35 <body>
nicholas@858 36 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
nicholas@858 37 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
nicholas@858 38 <div id='topLevelBody'>
nicholas@858 39 <p>HTML5 APE Tool</p>
nicholas@858 40 </div>
nicholas@858 41 </body>
nicholas@858 42 </html>