-
Notifications
You must be signed in to change notification settings - Fork 41
/
Sidebar_fr.shtml
28 lines (19 loc) · 1008 Bytes
/
Sidebar_fr.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_fr.shtml -->
<!-- This is the 2021 'responsive' common sidebar definition for main (root) pages in French -->
<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® c'est...</div>
<dl>
<!--#include virtual="./help/fr/parts/SidebarApplications.shtml" -->
<!--#include virtual="./help/fr/parts/SidebarTools.shtml" -->
<!--#include virtual="./help/fr/parts/SidebarLayoutAutomation.shtml" -->
<!--#include virtual="./help/fr/parts/SidebarSupportedHardware.shtml" -->
<!--#include virtual="./help/fr/parts/SidebarInstall.shtml" -->
</dl>
<!--#include virtual="/help/fr/parts/SidebarTail.shtml" -->
</div> <!-- closes #side -->
<!-- button is in /Header -->
<script src="js/side.js"></script>
<!-- /Sidebar_fr.shtml -->