Maj temp bateau.
This commit is contained in:
parent
9a998e1d61
commit
8d5919bdb0
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>
|
Loading…
Reference in New Issue
Block a user