Mercurial > hg > waet-hammond-1
annotate new/test_create.html @ 20:3cbb9e7a359c
Added bottom box for training
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 12 May 2016 18:39:26 +0100 |
parents | 853caf8cd74b |
children |
rev | line source |
---|---|
giuliomoro@15 | 1 <html> |
giuliomoro@15 | 2 <head> |
giuliomoro@15 | 3 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> |
giuliomoro@15 | 4 <link rel='stylesheet' type="text/css" href="test_create/style.css"/> |
giuliomoro@15 | 5 <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> |
giuliomoro@15 | 6 <script type="text/javascript"> |
giuliomoro@15 | 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;}; |
giuliomoro@15 | 8 // Copy of Specifiation node from Core.js |
giuliomoro@15 | 9 </script> |
giuliomoro@15 | 10 <script src="js/jquery-2.1.4.js"></script> |
giuliomoro@15 | 11 <script type="text/javascript" src='js/specification.js'></script> |
giuliomoro@15 | 12 <script type="text/javascript" src="test_create/test_core.js"></script> |
giuliomoro@15 | 13 </head> |
giuliomoro@15 | 14 <body> |
giuliomoro@15 | 15 <div id="popupHolder"></div> |
giuliomoro@15 | 16 <div id="blanket"></div> |
giuliomoro@15 | 17 <div id="content"></div> |
giuliomoro@15 | 18 </body> |
giuliomoro@15 | 19 </html> |