1c55371a56
- 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
17 lines
No EOL
663 B
HTML
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> |