annotate test_create.html @ 2416:fe81bbb074ad

#79: Each surveyEntryNode has a moveTo(index) function which will move the entry to the new position
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 27 May 2016 11:29:22 +0100
parents 760719986df3
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>