comparison apeTool.html @ 696:69dc1ef007bc

Updated the Results Specification to reflect node name changes. Also added extra fields to handle pre/post/during extra comments
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 07 Apr 2015 13:10:50 +0100
parents
children 375410a5571d
comparison
equal deleted inserted replaced
-1:000000000000 696:69dc1ef007bc
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5
6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
7 Remove this if you use the .htaccess -->
8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9
10 <title>apeTool</title>
11 <meta name="description" content="" />
12 <meta name="author" content="" />
13
14 <!-- Load up the default core JS and CSS files-->
15 <link rel='stylesheet' type='text/css' href='graphics.css'>
16 <link rel='stylesheet' type='text/css' href='structure.css'>
17 <!-- Use jQuery hosted from Google CDN -->
18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
19 <script src='core.js'></script>
20
21 <!-- Uncomment the following script for automatic loading of projects -->
22 <script>
23 url = 'example_eval/project.xml'; //Project XML document location
24 loadProjectSpec(url);
25 </script>
26
27 </head>
28
29 <body>
30 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
31 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
32 <div id='topLevelBody'>
33 <p>HTML5 APE Tool</p>
34 </div>
35 </body>
36 </html>