view test_create/test_create.html @ 2217:cb27ece65a5c

Review for Issue #2. Should be a working implementation. See issue post for usage.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 12 Apr 2016 11:48:40 +0100
parents ed5a54029157
children
line wrap: on
line source
<html>
<head>
    <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox -->
    <link rel='stylesheet' type="text/css" href="style.css"/>
    <link rel='stylesheet' type="text/css" href="custom.css"/>
    <script type="text/javascript">
        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;};
        // Copy of Specifiation node from Core.js
    </script>
    <script src="../jquery-2.1.4.js"></script>
    <script type="text/javascript" src='../specification.js'></script>
    <script type="text/javascript" src="test_core.js"></script>
</head>
<body>
    <div id="popupHolder"></div>
    <div id="blanket"></div>
    <div id="content"></div>
</body>
</html>