1
0
Fork 0
fgdata/Phi/topics/Environment/Weather/METAR.html

9 lines
403 B
HTML
Raw Normal View History

2015-02-06 12:08:32 +00:00
<div id="weather-scenarios" data-bind="foreach: scenarios">
<h3 data-bind="text: name"></h3>
<p>
<button data-bind="button: { }, click: $parent.selectScenario ">Select</button><br />
<span data-bind="text: description"></span><br />
<span style="font-weight: bold">METAR: </span>
<span style="font-style: italic" data-bind="text: metar"></span>
</p>
</div>