1
0
Fork 0
fgdata/webgui/topics/Aircraft/Help.html
Torsten Dreyer 1c55371a56 Phi: some tweaks
- show at least one stopwatch
- add a refresh button (for web-apps)
- no-cache for index.html
- reorder buttons for Aircraft topic
- add aircraft thumbnail to Aircraft topic
2015-02-22 21:18:23 +01:00

17 lines
No EOL
663 B
HTML

<style>
</style>
<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>
<!-- /ko -->
</tr>
</tbody>
</table>