Files
2026-06-17 14:00:51 +02:00

27 lines
985 B
Plaintext

<!-- Sidebar -->
<hr class="hide">
<div id="side"> <!-- Block of text on left side of page -->
<div style="text-align: center">JMRI&reg; is...</div>
<dl>
<!-- Sections in different order than in Tools generic sidebar -->
<!--#include virtual="../../../parts/SidebarLayoutAutomation.shtml" -->
<!--#include virtual="../../../parts/SidebarTools.shtml" -->
<dt><a href="../../hardware/index.shtml">Supported Hardware</a></dt>
<dd>JMRI supports a wide range of DCC systems, command stations and protocols.</dd>
<!-- If someday we want to show the whole list, use #include virtual="../../../parts/SidebarSupportedHardware.shtml" -->
<!--#include virtual="../../../parts/SidebarApplications.shtml" -->
</dl>
<!--#include virtual="../../../parts/SidebarTail.shtml" -->
</div> <!-- closes #side -->
<!-- button is in /Header -->
<script src="/js/side.js"></script>
<!-- /Sidebar -->