|
@@ -131,36 +131,30 @@ Un moyen de contact au moins est nécessaire
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
- <h3>Orientation(s) de mes fenêtres</h3>
|
|
|
-
|
|
|
+ <label for="orientation" />Orientation(s) de mes fenêtres:</label>
|
|
|
<label class="checkbox-inline">
|
|
|
- <input type="checkbox" name="vehicle" value="N">Nord
|
|
|
+ <input type="checkbox" name="orientation" value="N">Nord
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
- <input type="checkbox" name="vehicle" value="NO" class="checkbox-inline">Nord-Ouest<br />
|
|
|
+ <input type="checkbox" name="orientation" value="NO" class="checkbox-inline">Nord-Ouest<br />
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
- <input type="checkbox" name="vehicle" value="O" class="checkbox-inline">Ouest<br />
|
|
|
+ <input type="checkbox" name="orientation" value="O" class="checkbox-inline">Ouest<br />
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
- <input type="checkbox" name="vehicle" value="SO" class="checkbox-inline">Sud-Ouest<br />
|
|
|
+ <input type="checkbox" name="orientation" value="SO" class="checkbox-inline">Sud-Ouest<br />
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
-
|
|
|
- <input type="checkbox" name="vehicle" value="S" class="checkbox-inline">Sud<br>
|
|
|
+ <input type="checkbox" name="orientation" value="S" class="checkbox-inline">Sud<br>
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
-
|
|
|
- <input type="checkbox" name="vehicle" value="SE" class="checkbox-inline">Sud-Est<br>
|
|
|
+ <input type="checkbox" name="orientation" value="SE" class="checkbox-inline">Sud-Est<br>
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
-
|
|
|
- <input type="checkbox" name="vehicle" value="E" class="checkbox-inline">Est<br>
|
|
|
+ <input type="checkbox" name="orientation" value="E" class="checkbox-inline">Est<br>
|
|
|
</label>
|
|
|
<label class="checkbox-inline">
|
|
|
-
|
|
|
- <input type="checkbox" name="vehicle" value="NE" class="checkbox-inline">Nord-Est<br>
|
|
|
+ <input type="checkbox" name="orientation" value="NE" class="checkbox-inline">Nord-Est<br>
|
|
|
</label>
|
|
|
|
|
|
<p class="help-block">Les antennes peuvent être positionées soit sur le toit soit aux fenêtres</p>
|