4d94d42ff6
with this patch, navigation with the browsers forward/backward buttons is supported within topics and subtopics as well as deep linking into topics using hashed urls like /gui/#Map or /gui/#Environment/Weather Also, slightly rename map overlay layers
12 lines
455 B
HTML
12 lines
455 B
HTML
|
|
<div class="tabs vtabs">
|
|
<img src="/aircraft-dir/thumbnail.jpg" style="width: 100%; border-radius: 10px; box-shadow: 0px 7px 9px #666666;">
|
|
|
|
<ul data-bind="foreach: topics">
|
|
<li
|
|
data-bind="text: $data,
|
|
css: { selected: $data == $parent.selectedTopic() },
|
|
click: $parent.selectTopic"></li>
|
|
</ul>
|
|
</div>
|
|
<div id="vtabs-content" data-bind="component: { name: selectedComponent }"></div>
|