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

34 lines
1.3 KiB
Plaintext

<!-- Sidebar.shtml -->
<!-- This is the common sidebar definition for html/tools 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="../../parts/SidebarTools.shtml" -->
<!--#include virtual="../../parts/SidebarLayoutAutomation.shtml" -->
<dt><a href="/help/en/html/hardware/index.shtml">Supported Hardware</a></dt>
<!-- THE ABOVE MUST BE AN ABSOLUTE ADDRESS LINK SO THIS SIDEBAR CAN BE REFERENCED AT MULTIPLE LEVELS IN THE DIRECTORY HIERARCHY -->
<dd>JMRI supports a wide range of DCC systems, command stations and protocols.</dd>
<!-- If someday we want to show the whole list, replace the link above with #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.shtml -->
<!-- ===**======**======**=====**=======**==========**==========**=====**====**===== -->
<!-- Use Sidebar in Tools Directory unless something unique to add -->
<!-- Use an #include virtual="Sidebar.shtml" -->