1
0
Fork 0
fgdata/webgui/topics/Aircraft/Help.html

18 lines
697 B
HTML
Raw Normal View History

2015-02-06 10:36:53 +00:00
<style>
</style>
2015-02-06 11:04:17 +00:00
<table id="phi-aircraft-helptable" class="ui-widget-content ui-corner-all">
<caption class="ui-widget-header ui-corner-all" data-bind="text: helpTitle"></caption>
<tbody data-bind="foreach: helpContent">
<tr>
<!-- ko if: $data.type == 'line' || $data.type == 'text' -->
<td colspan="2" data-bind="text: $data.text"></td>
<!-- /ko -->
<!-- ko if: $data.type == 'key' -->
2015-02-23 20:37:58 +00:00
<td><span>Key</span><span data-bind="text: $data.name" style="padding: 0 1em 0 0.5em; font-weight: bold;"></span></td>
<td data-bind="text: $data.desc"></td>
2015-02-06 11:04:17 +00:00
<!-- /ko -->
</tr>
</tbody>
2015-02-23 20:37:58 +00:00
</table>