-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathSidebar.shtml
28 lines (19 loc) · 980 Bytes
/
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
<!-- Sidebar.shtml -->
<!-- This is the 2021 'responsive' common sidebar definition for main (root) pages -->
<hr class="hide">
<div class="card-1" id="side" >
<!-- Block of text on left side of page -->
<div id="close-side" class="floatRight button fa fa-close" style="display:none;" onclick="side_close()"></div>
<div style="text-align: center;">JMRI® is...</div>
<dl>
<!--#include virtual="./SidebarApps.shtml" -->
<!--#include virtual="./help/en/parts/SidebarToolsNew.shtml" -->
<!--#include virtual="./help/en/parts/SidebarLayoutAutomationNew.shtml" -->
<!--#include virtual="./help/en/parts/SidebarSupportedHardwareNew.shtml" -->
<!--#include virtual="./help/en/parts/SidebarInstallNew.shtml" -->
</dl>
<!--#include virtual="./help/en/parts/SidebarTail.shtml" -->
</div> <!-- closes #side -->
<!-- button is in /Header -->
<script src="js/side.js"></script>
<!-- /Sidebar.shtml -->