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

17 lines
663 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' -->
<td data-bind="text: $data.name" style="text-align: right; padding-right: 1em;"></td>
<td data-bind="text: $data.desc"></td>
2015-02-06 11:04:17 +00:00
<!-- /ko -->
</tr>
</tbody>
</table>