39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
<!-- SidebarTail.shtml -->
|
|
<!-- Final items in typical sidebar (French) -->
|
|
<!-- *) = links to English TODO translate those pages to french -->
|
|
|
|
<h4 style="padding-left: 2em;">Système d'Aide JMRI</h4>
|
|
<div style="display: flex; justify-content: space-between;"><!-- spread left-right TODO move to /css -->
|
|
<span>
|
|
<a href="/help/fr/webtoc.shtml">Table des Matières</a>
|
|
</span>
|
|
<span>
|
|
<a href="/help/fr/webindex.shtml">Index</a>
|
|
</span>
|
|
</div>
|
|
<div style="display: flex; justify-content: space-between;"><!-- spread left-right TODO move to /css -->
|
|
<span>
|
|
<a href="/help/fr/glossary/index.shtml">Glossaire</a>
|
|
</span>
|
|
<span>
|
|
<a href="/help/en/html/FAQ.shtml">FAQ</a> *)
|
|
</span>
|
|
</div>
|
|
|
|
<dl>
|
|
<dd>Des pages marqué *) sont en Anglais.</dd>
|
|
</dl>
|
|
|
|
<p style="padding-left: 1em;">
|
|
<a href="/donations.shtml">
|
|
<img src="https://sourceforge.net/images/project-support.jpg" width="88" height="32"
|
|
style="float: left; padding-right: 1em;" alt="Donner à JMRI"/>
|
|
Faites un don à JMRI.org</a>
|
|
</p>
|
|
|
|
<!-- JS to highlight items in the sidebar -->
|
|
<script src="/web/js/jquery-2.2.4.min.js"></script>
|
|
<script src="/web/js/here.js"></script>
|
|
|
|
<!-- /SidebarTail.shtml -->
|