s
#2
by
AdamOswald1
- opened
- Highlighter
-
Headphones
<ul style="height: 0px; width: 0px;"> <li class="tools-headphones2 audio stop" title="Stop" data-bind="click: StopAudio"> <a href="#" tabindex="-1">Stop Audio</a> </li> <li class="tools-headphones3 audio play" title="Play/Pause" data-bind="click: playAudio, css: {'pause': audioPlaying}"> <a href="#" tabindex="-1">Play Audio</a> </li> <li class="audio label"> <label>Speed</label> </li> <li class="tools-blank audio dropdown"> <select data-bind="options: $root.toolbar().audioSpeed, optionsText: 'name', optionsValue: 'speed', value: choosenSpeed" tabindex="-1"><option value="40">Normal</option><option value="55">Fast</option><option value="25">Slow</option></select> </li> </ul> </li> <li id="tools-calc" data-active="false" data-bind="visible: $root.toolbar().tools().length > 0 , attr: { 'class': 'tools-' + ($root.toolbar().tools().length > 0 ? $root.toolbar().tools()[0].name():'calc1')}" class="tools-StdCalc" style="" tabindex="0"> <a href="#" tabindex="-1">Calculators</a> <ul data-bind="foreach: $root.toolbar().tools" class="alignLeft" style="height: 0px; width: 0px;"> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenCalculator, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-StdCalc" title="Standard Calculator" style="background-position: 0px 0px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/calculators/Standard-Calc.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Standard Calculator</a> </li> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenCalculator, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-GraphCalc" title="Graphing Calculator" style="background-position: -108px -45px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/Calculators/graphing-calculator.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Graphing Calculator</a> </li> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenCalculator, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-MatrixCalc" title="Matrix Calculator" style="background-position: 0px -90px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/Calculators/matrix-calculator.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Matrix Calculator</a> </li> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenCalculator, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-RegressionCalc" title="Regression Calculator" style="background-position: -162px -45px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/Calculators/regression-calculator.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Regression Calculator</a> </li> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenCalculator, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-StatsCalc" title="Statistics Calculator" style="background-position: 0px -45px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/Calculators/statistics-calculator.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Statistics Calculator</a> </li> </ul> </li> <li id="tools-res" data-active="false" data-bind="visible: $root.toolbar().references().length > 0, attr: { 'class': 'tools-' + ($root.toolbar().references().length > 0 ? $root.toolbar().references()[0].name():'res2')}" class="tools-NormalDistrCalc" style="" tabindex="0"> <a href="#" tabindex="-1">Resources</a> <ul data-bind="foreach: $root.toolbar().references" class="alignLeft" style="height: 0px; width: 0px;"> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenReference, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-NormalDistrCalc" title="Normal-Probability" style="background-position: -54px -135px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/Calculators/normal-distribution.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Normal-Probability</a> </li> <li data-bind="attr: { 'class': 'tools-' + name(), title: displayname }, click: $parent.OpenReference, style: { backgroundPosition: offsetLeft() + 'px ' + offsetTop() + 'px', backgroundImage: 'url(' + image() + ')' }" class="tools-AlgebraI" title="Algebra I Formula Sheet" style="background-position: -162px -227px; background-image: url("resources/img/tools.png");" tabindex="-1"> <a href="//media.edgenuity.com/contentengine/tools/FormulaSheets/Math/Algebra_I_Formula_Sheet/alg1_formula_sheet.html" data-bind="text: displayname, attr: {href: link}" tabindex="-1">Algebra I Formula Sheet</a> </li> </ul> </li> </ul>