Changement temp
This commit is contained in:
parent
4c550380b6
commit
644cbda290
@ -10,63 +10,53 @@ histoire
|
||||
!-->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<title>{{nom}}</title>
|
||||
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="file:///C:/Users/rugja/Marin/templates/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="banner">
|
||||
<img src="../static/icon.png" width="150" height="75">
|
||||
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
||||
</header>
|
||||
<br>
|
||||
<a href="https://www.google.com/">Proposer une modification</a>
|
||||
<form class="searchbar" method=get>
|
||||
<input type="text" placeholder="Saisissez votre recherche..." size=20>
|
||||
<input type="submit" value="Rechercher">
|
||||
</form>
|
||||
<h1>{{nom}}}</h1>
|
||||
<div class="flexbox">
|
||||
<p>{{HistoireBateau}}</p>
|
||||
<p class="right-align">
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<td>Nom</td>
|
||||
<td class="table_key">Nom</td>
|
||||
<td>{{NomBateau}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Constructeur</td>
|
||||
<td class="table_key">Constructeur</td>
|
||||
<td>{{nom}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dimensions</td>
|
||||
<td class="table_key">Dimensions</td>
|
||||
<td>{{Dimensions}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Installation</td>
|
||||
<td>{{Date}}</td>
|
||||
<td class="table_key">Installation</td>
|
||||
<td>{{Date1}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Condamnation</td>
|
||||
<td>{{Date}}</td>
|
||||
<td class="table_key">Condamnation</td>
|
||||
<td>{{Date2}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Origine</td>
|
||||
<td class="table_key">Origine</td>
|
||||
<td>{{ville}}</td>
|
||||
<th>Nom</th>
|
||||
<th>{{NomBateau}}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Constructeur</th>
|
||||
<th>{{nom}}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Dimensions</th>
|
||||
<th>{{Dimensions}}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Installation</th>
|
||||
<th>{{Date}}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Condamnation</th>
|
||||
<th>{{Date}}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Origine</th>
|
||||
<th>{{ville}}</th>
|
||||
</tr>
|
||||
|
||||
</tbody></table>
|
||||
<p>
|
||||
{{HistoireBateau}}
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
||||
|
@ -6,18 +6,29 @@ 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>
|
||||
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="banner">
|
||||
<img src="../static/icon.png" width="150" height="75">
|
||||
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
||||
</header>
|
||||
<br>
|
||||
<a href="https://www.google.com/">Proposer une modification</a>
|
||||
<form class="searchbar" method=get>
|
||||
<input type="text" placeholder="Saisissez votre recherche..." size=20>
|
||||
<input type="submit" value="Rechercher">
|
||||
</form>
|
||||
<h1>{{siecle}}</h1>
|
||||
<div class="flexbox">
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<script> {% for i in range(Date) %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
<td>Date</td>
|
||||
<td class="table_key">Date</td>
|
||||
<td>{{Annee}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -9,32 +9,43 @@ 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>
|
||||
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="banner">
|
||||
<img src="../static/icon.png" width="150" height="75">
|
||||
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
||||
</header>
|
||||
<br>
|
||||
<a href="https://www.google.com/">Proposer une modification</a>
|
||||
<form class="searchbar" method=get>
|
||||
<input type="text" placeholder="Saisissez votre recherche..." size=20>
|
||||
<input type="submit" value="Rechercher">
|
||||
</form>
|
||||
<h1>{{nom}}}{{prenom}}</h1>
|
||||
<div class="flexbox">
|
||||
<p>{{histoire}}</p>
|
||||
<p class="right-align">
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<td>Nom</td>
|
||||
<td class="table_key">Nom</td>
|
||||
<td>{{nom}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Prenom</td>
|
||||
<td class="table_key">Prenom</td>
|
||||
<td>{{prenom}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Date</td>
|
||||
<td class="table_key">Date</td>
|
||||
<td>{{date}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Place</td>
|
||||
<td class="table_key">Place</td>
|
||||
<td>{{place}}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>
|
||||
{{Histoire}}
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</body></html>
|
@ -7,18 +7,29 @@ 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>
|
||||
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
|
||||
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header id="banner">
|
||||
<img src="../static/icon.png" width="150" height="75">
|
||||
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
||||
</header>
|
||||
<br>
|
||||
<a href="https://www.google.com/">Proposer une modification</a>
|
||||
<form class="searchbar" method=get>
|
||||
<input type="text" placeholder="Saisissez votre recherche..." size=20>
|
||||
<input type="submit" value="Rechercher">
|
||||
</form>
|
||||
<h1>{{nom}}</h1>
|
||||
<div class="flexbox">
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<script> {% for i in range(Date) %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
<td>Date</td>
|
||||
<td class="table_key">Date</td>
|
||||
<td>{{Annee}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user