Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 2861:79258b2a8245
Completed file upload for test_create
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 27 Apr 2017 12:57:31 +0100 |
parents | 65b8d9ad75cc |
children | b8795a6452f8 |
comparison
equal
deleted
inserted
replaced
2860:65b8d9ad75cc | 2861:79258b2a8245 |
---|---|
998 <div class="popupContent container-fluid" ng-switch="state"> | 998 <div class="popupContent container-fluid" ng-switch="state"> |
999 <div ng-switch-when="0"> | 999 <div ng-switch-when="0"> |
1000 <div> | 1000 <div> |
1001 <span>Welcome to the WAET test creator tool. This will allow you to create a new test from scratch to suit your testing needs. If you wish to update a test file, please drag and drop the XML document into the area below for processing, otherwise press 'Next' to start a new test. This tool generates files for the WAET 1.2.1 version.</span> | 1001 <span>Welcome to the WAET test creator tool. This will allow you to create a new test from scratch to suit your testing needs. If you wish to update a test file, please drag and drop the XML document into the area below for processing, otherwise press 'Next' to start a new test. This tool generates files for the WAET 1.2.1 version.</span> |
1002 </div> | 1002 </div> |
1003 <div class="drag-drop" id="introdragdrop"><span>Upload XML here</span></div> | 1003 <div> |
1004 <input type="file" id="files" ng-model="files" onchange="handleFiles(event)" /> | |
1005 </div> | |
1004 </div> | 1006 </div> |
1005 <div ng-switch-when="1"> | 1007 <div ng-switch-when="1"> |
1006 <div> | 1008 <div> |
1007 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> | 1009 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> |
1008 </div> | 1010 </div> |