annotate apeTool.html @ 1975:32b7a6298a9f

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