Line 1... |
Line 1... |
1 |
<!-- ODS_SAISIE - DEBUT SAISIE STATION -->
|
1 |
<!-- ODS_SAISIE - DEBUT SAISIE STATION -->
|
2 |
<div id="saisie_station">
|
2 |
<div id="saisie_station">
|
Line 3... |
Line 3... |
3 |
|
3 |
|
4 |
<h2 class="etape"> Etape 1 : placez votre station </h2>
|
4 |
<h2 class="etape"> Etape 1 : placez votre station </h2>
|
5 |
<form class="form_saisie" action="<?= Liens::getUrlValidationFormulaireSaisieStation(); ?>" method="post" id="form_saisie_station">
|
- |
|
6 |
|
5 |
<form class="form_saisie" action="<?= Liens::getUrlValidationFormulaireSaisieStation(); ?>" method="post" id="form_saisie_station">
|
7 |
<div class="element_formulaire">
|
6 |
<div class="element_formulaire">
|
8 |
<label for="station_nom">Nom de la station :</label>
|
7 |
<label for="station_nom">Nom de la station :</label>
|
9 |
<input <?= isset($erreurs['station_nom']) ? 'class="erreur"' : '' ?> type="text" name="station_nom" id="station_nom" value="<?= $station_nom ?>" />
|
8 |
<input <?= isset($erreurs['station_nom']) ? 'class="erreur"' : '' ?> type="text" name="station_nom" id="station_nom" value="<?= $station_nom ?>" />
|
10 |
<br />
|
9 |
<br />
|