annotate apeTool.html @ 1973:9a77192620ad

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