comparison test_create.html @ 2908:9c26e579e64d

Test create supports template XMLs. Added ITU-R BS.1116 template.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 01 Aug 2017 09:13:57 +0100
parents a1e294297380
children bcb741f60298
comparison
equal deleted inserted replaced
2907:a1e294297380 2908:9c26e579e64d
1061 <div> 1061 <div>
1062 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span> 1062 <span>Please select the interface you would like to use below. Selecting an interface will give a brief description of the interface type.</span>
1063 </div> 1063 </div>
1064 <div class="row"> 1064 <div class="row">
1065 <div class="col-md-6" style="overflow-y: scroll;height: 333px;"> 1065 <div class="col-md-6" style="overflow-y: scroll;height: 333px;">
1066 <div class="new-test" ng-repeat="i in testSpecifications.interfaces" ng-mouseover="mouseover(i.name)" ng-click="initialise(i.name)"> 1066 <div class="new-test" ng-repeat="i in testSpecifications.interfaces" ng-mouseover="mouseover(i.name)" ng-click="select(i.name)">
1067 <label style="cursor:pointer"> 1067 <label style="cursor:pointer">
1068 <input type="radio" name="new-test" value="{{i.name}}" id="i.name" style="cursor:pointer" /> {{i.name}} 1068 <input type="radio" name="new-test" value="{{i.name}}" id="i.name" style="cursor:pointer" /> {{i.name}}
1069 </label> 1069 </label>
1070 </div> 1070 </div>
1071 </div> 1071 </div>