30 lines
922 B
Plaintext
30 lines
922 B
Plaintext
<!-- Sidebar.shtml -->
|
|
<!-- Common sidebar for html/tools/[subdirectory] pages, mimics html/tools/Sidebar.shtml -->
|
|
<!-- NOTE: subdirectory MUST have a SidebarToolLocalPart.shtml -->
|
|
|
|
<hr class="hide">
|
|
|
|
<div id="side"> <!-- Block of text on left side of page -->
|
|
<div style="text-align: center">JMRI® is...</div>
|
|
<dl>
|
|
|
|
<!-- To include specific sidebar info for this subdirectory... -->
|
|
<!--#include virtual="SidebarToolLocalPart.shtml" -->
|
|
|
|
<!--#include virtual="../../../parts/SidebarTools.shtml" -->
|
|
|
|
<!--#include virtual="../../../parts/SidebarLayoutAutomation.shtml" -->
|
|
|
|
<!--#include virtual="../../../parts/SidebarApplications.shtml" -->
|
|
|
|
</dl>
|
|
|
|
<!--#include virtual="../../../parts/SidebarTail.shtml" -->
|
|
|
|
</div>
|
|
|
|
<!-- button is in /Header -->
|
|
<script src="/js/side.js"></script>
|
|
<!-- /Sidebar.shtml -->
|
|
|