annotate apeTool.html @ 32:2b9bcac771a8 Dev_main

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 8d9fd0ba13e3
children 83198a86b3bc
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
n@32 6 <!-- WARNING!!!
n@32 7 *
n@32 8 * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL
n@32 9 *
n@32 10 * WARNING!!!
n@32 11 *
n@32 12 -->
n@32 13
n@32 14
nicholas@1 15 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
nicholas@1 16 Remove this if you use the .htaccess -->
nicholas@1 17 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
nicholas@1 18
nicholas@1 19 <title>apeTool</title>
nicholas@1 20 <meta name="description" content="" />
nicholas@1 21 <meta name="author" content="" />
nicholas@1 22
nicholas@1 23 <!-- Load up the default core JS and CSS files-->
nicholas@1 24 <link rel='stylesheet' type='text/css' href='graphics.css'>
nicholas@1 25 <link rel='stylesheet' type='text/css' href='structure.css'>
nicholas@1 26 <!-- Use jQuery hosted from Google CDN -->
nicholas@1 27 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
nicholas@1 28 <script src='core.js'></script>
nicholas@1 29
nicholas@6 30 <!-- Uncomment the following script for automatic loading of projects -->
nicholas@6 31 <script>
nicholas@6 32 url = 'example_eval/project.xml'; //Project XML document location
nicholas@6 33 loadProjectSpec(url);
nicholas@6 34 </script>
nicholas@1 35
nicholas@1 36 </head>
nicholas@1 37
nicholas@1 38 <body>
nicholas@1 39 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
nicholas@1 40 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
nicholas@1 41 <div id='topLevelBody'>
nicholas@1 42 <p>HTML5 APE Tool</p>
nicholas@1 43 </div>
nicholas@1 44 </body>
nicholas@1 45 </html>