pas grand choses
This commit is contained in:
@@ -8,16 +8,16 @@ th,td{border: 1px solid rgb(160 160 160);padding: 8px 10px;}</style>
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table>
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>Engine</th>
|
||||||
|
<th>EG210</th>
|
||||||
|
<th>25000 €</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Interior</th>
|
<th>Interior</th>
|
||||||
<th>IS</th>
|
<th>IS</th>
|
||||||
<th>2500 €</th>
|
<th>2500 €</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th>Transmission</th>
|
|
||||||
<th>TSF7</th>
|
|
||||||
<th>15000 €</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Exterior</th>
|
<th>Exterior</th>
|
||||||
<th>XS</th>
|
<th>XS</th>
|
||||||
@@ -25,9 +25,9 @@ th,td{border: 1px solid rgb(160 160 160);padding: 8px 10px;}</style>
|
|||||||
<th>color : red</th>
|
<th>color : red</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Engine</th>
|
<th>Transmission</th>
|
||||||
<th>EG210</th>
|
<th>TSF7</th>
|
||||||
<th>25000 €</th>
|
<th>15000 €</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">Total Price : </th>
|
<th colspan="2">Total Price : </th>
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import src.fr.api.Part;
|
|||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.Properties;
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
public class ConfigurationImpl implements Configuration {
|
public class ConfigurationImpl implements Configuration {
|
||||||
|
|||||||
Reference in New Issue
Block a user