annotate apeTool.html @ 656:0a401224660b

Added dev-main branch warning at top of files
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 10 Apr 2015 10:25:52 +0100
parents
children d7bdfe8bf67e
rev   line source
n@656 1 <!DOCTYPE html>
n@656 2 <html lang="en">
n@656 3 <head>
n@656 4 <meta charset="utf-8" />
n@656 5
n@656 6 <!-- WARNING!!!
n@656 7 *
n@656 8 * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL
n@656 9 *
n@656 10 * WARNING!!!
n@656 11 *
n@656 12 -->
n@656 13
n@656 14
n@656 15 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
n@656 16 Remove this if you use the .htaccess -->
n@656 17 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
n@656 18
n@656 19 <title>apeTool</title>
n@656 20 <meta name="description" content="" />
n@656 21 <meta name="author" content="" />
n@656 22
n@656 23 <!-- Load up the default core JS and CSS files-->
n@656 24 <link rel='stylesheet' type='text/css' href='graphics.css'>
n@656 25 <link rel='stylesheet' type='text/css' href='structure.css'>
n@656 26 <!-- Use jQuery hosted from Google CDN -->
n@656 27 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
n@656 28 <script src='core.js'></script>
n@656 29
n@656 30 <!-- Uncomment the following script for automatic loading of projects -->
n@656 31 <script>
n@656 32 url = 'example_eval/project.xml'; //Project XML document location
n@656 33 loadProjectSpec(url);
n@656 34 </script>
n@656 35
n@656 36 </head>
n@656 37
n@656 38 <body>
n@656 39 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
n@656 40 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
n@656 41 <div id='topLevelBody'>
n@656 42 <p>HTML5 APE Tool</p>
n@656 43 </div>
n@656 44 </body>
n@656 45 </html>