Files
JIMRI/help/en/html/SidebarCompact.shtml
T
2026-06-17 14:00:51 +02:00

34 lines
1.3 KiB
Plaintext

<!-- Compact version of sidebar -->
<!-- SidebarCompact.shtml -->
<!-- This is the common sidebar definition for Help system pages -->
<hr class="hide">
<div id="side"> <!-- Block of text on left side of page -->
<div style="text-align: center">JMRI&reg; is...</div>
<dl>
<!--#include virtual="/help/en/parts/SidebarApplications.shtml" -->
<dt><a href="/help/en/html/tools/index.shtml">Tools</a></dt>
<dd>JMRI provides powerful tools for working with your layout.</dd>
<dt><a href="/help/en/html/tools/automation/index.shtml">Layout Automation</a></dt>
<dd>Use JMRI to automate parts of your layout, from simply controlling a crossing gate
to running trains in the background.</dd>
<dt><a href="/help/en/html/hardware/index.shtml">Supported Hardware</a></dt>
<dd>JMRI supports a wide range of DCC systems, command stations and protocols.</dd>
<dt><a href="/help/en/html/setup/index.shtml">Installing JMRI</a></dt>
<dd>JMRI can be installed on a variety of hardware and operating systems.</dd>
</dl>
<!--#include virtual="/help/en/parts/SidebarTail.shtml" -->
</div> <!-- closes #side -->
<!-- button is in /Header -->
<script src="/js/side.js"></script>
<!-- /SidebarCompact.shtml -->