annotate index.html @ 815:3b0770e1e616

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