Line 1... |
Line 1... |
1 |
<div class="ods_ou_phenoclim">
|
1 |
<div class="ods_ou_phenoclim">
|
2 |
<div class="titre_bloc">
|
- |
|
3 |
ODS ou phenoclim</div>
|
- |
|
4 |
<form action="" id="form_commune_phenoclim" method="post">
|
- |
|
5 |
<label for="code_postal_commune">Entrez votre code postal </label> <input id="code_postal_commune" name="code_postal_commune" size="5" type="text" />
|
- |
|
6 |
<input type="submit" value="tester" />
|
- |
|
7 |
</form>
|
- |
|
8 |
|
- |
|
9 |
<?php if(isset($_POST['code_postal_commune'])) {
|
- |
|
10 |
$adresse_test = 'http://www.obs-saisons.fr/applications/jrest/OdsCommune/estUneCommunePhenoclim/?code_postal='.$_POST['code_postal_commune'];
|
- |
|
11 |
$commune_phenoclim = file_get_contents($adresse_test);
|
- |
|
12 |
?>
|
- |
|
13 |
<div class="info_ods_ou_phenoclim">
|
- |
|
14 |
Votre commune est une commune : <?= ($commune_phenoclim == 'true') ? 'phenoclim' : 'ODS' ?>
|
- |
|
15 |
</div>
|
- |
|
16 |
<? } ?>
|
- |
|
17 |
</div>
|
- |
|
18 |
|
2 |
<div class="titre_bloc">
|
- |
|
3 |
ODS ou phenoclim</div>
|
- |
|
4 |
<form action="" id="form_commune_phenoclim" method="post">
|
- |
|
5 |
<label for="code_postal_commune">Entrez votre code postal </label> <input id="code_postal_commune" name="code_postal_commune" size="5" type="text" /> <input type="submit" value="tester" /> </form>
|
- |
|
6 |
<?php if(isset($_POST['code_postal_commune'])):
|
- |
|
7 |
|
- |
|
8 |
$adresse_test = 'http://www.obs-saisons.fr/applications/jrest/OdsCommune/estUneCommunePhenoclim/?code_postal='.$_POST['code_postal_commune'];
|
- |
|
9 |
|
- |
|
10 |
|
- |
|
11 |
$commune_phenoclim = file_get_contents($adresse_test);
|
- |
|
12 |
|
- |
|
13 |
?> <div class="info_ods_ou_phenoclim">
|
- |
|
14 |
Votre commune est une commune : <?= ($commune_phenoclim == 'true') ? 'phenoclim' : 'ODS' ?></div>
|
- |
|
15 |
<?php endif; ?></div>
|
- |
|
16 |
|
- |
|
17 |
|