Compare commits

...

3 Commits

4 changed files with 0 additions and 157 deletions

View File

@ -1,49 +0,0 @@
<!DOCTYPE html>
<!--- Variables
nom
constructeur
dimensions
installation
condamnation
origine
histoire
!-->
<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">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<h1>{{nom}}}</h1>
<table>
<tbody><tr>
<td>Nom</td>
<td>{{NomBateau}}</td>
</tr>
<tr>
<td>Constructeur</td>
<td>{{nom}}</td>
</tr>
<tr>
<td>Dimensions</td>
<td>{{Dimensions}}</td>
</tr>
<tr>
<td>Installation</td>
<td>{{DateInstallation}}</td>
</tr>
<tr>
<td>Condamnation</td>
<td>{{DateCondamnation}}</td>
</tr>
<tr>
<th>Origine</th>
<th>{{ville}}</th>
</tr>
</tbody></table>
<p>
{{HistoireBateau}}
</p>
</body></html>

View File

@ -1,33 +0,0 @@
<!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">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</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>

View File

@ -1,41 +0,0 @@
<!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">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</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>

View File

@ -1,34 +0,0 @@
<!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">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</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>