Merge branch 'master' of https://forge.chapril.org/CretinsMotorisesIngenieux/Marin
This commit is contained in:
commit
77e4bce9f0
32
templates/expedition.html
Normal file
32
templates/expedition.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
date
|
||||
evenement
|
||||
!-->
|
||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<title>{{siecle}}</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{siecle}}</h1>
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<script> {% for i in range(Date) %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
<td>Date</td>
|
||||
<td>{{Annee}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<script> {% for i in range(Evenement) %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
<td>{{Evenement}}</td>
|
||||
<td>{{Evenement}}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</body></html>
|
40
templates/sauvees.html
Normal file
40
templates/sauvees.html
Normal file
@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
nom
|
||||
prenom
|
||||
date
|
||||
place
|
||||
histoire
|
||||
!-->
|
||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<title>{{nom}}{{prenom}}</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{nom}}}{{prenom}}</h1>
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<td>Nom</td>
|
||||
<td>{{nom}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Prenom</td>
|
||||
<td>{{prenom}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Date</td>
|
||||
<td>{{date}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Place</td>
|
||||
<td>{{place}}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>
|
||||
{{Histoire}}
|
||||
</p>
|
||||
|
||||
|
||||
</body></html>
|
33
templates/station.html
Normal file
33
templates/station.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<!--- Variables
|
||||
nom
|
||||
date
|
||||
evenement
|
||||
!-->
|
||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<title>{{nom}}</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{nom}}</h1>
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<script> {% for i in range(Date) %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
<td>Date</td>
|
||||
<td>{{Annee}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<script> {% for i in range(Evenement) %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
<td>{{Evenement}}</td>
|
||||
<td>{{Evenement}}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</body></html>
|
Loading…
Reference in New Issue
Block a user