Feat: Ajout de la description des topologies et des scénarios
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
37
SNT/03_Internet/Simulation/topo.tpl.html
Normal file
37
SNT/03_Internet/Simulation/topo.tpl.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link href="../role.css" rel="stylesheet">
|
||||
<title>{{ topo }}</title>
|
||||
<meta name="description" content="topologie">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<span id="layout">
|
||||
<img src="../{{topo}}/logo.png">
|
||||
</span>
|
||||
<span id="title">
|
||||
<p>Réseau: {{ topo }}</p>
|
||||
</span>
|
||||
<span id="number">
|
||||
</span>
|
||||
</header>
|
||||
<main>
|
||||
<section id="description">
|
||||
<h2>Description:</h2>
|
||||
<p>{{ description }}</p>
|
||||
<h2>Mise en place</h2>
|
||||
<p>Distribuez les rôles, positionnez vous puis reliez vous pour former le réseau suivant</p>
|
||||
<img src="../{{topo}}/shape.png">
|
||||
<h2>Scénarios: </h2>
|
||||
<ul>
|
||||
{% for s in scenarios %}
|
||||
<li>{{ s | replace("{", "") | replace("}", "") | replace("'", "")}}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user