Mercurial > hg > webaudioevaluationtool
annotate test_create.html @ 2579:d83b38564fbb
#137. Modified <commentquestion> nodes in pages to have a proper list structure. Differently labelled nodes depending on type <commentquestion>, <commentradio>. Added slider and converted project.xml to match new specifications. AB_example.xml shows new slider type
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Sun, 30 Oct 2016 13:57:37 +0000 |
parents | 8be11a6d8b59 |
children | 464c6c6692d6 |
rev | line source |
---|---|
nicholas@2224 | 1 <html> |
nicholas@2224 | 2 <head> |
nicholas@2494 | 3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
nicholas@2224 | 4 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> |
nicholas@2224 | 5 <link rel='stylesheet' type="text/css" href="test_create/style.css"/> |
nicholas@2224 | 6 <link rel='stylesheet' type="text/css" href="test_create/custom.css"/> |
nicholas@2224 | 7 <script type="text/javascript"> |
nicholas@2224 | 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;}; |
nicholas@2224 | 9 // Copy of Specifiation node from Core.js |
nicholas@2224 | 10 </script> |
nicholas@2224 | 11 <script src="js/jquery-2.1.4.js"></script> |
nicholas@2224 | 12 <script type="text/javascript" src='js/specification.js'></script> |
nicholas@2224 | 13 <script type="text/javascript" src="test_create/test_core.js"></script> |
nicholas@2224 | 14 </head> |
nicholas@2224 | 15 <body> |
nicholas@2224 | 16 <div id="popupHolder"></div> |
nicholas@2224 | 17 <div id="blanket"></div> |
nicholas@2224 | 18 <div id="content"></div> |
nicholas@2224 | 19 </body> |
nicholas@2224 | 20 </html> |