Marin/templates/bateau.html

73 lines
1.2 KiB
HTML

<!DOCTYPE html>
<!--- Variables
nom
constructeur
dimensions
installation
condamnation
origine
histoire
!-->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{nom}}</title>
<link href="../static/style.css" rel="stylesheet" type="text/css">
<link href="file:///C:/Users/rugja/Marin/templates/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>{{nom}}}</h1>
<table>
<tbody><tr>
<td>Nom</td>
<td>{{NomBateau}}</td>
</tr>
<tr>
<td>Constructeur</td>
<td>{{nom}}</td>
</tr>
<tr>
<td>Dimensions</td>
<td>{{Dimensions}}</td>
</tr>
<tr>
<td>Installation</td>
<td>{{Date}}</td>
</tr>
<tr>
<td>Condamnation</td>
<td>{{Date}}</td>
</tr>
<tr>
<td>Origine</td>
<td>{{ville}}</td>
<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>