Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 2538:464c6c6692d6
Beautified entire project.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 14 Nov 2016 14:17:03 +0000 |
parents | 8be11a6d8b59 |
children | d1cde8698cc6 |
comparison
equal
deleted
inserted
replaced
2536:527020a63203 | 2538:464c6c6692d6 |
---|---|
1 <html> | 1 <html> |
2 | |
2 <head> | 3 <head> |
3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
4 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> | 5 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> |
5 <link rel='stylesheet' type="text/css" href="test_create/style.css"/> | 6 <link rel='stylesheet' type="text/css" href="test_create/style.css" /> |
6 <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> | 7 <link rel='stylesheet' type="text/css" href="test_create/custom.css" /> |
7 <script type="text/javascript"> | 8 <script type="text/javascript"> |
8 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;}; | 9 window.onbeforeunload = function(e) { |
10 var message = 'If you leave the page now, any unsaved changes will be lost', | |
11 e = e || window.event; | |
12 if (e) { | |
13 e.returnValue = message; | |
14 } | |
15 return message; | |
16 }; | |
9 // Copy of Specifiation node from Core.js | 17 // Copy of Specifiation node from Core.js |
18 | |
10 </script> | 19 </script> |
11 <script src="js/jquery-2.1.4.js"></script> | 20 <script src="js/jquery-2.1.4.js"></script> |
12 <script type="text/javascript" src='js/specification.js'></script> | 21 <script type="text/javascript" src='js/specification.js'></script> |
13 <script type="text/javascript" src="test_create/test_core.js"></script> | 22 <script type="text/javascript" src="test_create/test_core.js"></script> |
14 </head> | 23 </head> |
24 | |
15 <body> | 25 <body> |
16 <div id="popupHolder"></div> | 26 <div id="popupHolder"></div> |
17 <div id="blanket"></div> | 27 <div id="blanket"></div> |
18 <div id="content"></div> | 28 <div id="content"></div> |
19 </body> | 29 </body> |
30 | |
20 </html> | 31 </html> |