Nettoyage du code.
This commit is contained in:
parent
91d680148b
commit
020b282908
@ -1,14 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--- Variables
|
|
||||||
date
|
|
||||||
evenement
|
|
||||||
!-->
|
|
||||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
|
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
|
||||||
{% include 'head.html' %}
|
{% include 'head.html' %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include "smallheader.html" %}
|
{% include "smallheader.html" %}
|
||||||
<h1>{{siecle}}</h1>
|
<h1>{{siecle}}</h1>
|
||||||
</body></html>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--- Variables
|
|
||||||
nom
|
|
||||||
prenom
|
|
||||||
date
|
|
||||||
place
|
|
||||||
histoire
|
|
||||||
!-->
|
|
||||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
|
<title>{{nom}}{{prenom}}- Sauveuteurs du dunkerquois</title>
|
||||||
{% include 'head.html' %}
|
{% include 'head.html' %}
|
||||||
@ -35,7 +27,5 @@ histoire
|
|||||||
<td>{{place}}</td>
|
<td>{{place}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
</body></html>
|
|
||||||
|
@ -1,15 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--- Variables
|
|
||||||
nom
|
|
||||||
prenom
|
|
||||||
date_naissance
|
|
||||||
date_deces
|
|
||||||
nb_sauvetages
|
|
||||||
nb_sauves
|
|
||||||
gratifications
|
|
||||||
description
|
|
||||||
!-->
|
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
|
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
|
||||||
{% include 'head.html' %}
|
{% include 'head.html' %}
|
||||||
|
@ -1,17 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--- Variables
|
|
||||||
nom
|
|
||||||
date
|
|
||||||
evenement
|
|
||||||
!-->
|
|
||||||
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
|
||||||
<html><head>
|
<html><head>
|
||||||
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
|
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
|
||||||
{% include 'head.html' %}
|
{% include 'head.html' %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include "smallheader.html" %}
|
{% include "smallheader.html" %}
|
||||||
<h1>{{nom}}</h1>
|
<h1>{{nom}}</h1>
|
||||||
<div class="flexbox">
|
<div class="flexbox">
|
||||||
<table>
|
<table>
|
||||||
<tbody><tr>
|
<tbody><tr>
|
||||||
@ -22,7 +16,7 @@ evenement
|
|||||||
<td class="table_key">Date</td>
|
<td class="table_key">Date</td>
|
||||||
<td>{{Annee}}</td>
|
<td>{{Annee}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<script> {% for i in range(Evenement) %}
|
<script> {% for i in range(Evenement) %}
|
||||||
{{ i }}
|
{{ i }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -30,5 +24,7 @@ evenement
|
|||||||
<td>{{Evenement}}</td>
|
<td>{{Evenement}}</td>
|
||||||
<td>{{Evenement}}</td>
|
<td>{{Evenement}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody>
|
||||||
</body></html>
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user