Merge branch 'master' of https://forge.chapril.org/CretinsMotorisesIngenieux/Marin
This commit is contained in:
commit
47c31b8999
BIN
static/icon.png
Normal file
BIN
static/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
41
templates/bateau_temp.html
Normal file
41
templates/bateau_temp.html
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<!-- 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="file:///C:/Users/rugja/Marin/templates/style.css" rel="stylesheet" type="text/css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>{{nom}}}</h1>
|
||||||
|
<table>
|
||||||
|
<tbody><tr>
|
||||||
|
<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>
|
@ -1,24 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title> Sauveteurs du dunkerquois</title>
|
<title>Sauveteurs du dunkerquois</title>
|
||||||
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<div class="LOGO-DUO">
|
<div class="LOGO-DUO">
|
||||||
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="200"
|
<img src="../static/icon.png" width="200" height="100">
|
||||||
height="100">
|
<h1>Sauveteurs du dunkerquois</h1>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<form method="get" >
|
<form method="get" >
|
||||||
<input type="text"
|
<input type="text"
|
||||||
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée...">
|
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée..." size=40>
|
||||||
<input type="submit" value="Rechercher">
|
<input type="submit" value="Rechercher">
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
<button>Page au hasard</button>
|
<button action="/random">Page au hasard</button>
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,10 +1,20 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!--- Variables
|
||||||
|
nom
|
||||||
|
prenom
|
||||||
|
nb_sauvetages
|
||||||
|
nb_sauves
|
||||||
|
gratifications
|
||||||
|
description
|
||||||
|
!-->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{nom}} {{prenom}} - Sauveuteur du dunkerquois</title>
|
<title>{{nom}} {{prenom}} - Sauveuteur du dunkerquois</title>
|
||||||
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<img src="../static/icon.png">
|
||||||
<h1>{{nom}} {{prenom}}</h1>
|
<h1>{{nom}} {{prenom}}</h1>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
Loading…
x
Reference in New Issue
Block a user