annotate apeTool.html @ 694:869ed636f7c0

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