Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 2986:f99b888f57e9
Possible fix for #272
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 10 Apr 2018 10:18:25 +0100 |
parents | c496aef6448b |
children | 1ae8c03dd6a6 |
comparison
equal
deleted
inserted
replaced
2985:1e5a9d92daa0 | 2986:f99b888f57e9 |
---|---|
1050 <span ng-switch-when="0">Test Creator <span class="label label-primary">v1.2.2</span></span> | 1050 <span ng-switch-when="0">Test Creator <span class="label label-primary">v1.2.2</span></span> |
1051 <span ng-switch-when="1">Create New Test</span> | 1051 <span ng-switch-when="1">Create New Test</span> |
1052 </div> | 1052 </div> |
1053 <div class="popupContent container-fluid" ng-switch="state"> | 1053 <div class="popupContent container-fluid" ng-switch="state"> |
1054 <div ng-switch-when="0"> | 1054 <div ng-switch-when="0"> |
1055 <h3>Please wait while assets load...</h3> | |
1056 </div> | |
1057 <div ng-switch-when="1"> | |
1055 <div> | 1058 <div> |
1056 <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.2 version.</span> | 1059 <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.2 version.</span> |
1057 </div> | 1060 </div> |
1058 <div> | 1061 <div> |
1059 <input type="file" id="files" ng-model="files" onchange="handleFiles(event)" /> | 1062 <input type="file" id="files" ng-model="files" onchange="handleFiles(event)" /> |
1060 </div> | 1063 </div> |
1061 </div> | 1064 </div> |
1062 <div ng-switch-when="1"> | 1065 <div ng-switch-when="2"> |
1063 <div> | 1066 <div> |
1064 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> | 1067 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> |
1065 </div> | 1068 </div> |
1066 <div class="row"> | 1069 <div class="row"> |
1067 <div class="col-md-6" style="overflow-y: scroll;height: 333px;"> | 1070 <div class="col-md-6" style="overflow-y: scroll;height: 333px;"> |