Mercurial > hg > webaudioevaluationtool
annotate test_create.html @ 2224:760719986df3
Tidy up file locations.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 14 Apr 2016 13:54:24 +0100 |
parents | |
children | 8be11a6d8b59 |
rev | line source |
---|---|
nicholas@2224 | 1 <html> |
nicholas@2224 | 2 <head> |
nicholas@2224 | 3 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> |
nicholas@2224 | 4 <link rel='stylesheet' type="text/css" href="test_create/style.css"/> |
nicholas@2224 | 5 <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> |
nicholas@2224 | 6 <script type="text/javascript"> |
nicholas@2224 | 7 window.onbeforeunload = function (e) {var message = 'If you leave the page now, any unsaved changes will be lost', e = e || window.event; if (e) { e.returnValue = message;}return message;}; |
nicholas@2224 | 8 // Copy of Specifiation node from Core.js |
nicholas@2224 | 9 </script> |
nicholas@2224 | 10 <script src="js/jquery-2.1.4.js"></script> |
nicholas@2224 | 11 <script type="text/javascript" src='js/specification.js'></script> |
nicholas@2224 | 12 <script type="text/javascript" src="test_create/test_core.js"></script> |
nicholas@2224 | 13 </head> |
nicholas@2224 | 14 <body> |
nicholas@2224 | 15 <div id="popupHolder"></div> |
nicholas@2224 | 16 <div id="blanket"></div> |
nicholas@2224 | 17 <div id="content"></div> |
nicholas@2224 | 18 </body> |
nicholas@2224 | 19 </html> |