Mercurial > hg > webaudioevaluationtool
annotate apeTool.html @ 2:955d229b8a02
function loadProjectSpec will parse XML project specification and build interface. Still needs full work. Interface is loaded in ape.js
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Sun, 08 Mar 2015 18:58:06 +0000 |
parents | d7d1aa6d3558 |
children | 8d9fd0ba13e3 |
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 |
nicholas@1 | 6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
nicholas@1 | 7 Remove this if you use the .htaccess --> |
nicholas@1 | 8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
nicholas@1 | 9 |
nicholas@1 | 10 <title>apeTool</title> |
nicholas@1 | 11 <meta name="description" content="" /> |
nicholas@1 | 12 <meta name="author" content="" /> |
nicholas@1 | 13 |
nicholas@1 | 14 <!-- Load up the default core JS and CSS files--> |
nicholas@1 | 15 <link rel='stylesheet' type='text/css' href='graphics.css'> |
nicholas@1 | 16 <link rel='stylesheet' type='text/css' href='structure.css'> |
nicholas@1 | 17 <!-- Use jQuery hosted from Google CDN --> |
nicholas@1 | 18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
nicholas@1 | 19 <script src='core.js'></script> |
nicholas@1 | 20 |
nicholas@1 | 21 |
nicholas@1 | 22 </head> |
nicholas@1 | 23 |
nicholas@1 | 24 <body> |
nicholas@1 | 25 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> |
nicholas@1 | 26 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> |
nicholas@1 | 27 <div id='topLevelBody'> |
nicholas@1 | 28 <p>HTML5 APE Tool</p> |
nicholas@1 | 29 </div> |
nicholas@1 | 30 </body> |
nicholas@1 | 31 </html> |