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