37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<!-- Translated by Hervé Blorec 2013-10-08 -->
|
|
<head>
|
|
<title>JMRI: Roster Servlet</title>
|
|
<!--#include virtual="/help/fr/parts/Style.shtml" -->
|
|
</head>
|
|
|
|
<body>
|
|
<!--#include virtual="/help/fr/parts/Header_fr.shtml" -->
|
|
<div id="mBody">
|
|
<!--#include virtual="Sidebar.shtml" -->
|
|
<div id="mainContent">
|
|
|
|
<h1>JMRI: Liste Servlet</h1>
|
|
<p>La Liste Servlet JMRI fournit un
|
|
accès Web à des informations sur les
|
|
entrées liste JMRI. Ce servlet répond aux
|
|
modèles d'URL suivants:</p>
|
|
|
|
<ul>
|
|
<li>/roster/</li>
|
|
<li>/roster/list</li>
|
|
<li>/roster/list?filter=filter[&filter=filter]</li>
|
|
<li>/roster/<ID></li>
|
|
<li>/roster/entry/<ID></li>
|
|
<li>/roster/<ID>/image</li>
|
|
<li>/roster/<ID>/icon</li>
|
|
</ul>
|
|
|
|
<!--#include virtual="/help/fr/parts/Footer_fr.shtml" -->
|
|
</div>
|
|
</div>
|
|
<script src="/js/help.js"></script>
|
|
</body>
|
|
</html>
|