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

38 lines
1.1 KiB
Plaintext

<!-- Sidebar.shtml -->
<!-- This is the common sidebar definition for html/setup 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>
<dt><a href="index.shtml">Setup</a></dt>
<dd>
<ul>
<li><a href="../../package/apps/TabbedPreferences.shtml">Preferences Pane</a></li>
<li><a href="../setup/profiles.shtml">Configuration Profiles</a></li>
<li><a href="../apps/Errors.shtml">Error Codes</a></li>
<li><a href="../../package/apps/InstallTest/InstallTest.shtml">InstallTest</a></li>
</ul>
</dd>
<!--#include virtual="../../parts/SidebarInstall.shtml" -->
<!--#include virtual="../../parts/SidebarApplications.shtml" -->
<!--#include virtual="../../parts/SidebarTools.shtml" -->
<!--#include virtual="../../parts/SidebarLayoutAutomation.shtml" -->
<!--#include virtual="../../parts/SidebarSupportedHardware.shtml" -->
</dl>
<!--#include virtual="../../parts/SidebarTail.shtml" -->
</div> <!-- closes #side -->
<!-- button is in /Header -->
<script src="/js/side.js"></script>
<!-- /Sidebar.shtml -->