annotate apeTool.html @ 701:c76205be5fc1

Added comments. Variable name changes to match specification document during ape.js loading.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 07 Apr 2015 11:32:46 +0100
parents 8d9fd0ba13e3
children 2b9bcac771a8 375410a5571d
rev   line source
nicholas@1 1 <!DOCTYPE html>
nicholas@1 2 <html lang="en">
nicholas@1 3 <head>
nicholas@1 4 <meta charset="utf-8" />
nicholas@1 5
nicholas@1 6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
nicholas@1 7 Remove this if you use the .htaccess -->
nicholas@1 8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
nicholas@1 9
nicholas@1 10 <title>apeTool</title>
nicholas@1 11 <meta name="description" content="" />
nicholas@1 12 <meta name="author" content="" />
nicholas@1 13
nicholas@1 14 <!-- Load up the default core JS and CSS files-->
nicholas@1 15 <link rel='stylesheet' type='text/css' href='graphics.css'>
nicholas@1 16 <link rel='stylesheet' type='text/css' href='structure.css'>
nicholas@1 17 <!-- Use jQuery hosted from Google CDN -->
nicholas@1 18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
nicholas@1 19 <script src='core.js'></script>
nicholas@1 20
nicholas@6 21 <!-- Uncomment the following script for automatic loading of projects -->
nicholas@6 22 <script>
nicholas@6 23 url = 'example_eval/project.xml'; //Project XML document location
nicholas@6 24 loadProjectSpec(url);
nicholas@6 25 </script>
nicholas@1 26
nicholas@1 27 </head>
nicholas@1 28
nicholas@1 29 <body>
nicholas@1 30 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
nicholas@1 31 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
nicholas@1 32 <div id='topLevelBody'>
nicholas@1 33 <p>HTML5 APE Tool</p>
nicholas@1 34 </div>
nicholas@1 35 </body>
nicholas@1 36 </html>