forked from JMRI/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSidebar.shtml
48 lines (31 loc) · 2.3 KB
/
Sidebar.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!-- Sidebar.shtml -->
<!-- This is the common sidebar definition for main (root) pages -->
<hr class="hide">
<div id="side"> <!-- Block of text on left side of page -->
<div style="text-align: center">JMRI® is...</div>
<dl class="doc">
<dt><h3><a href="./help/en/html/apps/DecoderPro/index.shtml">DecoderPro®</a></h3></dt>
<dd>A better tool for programming decoders, simplifying the job of configuring DCC decoders from your computer</dd>
<dt><h3><a href="./help/en/html/apps/PanelPro/index.shtml">PanelPro™</a></h3></dt>
<dd>Design and Operate CRT based CTC control panels that reflect the real-time state of your railroad <em>and</em> let you control it</dd>
<dt><h3><a href="./help/en/package/jmri/jmrit/dispatcher/Dispatcher.shtml">DispatcherPro</a></h3></dt>
<dd>A system for Dispatching, grouping your Roster and Throttles</dd>
<dt><h3><a href="./help/en/package/jmri/jmrit/operations/Operations.shtml">OperationsPro™</a></h3></dt>
<dd>Build Trains from your Roster and print Train Manifests that detail the work your train crews will perform</dd>
<dt><h3><a href="./help/en/html/apps/SoundPro/SoundPro.shtml">SoundPro</a></h3></dt>
<dd>A set of tools for using Audio with JMRI</dd>
<dt><h3><a href="./community/examples/Gallery.shtml">Cool Uses</a></h3></dt>
<dd>People have used JMRI to do some great things for the model railroad community.<br>
Our <a href="./community/examples/Gallery.shtml">Gallery page</a> highlights some of these.<br>
Also, there are <a href="./community/connections/CommunityConnectionsIndex.shtml">many apps with JMRI connections.</a>
</dd>
<!--#include virtual="./help/en/parts/SidebarTools.shtml" -->
<!--#include virtual="./help/en/parts/SidebarLayoutAutomation.shtml" -->
<dt><h3><a href="./help/en/html/hardware/index.shtml">Supported hardware</a></h3></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="./help/en/parts/SidebarSupportedHardware.shtml" -->
<!--#include virtual="./help/en/parts/SidebarInstall.shtml" -->
</dl>
<!--#include virtual="./help/en/parts/SidebarTail.shtml" -->
</div> <!-- closes #side -->
<!-- /Sidebar.shtml -->