annotate index.html @ 979:62b638aa1849

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