Nettoyage du code.
This commit is contained in:
parent
91d680148b
commit
020b282908
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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' %}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user