Nettoyage du code.

This commit is contained in:
Antoine Waehren 2021-12-03 05:17:01 +01:00
parent 91d680148b
commit 020b282908
4 changed files with 11 additions and 40 deletions

View File

@ -1,14 +1,10 @@
<!DOCTYPE html>
<!--- Variables
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head>
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include "smallheader.html" %}
<h1>{{siecle}}</h1>
</body></html>
<h1>{{siecle}}</h1>
</body>
</html>

View File

@ -1,12 +1,4 @@
<!DOCTYPE html>
<!--- Variables
nom
prenom
date
place
histoire
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head>
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
@ -35,7 +27,5 @@ histoire
<td>{{place}}</td>
</tr>
</tbody></table>
</body></html>
</body>
</html>

View File

@ -1,15 +1,4 @@
<!DOCTYPE html>
<!--- Variables
nom
prenom
date_naissance
date_deces
nb_sauvetages
nb_sauves
gratifications
description
!-->
<head>
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}

View File

@ -1,17 +1,11 @@
<!DOCTYPE html>
<!--- Variables
nom
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head>
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include "smallheader.html" %}
<h1>{{nom}}</h1>
<h1>{{nom}}</h1>
<div class="flexbox">
<table>
<tbody><tr>
@ -22,7 +16,7 @@ evenement
<td class="table_key">Date</td>
<td>{{Annee}}</td>
</tr>
<tr>
<tr>
<script> {% for i in range(Evenement) %}
{{ i }}
{% endfor %}
@ -30,5 +24,7 @@ evenement
<td>{{Evenement}}</td>
<td>{{Evenement}}</td>
</tr>
</tbody></table>
</body></html>
</tbody>
</table>
</body>
</html>