37 lines
594 B
HTML
37 lines
594 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>
|
|
:title:
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
:title:
|
|
</h1>
|
|
|
|
<table border=1>
|
|
<tr>
|
|
<th colspan=2>Réseau</th>
|
|
<th>Sauts</th>
|
|
<th>Validité</th>
|
|
<th colspan=2>Saut suivant</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Adresse</th>
|
|
<th>Masque</th>
|
|
<th></th>
|
|
<th>(sec)</th>
|
|
<th>Destination</th>
|
|
<th>Adresse publique</th>
|
|
</tr>
|
|
|
|
:routing_entries:
|
|
|
|
</table>
|
|
<p>
|
|
:hint:
|
|
</p>
|
|
<p><a href="/">Retour au menu principal</a></p>
|
|
</body>
|
|
</html> |