ajout dans isValid de la vérification que les Property sont valid + HtmlRenerator terminé
This commit is contained in:
@@ -1 +1,38 @@
|
||||
<!DOCTYPE html><html><head><title>Cartailor</title></head>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Cartailor</title>
|
||||
<style>
|
||||
table{border-collapse: collapse;}
|
||||
th,td{border: 1px solid rgb(160 160 160);padding: 8px 10px;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Interior</th>
|
||||
<th>IS</th>
|
||||
<th>2500 €</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Transmission</th>
|
||||
<th>TSF7</th>
|
||||
<th>15000 €</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Exterior</th>
|
||||
<th>XS</th>
|
||||
<th>10000 €</th>
|
||||
<th>color : red</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Engine</th>
|
||||
<th>EG210</th>
|
||||
<th>25000 €</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">Total Price : </th>
|
||||
<th>52500 € </th>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user