Subversion Repositories eFlore/Applications.cel

Rev

Rev 3881 | Rev 3904 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml">
        <head>
                <title><?php echo strip_tags( $widget['titre'] ); ?></title>

                <meta charset="utf-8" />
                <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
                <meta http-equiv="Content-style-type" content="text/css" />
                <meta http-equiv="Content-script-type" content="text/javascript" />
                <meta http-equiv="Content-language" content="fr" />

                <meta name="revisit-after" content="15 days" />
                <meta name="robots" content="index,follow" />
                <meta name="author" content="Tela Botanica" />
                <meta name="keywords" content="Tela Botanica, CEL" />
                <meta name="description" content="Widgets de saisie du carnet en ligne" />
                <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />

                <!-- OpenGraph pour Facebook, Pinterest, Google+ -->
                <meta property="og:type" content="website" />
                <meta property="og:title" content="Widgets de saisie du CeL" />
                <meta property="og:site_name" content="Tela Botanica" />
                <meta property="og:description" content="Widgets de saisie du Carnet en Ligne" />
                <meta property="og:image" content="https://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
                <meta property="og:image:type" content="image/png" />
                <meta property="og:image:width" content="256" />
                <meta property="og:image:height" content="256" />
                <meta property="og:locale" content="fr_FR" />

                <!-- Favicone -->
                <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
                <!-- Jquery-ui custom css-->
                <link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
                <!-- Bootstrap CSS -->
                <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
                <!-- Fontawesome -->
                <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
                <!-- Carto -->
                <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin="anonymous">
                <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css" integrity="sha512-gc3xjCmIy673V6MyOAZhIW93xhM9ei1I+gLbmFjUHIjocENRsLX/QUE1htk5q1XV2D/iie/VQ8DXI6Vu8bexvQ==" crossorigin="anonymous">
                <link rel="stylesheet" href="<?php echo $url_base;?>js/tb-geoloc/css/leaflet-gesture-handling.min.css" type="text/css">
                <link rel="stylesheet" href="<?php echo $url_base;?>js/tb-geoloc/css/geoloc.css" type="text/css">
                <!-- STYLE SAISIE -->
                <link href="<?php echo $url_base; ?>css/saisie.css" rel="stylesheet" type="text/css" media="screen" />
                <link href="<?php echo $url_base; ?>css/saisieSpe.css" rel="stylesheet" type="text/css" media="screen" />

                <!--  Google Analytics -->
                <?php if( $prod ): ?>
                        <?php include "analytics.html"; ?>
                <?php endif; ?>
                <!-- <link rel="icon" type="image/x-icon" href="favicon.ico" /> -->
                <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
                <style>
                        :not(.miniature).loading::after {
                                content:'';
                                display: inline-block;
                                background-image: url("<?php echo $url_base; ?>img/icones/chargement-image.gif");
                                background-size: 1rem;
                                height: 1rem;
                                width: 1rem;
                        }
                </style>
        </head>

        <body id="top" data-sq="<?php echo $url_base; ?>" data-type-loc="<?php echo $widget['type_localisation'];?>">
                <?php
                        echo ( $widget['image_fond'] ) ? '<div id="image-fond" style="' . htmlspecialchars( 'background:url("' . $widget['chemin_fichiers'] . 'image_fond.' . preg_replace( '/(?:imag)?e\/?/','',$widget['image_fond']) . '") no-repeat center center;background-size:cover') . '"></div>': '';
                ?>
                <div id="zone-appli" class="container" data-projet="<?php echo $widget['projet']; ?>" data-url-fichiers="<?php echo $widget['chemin_fichiers']; ?>">
                        <div class="layout-wrapper page">
                                <div class="row mb-3">
                                        <div class="col-md-2 col-sm-10">
                                                <img id="logo" class="mr-3" src="<?php echo htmlspecialchars( $widget['chemin_fichiers'] . 'logo.' . preg_replace( '/(?:imag)?e\/?/','', $widget['logo'] ) ); ?>" alt="logo <?php echo $widget['projet']; ?>" />
                                        </div>
                                        <div class="col-md-10 col-sm-12">
                                                <h1 id="titre-projet" class="mt-0"><?php echo ( $widget['info'] ) ? $widget['titre'] . ' <div id="info-button" class="btn btn-outline-info btn-sm border-0" data-mime-info="' . $widget['info'] . '"><i class="fas fa-info-circle"></i></div>' : $widget['titre']; ?></h1>
                                        </div>
                                </div>

                                <div class="row mb-3">
                                        <div class="col-md-6">
                                                <div id="description"><?php echo $widget['description']; ?></div>
                                        </div>
                                        <div class="col-md-6">
                                                <div id="aide" class="well well-lg hidden-sm-down">
                                                        <h3><?php echo $aide['titre']; ?></h3>
                                                        <div id="aide-txt" class="hiden-sm-down">
                                                                <p><?php echo $aide['description']; ?></p>
                                                        </div>
                                                </div>
                                        </div>
                                </div>

                                <div id="formulaire" class="row mb-3 bloc-top">
                                        <form id="form-observateur" role="form" autocomplete="on">
                                                <h2><?php echo $observateur['titre']; ?></h2>
                                                <div id="tb-observateur">
                                                        <div class="navbar-default mb-3" id="tb-navbar">
                                                                <div class="nav navbar-nav navbar-right row control-group">
                                                                        <div id="bouton-connexion" class="volet col-md-6 col-sm-8">
                                                                                <label for="bouton-connexion"><?php echo $observateur['compte']; ?></label>
                                                                                <a id="connexion" href="<?php echo $authTpl; ?>" class="btn btn-success  mr-1 mb-1" target="_blank"><?php echo $observateur['connexion']; ?></a>
                                                                                <a id="inscription" href="" class="btn btn-primary mr-1 mb-1" target="_blank"><?php echo $observateur['inscription']; ?></a>
                                                                        </div>
                                                                        <div id="creation-compte" class="volet col-md-6 col-sm-8">
                                                                                <label for="creation-compte"><?php echo $observateur['noninscription']; ?></label>
                                                                                <a id="bouton-anonyme" href="" class="btn btn-info mr-1 mb-1"><?php echo $observateur['nonconnexion']; ?></a>
                                                                        </div>
                                                                        <div id="utilisateur-connecte" class="volet hidden">
                                                                                <label for="utilisateur-connecte"><?php echo $observateur['bienvenue']; ?></label>
                                                                                <a href="" class="list-tool btn btn-large btn-primary volet-toggle" data-toggle="volet">
                                                                                        <span id="nom-complet"></span> <!-- <i class="fas fa-caret-down"></i> -->
                                                                                </a>
                                                                                <div class="volet-menu hidden">
                                                                                        <div id="profil-utilisateur">
                                                                                                <a href="" target="_blank"><?php echo $observateur['profil']; ?></a>
                                                                                        </div>
                                                                                        <div id="deconnexion"><a href=""><?php echo $observateur['deconnexion']; ?></a></div>
                                                                                </div>
                                                                        </div>
                                                                </div>
                                                        </div>
                                                </div>

                                                <div id="identite" class="mb-3 hidden">
                                                        <p id="bienvenue" class=" col-md-6 hidden font-weight-bold">
                                                                Bonjour<span id="bienvenue-prenom"></span><span id="bienvenue-nom"></span>!
                                                        </p>
                                                        <div id="zone-courriel" class="row">
                                                                <div class="control-group col-md-6">
                                                                        <label for="courriel" class="col-sm-8 obligatoire" title="<?php echo $observateur['courriel-title']; ?>">
                                                                                <i class="fa fa-envelope" aria-hidden="true"></i>
                                                                                <?php echo $observateur['courriel']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <input id="courriel" name="courriel" class="form-control" type="email" title="<?php echo $observateur['courriel-title']; ?> ">
                                                                                <input id="id_utilisateur" name="id_utilisateur" type="hidden">
                                                                        </div>
                                                                </div>

                                                                <div id="zone-courriel-confirmation" class="control-group col-md-6 hidden">
                                                                        <label for="courriel_confirmation" class="col-sm-8 obligatoire" title="<?php echo $observateur['courriel-confirmation-title']; ?>">
                                                                                <i class="fa fa-envelope" aria-hidden="true"></i>
                                                                                <?php echo $observateur['courriel-confirmation']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8">
                                                                                <input id="courriel_confirmation" name="courriel_confirmation" class="form-control" type="email">
                                                                        </div>
                                                                </div>
                                                        </div>

                                                        <div id="zone-prenom-nom" class="row hidden">
                                                                <div class="control-group col-md-6">
                                                                        <label for="prenom" class="col-sm-8">
                                                                                <i class="fa fa-user" aria-hidden="true"></i>
                                                                                <?php echo $observateur['prenom']; ?>
                                                                        </label>
                                                                        <div class="input-group col-sm-8">
                                                                                <input id="prenom" name="prenom" class="form-control" type="text">
                                                                        </div>
                                                                </div>
                                                                <div class="control-group col-md-6">
                                                                        <label for="nom" class="col-sm-8">
                                                                                <i class="fa fa-user" aria-hidden="true"></i>
                                                                                <?php echo $observateur['nom']; ?>
                                                                        </label>
                                                                        <div class="input-group col-sm-8">
                                                                                <input id="nom" name="nom" class="form-control" type="text">
                                                                        </div>
                                                                </div>
                                                        </div>
                                                </div>
                                        </form>

                                        <!-- Messages d'erreur du formulaire-->
                                        <div class="zone-alerte">
                                                <div id="dialogue-bloquer-copier-coller" class="alert alert-info alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $observateur['alertcc-title']; ?></h4>
                                                        <p><?php echo $observateur['alertcc']; ?></p>
                                                </div>
                                                <div id="dialogue-utilisateur-non-identifie" class="alert alert-warning alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $observateur['alertni-title']; ?></h4>
                                                        <p><?php echo $observateur['alertni']; ?></p>
                                                </div>
                                        </div>

                                        <form id="form-observation" role="form" autocomplete="on" class="bloc-top">
                                                <h2><?php echo $observation['titre']; ?></h2>
                                                <div id="zone-observation" class="row">
                                                        <div class="col-md-6">

                                                                <div class="mb-3">
                                                                        <label  id="geoloc-label" for="geolocalisation" class="col-sm-8 obligatoire has-tooltip" data-toggle="tooltip" title="<?php echo $observation['geoloc-title']; ?>">
                                                                                <i class="fa fa-street-view" aria-hidden="true"></i>
                                                                                <?php echo $observation['geolocalisation']; ?>
                                                                                <?php if ('rue' === $widget['type_localisation']) :?>
                                                                                        <div class="help-button help-geoloc btn btn-outline-info btn-sm border-0" data-key="photo-aide-geoloc" data-name="geolocalisation" data-mime-type="image/jpg"><i class="fas fa-info-circle"></i></div>
                                                                                <?php endif; ?>
                                                                        </label>
                                                                        <?php if( $widget['type_localisation'] === 'rue' ) : ?>
                                                                                <div class="aide-txt">
                                                                                        <p><?php echo $observation['info-saisie-rue']; ?></p>
                                                                                </div>
                                                                        <?php endif; ?>
                                                                        <div class="control-group">
                                                                                <div id="geoloc-datas">
                                                                                        <input type="hidden" id="pays" name="pays" value="" style="display:none">
                                                                                        <input type="hidden" id="commune-nom" name="commune-nom" value="" style="display:none">
                                                                                        <input type="hidden" id="geometry" name="geometry" value="" style="display:none">
                                                                                        <input type="hidden" id="altitude" name="altitude" value="" style="display:none">
                                                                                        <input type="hidden" id="commune-insee" name="commune-insee" value="" style="display:none">
                                                                                        <input type="hidden" id="coord-lineaire" name="coord-lineaire" value="" style="display:none">
                                                                                </div>
                                                                                <div id="geoloc" class="col-sm-12">
                                                                                        <script type="text/javascript">
                                                                                                const URL_GEOLOC_SERVICE = "<?php echo $url_ws_geoloc;?>";
                                                                                                const URL_BASE = "<?php echo $url_base;?>";
                                                                                                const URL_HELP_GEOLOC_POLYLINE = "<?php echo $url_base; ?>js/tb-geoloc/img/photo-aide-geoloc.jpg";
                                                                                        </script>

                                                                                        <div id="tb-places-zone" class="flex hidden">
                                                                                                <div class="form-col search-container">
                                                                                                        <label for="tb-places" >Trouver un lieu</label>
                                                                                                        <div class="input-search-container">
                                                                                                                <input id="tb-places" class="tb-places" type="search" name="tb-places" placeholder="Recherchez une <?php echo 'rue' === $widget['type_localisation'] ? 'rue' : 'adresse ou une ville';?>" autocomplete="off" data-type-localisation="<?php echo $widget['type_localisation'] ?? '';?>">
                                                                                                                <div class="tb-places-search-icon"></div>
                                                                                                                <button class="tb-places-close hidden"></button>
                                                                                                        </div>
                                                                                                        <div class="tb-places-results-container hidden">
                                                                                                                <ul class="tb-places-results"></ul>
                                                                                                        </div>
                                                                                                </div>
                                                                                        </div>
                                                                                        <?php if( $widget['type_localisation'] === 'rue' ) : ?>
                                                                                                <div class="aide-txt">
                                                                                                        <p><?php echo $observation['info-saisie-ligne']; ?></p>
                                                                                                </div>
                                                                                        <?php endif; ?>

                                                                                        <div id="map-container">
                                                                                                <div
                                                                                                        id="tb-geolocation"
                                                                                                        style="height: 400px;width: 100%"
                                                                                                        data-type-localisation="<?php echo $widget['type_localisation'] ?? '';?>"
                                                                                                        data-zoom="<?php echo $widget['localisation']['zoom'] ?? '5';?>"
                                                                                                        data-layer="<?php echo 'googleHybrid' === $widget['fond_carte'] ? $widget['fond_carte'] : 'osm';?>"
                                                                                                        data-form-suffix=""
                                                                                                        >
                                                                                                </div>
                                                                                        </div>
                                                                                </div>
                                                                        </div>
                                                                </div>

                                                                <div id="coord" class="control-group">
                                                                        <label for="latitude" class="col-sm-8">
                                                                                <i class="fa fa-globe" aria-hidden="true"></i>
                                                                                <?php echo $observation['latitude']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <input type="text" id="latitude" name="latitude" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $observation['latitude']; ?>" value="<?php echo $widget['localisation']['latitude'] ?? '';?>">
                                                                        </div>
                                                                        <label for="longitude" class="col-sm-8">
                                                                                <i class="fa fa-globe" aria-hidden="true"></i>
                                                                                <?php echo $observation['longitude']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <input type="text" id="longitude" name="longitude" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $observation['longitude']; ?>" value="<?php echo $widget['localisation']['longitude'] ?? '';?>">
                                                                        </div>
                                                                </div>

                                                                <div class="control-group">
                                                                        <label for="lieudit" class="col-sm-8">
                                                                                <i class="fa fa-map-signs" aria-hidden="true"></i>
                                                                                <?php echo $observation['lieudit']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <input type="text" id="lieudit" name="lieudit" class="form-control has-tooltip" data-toggle="tooltip" title="<?php echo $observation['lieudit-title']; ?>">
                                                                        </div>
                                                                </div>
                                                                <div class="control-group">
                                                                        <label for="station" class="col-sm-8">
                                                                                <i class="fa fa-map-marker" aria-hidden="true"></i>
                                                                                <?php echo $observation['station']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <input type="text" id="station" name="station" class="form-control has-tooltip" data-toggle="tooltip" data-placement="bottom"title="<?php echo $observation['station-title']; ?>">
                                                                        </div>
                                                                </div>

                                                        </div>

                                                        <div class="col-md-6">

                                                                <div class="control-group">
                                                                        <label for="date_releve" class="col-sm-8 obligatoire">
                                                                                <i class="fa fa-calendar" aria-hidden="true"></i>
                                                                                <?php echo $observation['date']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3 has-tooltip" data-toggle="tooltip" title="<?php echo $observation['date-title']; ?>">
                                                                                <input type="date" id="date_releve" name="date_releve" class="form-control" max="<?php echo date('Y-m-d', time()); ?>" placeholder="jj/mm/aaaa" required>
                                                                        </div>
                                                                </div>

                                                                <?php if( ( $widget['type_especes'] === 'referentiel' || empty( $widget['type_especes'] ) ) && empty( $widget['referentiel'] ) ) : ?>
                                                                        <div class="control-group">
                                                                                <label for="referentiel" class="col-sm-8 obligatoire">
                                                                                        <i class="fa fa-book" aria-hidden="true"></i>
                                                                                        <?php echo $observation['referentiel']; ?>
                                                                                </label>
                                                                                <div class="col-sm-8 mb-3">
                                                                                        <select id="referentiel" class="form-control custom-select has-tooltip" data-toggle="tooltip" title="<?php echo $observation['referentiel-title']; ?>">
                                                                                                <option class="choisir" value="" selected hidden><?php echo $general['choisir']; ?></option>
                                                                                                <option value="bdtfxr" selected="selected" title="Trachéophytes de France métropolitaine et régions avoisinantes">Métropole (index réduit)</option>
                                                                                                <option value="bdtfx" title="Trachéophytes de France métropolitaine">Métropole (BDTFX)</option>
                                                                                                <option value="bdtxa" title="Trachéophytes des Antilles">Antilles françaises (BDTXA)</option>
                                                                                                <option value="bdtre" title="Trachéophytes de La Réunion">Réunion (BDTRE)</option>
                                                                                                <option value="aublet" title="Guyane">Guyane (AUBLET2)</option>
                                                                                                <option value="florical" title="Nouvelle-Calédonie">Nouvelle-Calédonie (FLORICAL)</option>
                                                                                                <option value="isfan" title="Afrique du Nord">Afrique du Nord (ISFAN)</option>
                                                                                                <option value="apd" title="Afrique de l'Ouest et du Centre">Afrique de l'Ouest et du Centre (APD)</option>
                                                                                                <option value="lbf" title="Liban">Liban (LBF)</option>
                                                                                                <option value="taxreflich" title="Lichens de France">Lichens (TaxRef)</option>
                                                                                                <option value="taxref" title="Flore de France métropolitaine et outre-mer">France (TaxRef)</option>
                                                                                                <option value="autre" title="Autre/Inconnu">Autre/Inconnu</option>
                                                                                        </select>
                                                                                </div>
                                                                        </div>
                                                                <?php else : ?>
                                                                        <input id="referentiel" name="referentiel" value="<?php echo $widget['referentiel']; ?>" type="hidden">
                                                                <?php endif; ?>

                                                                <div id="bloc-taxon" class="control-group">
                                                                        <?php $isTaxonListe = ( isset( $widget['especes']['taxons'] ) && count( (array) $widget['especes']['taxons'] ) > 0 ) ;?>
                                                                        <label <?php echo ( !$isTaxonListe ) ? 'id="taxon-autocomplete-label" for="taxon"' : 'for="taxon-liste"';?> class="col-sm-8">
                                                                                <i class="fa fa-leaf" aria-hidden="true"></i>
                                                                                <?php echo $observation['espece']; ?><?php if ( !empty( $widget['referentiel'] ) ) echo " (" . $widget['referentiel'] . ")"; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <?php if ( $widget['type_especes'] === 'fixe' || $widget['especes']['espece_imposee'] ) : ?>
                                                                                                        <input id="taxon" name="taxon" type="text" class="form-control taxon-validation" title="" value="<?php echo $widget['especes']['nom_sci_espece_defaut']; ?>"/>
                                                                                                </div>
                                                                                        </div>

                                                                                <?php elseif ( $isTaxonListe ) : ?>
                                                                                        <?php ksort( $widget['especes']['taxons'] ); ?>
                                                                                                        <select id="taxon-liste" name="taxon-liste" class="form-control custom-select taxon-validation has-tooltip" data-toggle="tooltip" title="<?php echo $observation['liste-espece-title']; ?>">
                                                                                                                <option class="choisir"  value="inconnue" selected hidden><?php echo $general['choisir']; ?></option>
                                                                                                                <?php foreach ($widget['especes']['taxons'] as $taxon)  : ?>
                                                                                                                        <option
                                                                                                                                class="nom-sci"
                                                                                                                                value="<?php echo $taxon['nom_sel'];?>"
                                                                                                                                title="<?php echo $taxon['nom_fr'];?>"
                                                                                                                                data-num-nom-sel="<?php echo $taxon['num_nom_sel'];?>"
                                                                                                                                data-nom-ret="<?php echo $taxon['nom_ret'];?>"
                                                                                                                                data-num-nom-ret="<?php echo $taxon['num_nom_ret'];?>"
                                                                                                                                data-nt="<?php echo $taxon['num_taxon'];?>"
                                                                                                                                data-famille="<?php echo $taxon['famille'];?>"
                                                                                                                        ><?php echo $taxon['nom_sel'];?> - <?php echo $taxon['nom_fr'];?></option>
                                                                                                                <?php endforeach; ?>
                                                                                                                <?php if ( $widget['type_especes'] === 'liste+autre' ) : ?>
                                                                                                                        <option value="autre"><?php echo $observation['autre-espece']; ?></option>
                                                                                                                <?php endif;?>
                                                                                                        </select>
                                                                                                        <span for="taxon-liste" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
                                                                                                        <input id="taxon" name="taxon" class="form-control" type="hidden" />
                                                                                                </div>
                                                                                        </div>
                                                                                        <div id="taxon-input-groupe" class="control-group hidden">
                                                                                                <label id="taxon-autocomplete-label" for="taxon-autre" class="col-sm-8" title="">
                                                                                                        <i class="fab fa-pagelines" aria-hidden="true"></i>
                                                                                                        <?php echo $observation['autre-espece']; ?>
                                                                                                </label>
                                                                                                <div class="col-sm-8 mb-3">
                                                                                                        <input id="taxon-autre" name="taxon-autre" class="form-control has-tooltip" type="text" data-toggle="tooltip" title="<?php echo $observation['espece-title']; ?>">
                                                                                                </div>
                                                                                        </div>
                                                                                <?php else : ?>
                                                                                                        <input id="taxon" name="taxon" class="form-control taxon-validation has-tooltip" type="text" data-toggle="tooltip" title="<?php echo $observation['espece-title']; ?>">
                                                                                                        <span for="taxon" class="error" style="display: none;"><?php echo $observation['error-taxon'];?></span>
                                                                                                </div>
                                                                                        </div>
                                                                                <?php endif; ?>

                                                                <div class="control-group">
                                                                        <label for="certitude" class="col-sm-8 obligatoire">
                                                                                <i class="fa fa-question" aria-hidden="true"></i>
                                                                                <?php echo $observation['certitude']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <select id="certitude" name="certitude" class="form-control custom-select has-tooltip" data-toggle="tooltip" title="<?php echo $observation['certitude-title']; ?>">
                                                                                        <option class="aDeterminer" value="à determiner" ><?php echo $observation['certADet']; ?></option>
                                                                                        <option class="douteux" value="douteux" selected="selected" ><?php echo $observation['certDout']; ?></option>
                                                                                        <option class="certain" value="certain" ><?php echo $observation['certCert']; ?></option>
                                                                                </select>
                                                                        </div>
                                                                </div>
                                                                <!-- choix du (des) milieu(x) -->
                                                                <?php if ( 0 < count( (array) $widget['milieux'] ) ) :?>
                                                                        <?php if ( in_array('multimilieux', $widget['milieux'] ) ) :?>
                                                                                <div class="multiselect list-checkbox">
                                                                                        <label class="col-sm-8" title="<?php echo $chpsupp['select-checkboxes-texte'];?>">
                                                                                                <i class="fa fa-street-view" aria-hidden="true"></i>
                                                                                                <?php echo $observation['milieu']; ?>
                                                                                        </label>
                                                                                        <div class="control-group col-sm-8 mb-3 has-tooltip" data-toggle="tooltip" title="<?php echo $observation['liste-milieu-title']; ?>">
                                                                                                <div class="selectBox">
                                                                                                        <select class="form-control list-checkbox custom-select" id="list-checkbox-milieu">
                                                                                                                <option><?php echo $chpsupp['select-checkboxes-texte'];?></option>
                                                                                                        </select>
                                                                                                        <div class="overSelect"></div>
                                                                                                </div>
                                                                                                <div class="checkboxes hidden" data-name="milieu">
                                                                                                        <?php foreach ( $widget['milieux'] as $milieu ) :?>
                                                                                                                <?php if ( 'autre' !== strtolower( $milieu ) && 'multimilieux' !== strtolower( $milieu ) ) :?>
                                                                                                                        <label for="<?php echo strtolower( $milieu );?>">
                                                                                                                                <input type="checkbox" id="<?php echo strtolower( $milieu );?>" name="milieu" value="<?php echo $milieu;?>" class="<?php echo strtolower( $milieu );?> milieu" data-label="<?php echo $observation['milieu']; ?>" data-name="milieu">
                                                                                                                                <?php echo $milieu;?>
                                                                                                                        </label>
                                                                                                                <?php endif; ?>
                                                                                                        <?php endforeach; ?>
                                                                                                        <?php if ( in_array('autre', $widget['milieux'] ) ) :?>
                                                                                                                <label for="other-milieu">
                                                                                                                        <input type="checkbox" id="other-milieu" name="milieu" value="other" class="other milieu" data-label="<?php echo $observation['milieu']; ?>" data-element="checkboxes" data-name="milieu">
                                                                                                                        Autre
                                                                                                                </label>
                                                                                                        <?php endif; ?>
                                                                                                </div>
                                                                                        </div>
                                                                                </div>
                                                                        <?php else : ?>
                                                                                <div class="">
                                                                                        <label for="milieu" class="col-sm-8">
                                                                                                <i class="fa fa-street-view" aria-hidden="true"></i>
                                                                                                <?php echo $observation['milieu']; ?>
                                                                                        </label>
                                                                                        <div class="col-sm-8 mb-3">
                                                                                                <div class="select-wrapper add-field-select">
                                                                                                        <select id="milieu" class="form-control milieu select custom-select has-tooltip mb-2" data-toggle="tooltip" title="<?php echo $observation['liste-milieu-title']; ?>" data-name="milieu" data-label="milieu">
                                                                                                                <option class="choisir" value="" selected hidden><?php echo $general['choisir']; ?></option>
                                                                                                                <?php foreach ( $widget['milieux'] as $milieu ) :?>
                                                                                                                        <?php if ( 'autre' !== strtolower( $milieu ) && 'multimilieux' !== strtolower( $milieu ) ) :?>
                                                                                                                                <option value="<?php echo $milieu; ?>" data-name="milieu"><?php echo $milieu; ?></option>
                                                                                                                        <?php endif; ?>
                                                                                                                <?php endforeach; ?>
                                                                                                                <?php if ( in_array('autre', $widget['milieux'] ) ) :?>
                                                                                                                        <option id="other-milieu" class="other form-control is-select" value="other" data-element="select" data-name="milieu"><?php echo $milieu; ?></option>
                                                                                                                <?php endif; ?>
                                                                                                        </select>
                                                                                                </div>
                                                                                        </div>
                                                                                </div>
                                                                        <?php endif; ?>
                                                                <?php else : ?>
                                                                        <div class="">
                                                                                <label for="milieu" class="col-sm-8">
                                                                                        <i class="fa fa-street-view" aria-hidden="true"></i>
                                                                                        <?php echo $observation['milieu']; ?>
                                                                                </label>
                                                                                <div class="col-sm-8 mb-3">
                                                                                        <input id="milieu" name="milieu" class="form-control has-tooltip" data-toggle="tooltip" type="text" placeholder="<?php echo $observation['milieu-ph']; ?>" title="<?php echo $observation['milieu-title']; ?>">
                                                                                </div>
                                                                        </div>
                                                                <?php endif; ?><!-- fin choix milieu(x) -->
                                                                <div class="">
                                                                        <label for="notes" class="col-sm-8">
                                                                                <i class="fa fa-pen" aria-hidden="true"></i>
                                                                                <?php echo $observation['notes']; ?>
                                                                        </label>
                                                                        <div class="col-sm-8 mb-3">
                                                                                <textarea id="notes" form="form-observation" class="col-md-12 has-tooltip" data-toggle="tooltip" rows="7" name="notes" placeholder="<?php echo $observation['notes_ph']; ?>" title="<?php echo $observation['notes-title']; ?>"></textarea>
                                                                        </div>
                                                                </div>

                                                        </div>
                                                </div>
                                        </form>

                                        <!-- Messages d'erreur du formulaire-->
                                        <div class="zone-alerte">
                                                <div id="dialogue-geoloc-ko" class="alert alert-warning alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $observation['alertgk-title']; ?></h4>
                                                        <p><?php echo $observation['alertgk']; ?></p>
                                                </div>
                                                <div id="dialogue-taxon-or-image" class="alert alert-warning alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $observation['alert-img-tax-title']; ?></h4>
                                                        <p><?php echo $observation['alert-img-tax']; ?></p>
                                                </div>
                                                <div id="dialogue-image-requise" class="alert alert-warning alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $observation['alert-img-tax-title']; ?></h4>
                                                        <p><?php echo sprintf($observation['alert-img-requise'], $widget['titre']); ?></p>
                                                </div>
                                        </div>

                                        <!-- Champs supplémentaires -->
                                        <?php if ( isset($widget['chpSupp'] ) && 0 < count( (array) $widget['chpSupp'] ) ) : ?>
                                                <form id="form-supp"  class="bloc-top" role="form" autocomplete="on">
                                                        <h2><?php echo $chpsupp['titre']; ?></h2>
                                                        <div id="zone-supp" class="row">

                                                                <?php foreach( $widget['chpSupp'][ $widget['projet'] ]['champs-supp'] as $champ ) : ?>
                                                                        <?php
                                                                                $min         = ( isset( $champ['fieldValues']['min'] ) )? ' min="' . $champ['fieldValues']['min'] . '"':'';
                                                                                $max         = ( isset( $champ['fieldValues']['max'] ) )? ' max="' . $champ['fieldValues']['max'] . '"':'';
                                                                                $step        = ( isset( $champ['fieldValues']['step'] ) )? ' step="' . $champ['fieldValues']['step'] . '"':'';
                                                                                $default     = ( isset( $champ['fieldValues']['default'] ) )? ' value="' . $champ['fieldValues']['default'] . '" data-default="' . $champ['fieldValues']['default'] . '"' :'';
                                                                                $description = ( isset( $champ['description'] ) )? ' data-toggle="tooltip" title="' . $champ['description'] . '"':'';
                                                                                $placeholder = ( isset( $champ['fieldValues']['placeholder'] ) )? ' placeholder="' . $champ['fieldValues']['placeholder'] . '"':'';
                                                                                $required    = '';
                                                                                $mandatory   = '';
                                                                                $pattern     = '';
                                                                                $obs_radio   = '';
                                                                                $help        = '';
                                                                                $help_button = '';

                                                                                if( $champ['help'] ) {
                                                                                        $help = ' and-help';
                                                                                        $help_button = ' <div class="help-button help-' . $champ['key'] . ' btn btn-outline-info btn-sm border-0" data-key="' . $champ['key'] . '" data-name="' . $champ['name'] . '" data-mime-type="' . $champ['help'] . '"><i class="fas fa-info-circle"></i></div>';
                                                                                }

                                                                                if( $champ['mandatory'] ) {
                                                                                        // Attr required
                                                                                        $required  = ' required';
                                                                                        // class="obligatoire"
                                                                                        $mandatory = ' obligatoire';
                                                                                }?>
                                                                                        <div class="col-md-6">
                                                                                <?php
                                                                                switch( $champ['element'] ) {
                                                                                        case 'radio':
                                                                                        case 'checkbox': ?>
                                                                                                <div class="control-group <?php echo $champ['element']; ?> mb-3"<?php echo $required; ?> data-name="<?php echo $champ['key']; ?>[]">
                                                                                                        <div class="col-sm-8 list-label<?php echo $help . $mandatory; ?>">
                                                                                                                <?php echo $champ['name'] . $help_button; ?>
                                                                                                        </div>
                                                                                                        <div class="col-sm-8 has-tooltip" <?php echo $description; ?>>

                                                                                                                <?php foreach ( $champ['fieldValues']['listValue'] as $i => $list_value_array ) : ?>

                                                                                                                                <?php
                                                                                                                                        $checked = '';
                                                                                                                                        if ( '#' === substr( $list_value_array[0], -1 ) ) :
                                                                                                                                                $checked = ' checked';
                                                                                                                                                $list_value_array[0] = substr( $list_value_array[0], 0, -1 );
                                                                                                                                        endif;
                                                                                                                                ?>

                                                                                                                                <?php if( 'other' !== $list_value_array ) : ?>
                                                                                                                                        <label for="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>" class="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>">
                                                                                                                                                <input type="<?php echo $champ['element']; ?>" id="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>" name="<?php echo $champ['key']; ?>[]" value="<?php echo $list_value_array[0]; ?>"<?php echo $checked; ?> class="<?php echo $champ['fieldValues']['cleanListValue'][$i] . ' ' . $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-name="<?php echo $champ['key']; ?>">
                                                                                                                                                <?php echo ( '' !== $list_value_array[1] ) ? ucfirst($list_value_array[1]) : ucfirst($list_value_array[0]); ?>
                                                                                                                                        </label>
                                                                                                                                <?php else : ?>
                                                                                                                                        <label for="other-<?php echo $champ['key']; ?>">
                                                                                                                                                <input type="<?php echo $champ['element']; ?>" id="other-<?php echo $champ['key']; ?>" name="<?php echo $champ['key']; ?>[]" value="other" class="other <?php echo $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-element="<?php echo $champ['element']; ?>" data-name="<?php echo $champ['key']; ?>">
                                                                                                                                                Autre
                                                                                                                                        </label>
                                                                                                                                <?php endif; ?>

                                                                                                                <?php endforeach; ?>

                                                                                                        </div>
                                                                                                </div>
                                                                                        <?php break;

                                                                                        case 'list-checkbox': ?>
                                                                                                <div class="multiselect <?php echo $champ['element'] . $help; ?>">
                                                                                                        <label class="col-sm-8<?php echo $mandatory; ?>" title="<?php echo $chpsupp['select-checkboxes-texte'];?>">
                                                                                                                <?php echo $champ['name'] . $help_button; ?>
                                                                                                        </label>
                                                                                                        <div class="control-group col-sm-8 mb-3 has-tooltip" <?php echo $description; ?>>
                                                                                                                <div class="selectBox">
                                                                                                                        <select class="form-control list-checkbox custom-select" id="list-checkbox-<?php echo $champ['key']; ?>">
                                                                                                                                <option><?php echo $chpsupp['select-checkboxes-texte'];?></option>
                                                                                                                        </select>
                                                                                                                        <div class="overSelect"></div>
                                                                                                                </div>
                                                                                                                <div class="checkboxes hidden" <?php echo $required; ?> data-name="<?php echo $champ['key']; ?>[]">
                                                                                                                        <?php foreach ( $champ['fieldValues']['listValue'] as $i => $list_value_array ) : ?>

                                                                                                                                <?php
                                                                                                                                        $checked = '';
                                                                                                                                        if ( '#' === substr( $list_value_array[0], -1 ) ) :
                                                                                                                                                $checked = ' checked';
                                                                                                                                                $list_value_array[0] = substr( $list_value_array[0], 0, -1 );
                                                                                                                                        endif;
                                                                                                                                ?>

                                                                                                                                <?php if( 'other' !== $list_value_array ) : ?>
                                                                                                                                        <label for="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>">
                                                                                                                                                <input type="checkbox" id="<?php echo $champ['fieldValues']['cleanListValue'][$i]; ?>" name="<?php echo $champ['key']; ?>[]" value="<?php echo $list_value_array[0]; ?>"<?php echo $checked; ?> class="<?php echo $champ['fieldValues']['cleanListValue'][$i] . ' ' . $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-name="<?php echo $champ['key']; ?>">
                                                                                                                                                <?php echo ( '' !== $list_value_array[1] ) ? ucfirst($list_value_array[1]) : ucfirst($list_value_array[0]); ?>
                                                                                                                                        </label>
                                                                                                                                <?php else : ?>
                                                                                                                                        <label for="other-<?php echo $champ['key']; ?>">
                                                                                                                                                <input type="checkbox" id="other-<?php echo $champ['key']; ?>" name="<?php echo $champ['key']; ?>[]" value="other" class="other <?php echo $champ['key']; ?>" data-label="<?php echo $champ['name']; ?>" data-element="checkboxes" data-name="<?php echo $champ['key']; ?>">
                                                                                                                                                Autre
                                                                                                                                        </label>
                                                                                                                                <?php endif; ?>

                                                                                                                        <?php endforeach; ?>

                                                                                                                </div>
                                                                                                        </div>
                                                                                                </div>
                                                                                        <?php break;

                                                                                        case 'select': ?>
                                                                                                <div class="control-group mb-3">
                                                                                                        <label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
                                                                                                        <div class="col-sm-8 mb-3">
                                                                                                                <div class="select-wrapper add-field-select <?php echo $help; ?>">
                                                                                                                        <select id="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . ' ' . $champ['element']; ?> form-control has-tooltip custom-select mb-2"<?php echo $required; ?> data-label="<?php echo $champ['name']; ?>" data-name="<?php echo $champ['key']; ?>" <?php echo $description; ?>>

                                                                                                                                <?php foreach ( $champ['fieldValues']['listValue'] as $index => $list_value_array ) : ?>

                                                                                                                                        <?php
                                                                                                                                                $is_default = '#' === substr( $list_value_array[0], -1 );
                                                                                                                                                $is_placeholder = null === $list_value_array[0];
                                                                                                                                                $selected = $is_default || $is_placeholder ? ' selected="selected"' : '';
                                                                                                                                                if ( $is_default ) :
                                                                                                                                                        $list_value_array[0] = substr( $list_value_array[0], 0, -1 );
                                                                                                                                                endif;
                                                                                                                                        ?>

                                                                                                                                        <?php if( 'other' !== $list_value_array ) : ?>
                                                                                                                                                <option value="<?php echo $list_value_array[0]; ?>"<?php echo $selected; ?><?php echo $is_placeholder ? ' hidden': ''; ?> data-name="<?php echo $champ['key']; ?>">
                                                                                                                                                        <?php echo ( '' !== $list_value_array[1] ) ? ucfirst($list_value_array[1]) : ucfirst($list_value_array[0]); ?>
                                                                                                                                                </option>
                                                                                                                                        <?php else : ?>
                                                                                                                                                <option id="other-<?php echo $champ['key']; ?>" class="other form-control is-select" value="other" data-element="<?php echo $champ['element']; ?>" data-name="<?php echo $champ['key']; ?>">Autre</option>
                                                                                                                                        <?php endif; ?>
                                                                                                                                <?php endforeach; ?>
                                                                                                                        </select>
                                                                                                                </div>
                                                                                                        </div>
                                                                                                </div>
                                                                                        <?php break;

                                                                                        case 'textarea': ?>
                                                                                                <div class="control-group">
                                                                                                        <label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $help . $mandatory; ?> " ><?php echo $champ['name'] . $help_button; ?></label>
                                                                                                        <div class="col-sm-8 mb-3">
                                                                                                                <textarea type="<?php echo $champ['element']; ?>" id="<?php echo $champ['key']; ?>" name="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . $help; ?> form-control has-tooltip" <?php echo $description . $placeholder . $required; ?> data-label="<?php echo $champ['name']; ?>"></textarea>
                                                                                                        </div>
                                                                                                </div>
                                                                                        <?php break;

                                                                                        case 'range': ?>
                                                                                                <div class="control-group">
                                                                                                        <label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $help . $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
                                                                                                        <div class="col-sm-8 mb-3 row">
                                                                                                                <?php
                                                                                                                        $div_range_min_max = '';

                                                                                                                        if ( isset( $champ['fieldValues']['min'] ) )  {
                                                                                                                                $div_range_min_max =
                                                                                                                                        "<p class=\"col-2 range-values text-center font-weight-bold\">".
                                                                                                                                                "Min " . $champ['fieldValues']['min'] .
                                                                                                                                        "</p>";
                                                                                                                        }

                                                                                                                        $div_range_min_max .= '<div class="range-live-value range-values text-center font-weight-bold col-';

                                                                                                                        if ( isset( $champ['fieldValues']['min'] ) && isset( $champ['fieldValues']['max'] ) ) {
                                                                                                                                $div_range_min_max .= '8';
                                                                                                                        } elseif ( isset( $champ['fieldValues']['min'] ) || isset( $champ['fieldValues']['max'] ) ) {
                                                                                                                                $div_range_min_max .= '10';
                                                                                                                        } else {
                                                                                                                                $div_range_min_max .= '12';
                                                                                                                        }

                                                                                                                        $div_range_min_max .= '" onload="this.innerText = document.getElementById(&apos;ajouter-obs&apos;).value"></div>';

                                                                                                                        if( isset( $champ['fieldValues']['max'] ) ) {
                                                                                                                                $div_range_min_max .=
                                                                                                                                        "<p class=\"col-2 range-values text-center font-weight-bold\">".
                                                                                                                                                "Max " . $champ['fieldValues']['max'] .
                                                                                                                                        "</p>";
                                                                                                                        }

                                                                                                                        echo $div_range_min_max;
                                                                                                                ?>
                                                                                                                <input type="<?php echo $champ['element']; ?>" name="<?php echo $champ['key']; ?>" class="pl-3 custom-range <?php echo $champ['key'] . $help; ?> form-control has-tooltip" <?php echo $description . $placeholder . $step . $default . $min . $max . $required; ?> data-label="<?php echo $champ['name']; ?>">
                                                                                                        </div>
                                                                                                </div>
                                                                                                <?php break;

                                                                                        case 'number':
                                                                                        case 'date': ?>
                                                                                                <div class="control-group">
                                                                                                        <label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
                                                                                                        <div class="col-sm-8 mb-3">
                                                                                                                <input type="<?php echo $champ['element']; ?>" name="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . $help; ?> form-control has-tooltip"<?php echo  $pattern . $description . $placeholder . $step . $default . $min . $max . $required; ?> data-label="<?php echo $champ['name']; ?>">
                                                                                                        </div>
                                                                                                </div>
                                                                                                <?php break;

                                                                                        case 'text' :
                                                                                        case 'email':
                                                                                        default: ?>
                                                                                                <div class="control-group">
                                                                                                        <label for="<?php echo $champ['key']; ?>" class="col-sm-8<?php echo $mandatory; ?>"><?php echo $champ['name'] . $help_button; ?></label>
                                                                                                        <div class="col-sm-8 mb-3">
                                                                                                                <input type="<?php echo $champ['element']; ?>" name="<?php echo $champ['key']; ?>" class="<?php echo $champ['key'] . $help; ?> form-control has-tooltip" <?php echo $description . $placeholder . $required; ?> data-label="<?php echo $champ['name']; ?>">
                                                                                                        </div>
                                                                                                </div>
                                                                                        <?php break;
                                                                                }
                                                                        ?>
                                                                                </div>
                                                                <?php endforeach; ?>
                                                        </div>
                                                </form>
                                        <?php endif; ?><!-- Fin champs supplémentaires -->

                                        <form id="form-upload" class="form-horizontal bloc-top" action="<?php echo $url_ws_upload ?>" method="post" enctype="multipart/form-data">
                                                <h2><?php echo $image['titre']; ?></h2>
                                                <p id="miniature-info">
                                                        <?php echo $image['aide']; ?>
                                                </p>
                                                <div id ="photos-conteneur" class="control-group col-sm-12">
                                                        <div>
                                                                <label for="fichier" class="label-file btn btn-large btn-info mb-3">
                                                                        <span class="label-text"><i class="fas fa-download"></i> <?php echo $image['ajouter']; ?></span>
                                                                        <input type="file" id="fichier" name="fichier" class="input-file" accept="image/jpeg" multiple>
                                                                        <input type="hidden" name="MAX_FILE_SIZE" value="5242880">
                                                                </label>
                                                        </div>
                                                        <span for="fichier" class="error" style="display: none;"><?php echo $observation['error-image-requise'];?></span>

                                                        <div id="miniatures"></div>
                                                        <p class="miniature-msg" class="span12">&nbsp;</p>
                                                </div>
                                        </form>

                                        <div id="image" class="row"></div>
                                </div>

                                <!-- Bouton cr&ation d'une obs -->
                                <div class="row mb-3">
                                        <div class="centre" title="<?php echo $resume['creer-title']; ?>">
                                                <button id="ajouter-obs" class="btn btn-success"><i class="fas fa-check-square"></i> <?php echo $resume['creer']; ?></button>
                                        </div>
                                </div>

                                <!-- Messages d'erreur du formulaire-->
                                <div class="row">
                                        <div class="zone-alerte">
                                                <div id="message-chargement" class="alert alert-secondary alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $resume['alertchargt']; ?></h4>
                                                        <p><?php echo $resume['alertchargt-desc']; ?></p>
                                                </div>
                                        </div>
                                        <div class="zone-alerte">
                                                <div id="dialogue-bloquer-creer-obs" class="alert alert-warning alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $resume['alert10max']; ?></h4>
                                                        <p><?php echo $resume['alert10max-desc']; ?></p>
                                                </div>
                                        </div>
                                        <div class="zone-alerte">
                                                <div id="dialogue-form-invalide" class="alert alert-warning alert-block hidden">
                                                        <a class="close">×</a>
                                                        <h4 class="alert-heading"><?php echo $resume['alertchp']; ?></h4>
                                                        <p><?php echo $resume['alertchp-desc']; ?></p>
                                                </div>
                                        </div>
                                </div>

                                <!-- Affiche le tableau récapitualif des observations ajoutées -->
                                <div id="zone-liste-obs" class="bloc-top hidden">
                                        <div class="alert alert-info">
                                                <h2 class="transmission-title"><strong><?php echo $resume['titre']; ?> <span class="obs-nbre badge badge-info">0</span></strong></h2>
                                                <button id="transmettre-obs" class="btn btn-success droite" disabled="disabled"
                                                        title="<?php echo $resume['trans-title']; ?>" type="button">
                                                        <?php echo $resume['trans']; ?>
                                                </button>
                                        </div>
                                        <!-- chargement -->
                                        <div id="chargement" class="modal-fenetre hidden">
                                                <div id="chargement-centrage" class="modal-contenu">
                                                        <div class="progress active">
                                                                <div id="barre-progression-upload" class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="10" style="">
                                                                                <span class="sr-only">0/10 <?php echo $resume['nbobs']; ?></span>
                                                                        </div>
                                                        </div>
                                                        <p id="chargement-txt"><?php echo $resume['transencours']; ?></p>
                                                </div>
                                        </div>
                                        <div id="liste-obs" ></div>
                                        <div class="row">
                                                <div class="zone-alerte">
                                                        <div id="dialogue-zero-obs" class="alert alert-block hidden">
                                                                <a class="close">×</a>
                                                                <h4 class="alert-heading"><?php echo $resume['alert0obs']; ?></h4>
                                                                <p><?php echo $resume['alert0obs-desc']; ?></p>
                                                        </div>
                                                        <div id="dialogue-obs-transaction-ok" class="alert alert-success alert-block hidden">
                                                                <a class="close">×</a>
                                                                <h4 class="alert-heading"><?php echo $resume['info-trans']; ?></h4>
                                                                <div class="alert-txt"></div>
                                                        </div>
                                                        <div id="dialogue-obs-transaction-ko" class="alert alert-error alert-block hidden">
                                                                <a class="close">×</a>
                                                                <h4 class="alert-heading"><?php echo $resume['alerttrans']; ?></h4>
                                                                <div class="alert-txt"></div>
                                                        </div>
                                                </div>
                                        </div>
                                </div>

                                <!-- Templates HTML -->
                                <div id="tpl-transmission-ok" class="hidden">
                                        <p class="msg"><?php echo $resume['transok']; ?></p>
                                </div>
                                <div id="tpl-transmission-ko" class="hidden">
                                        <p class="msg"><?php echo $resume['transkomsg']; ?><a href="<?php echo $url_remarques; ?>?lang=fr&service=cel&pageSource=<?php echo urlencode( 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] ); ?>" target="_blank" onclick="javascript: window.open( this.getAttribute( 'href' ), 'Tela Botanica - Remarques', config = 'height=700, width=640, scrollbars=yes, resizable=yes' ); return false;"><?php echo $resume['transkolien']; ?></a>.</p>
                                </div>
                        </div>
                </div>

                <!-- modale -->
                <div id="fenetre-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="fenetre-modal-label" style="display: none;" aria-hidden="true">
                        <div class="modal-dialog modal-dialog-centered" role="document">
                                <div class="modal-content">
                                        <div class="modal-header">
                                                <h5 class="modal-title" id="fenetre-modal-label"></h5>
                                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                                        <span aria-hidden="true">&times;</span>
                                                </button>
                                        </div>
                                        <div class="modal-body" id="print_content"></div>
                                        <div class="modal-footer"></div>
                                </div>
                        </div>
                </div>
                <!-- Jquery -->
                <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/1.11.1/jquery-1.11.1.min.js"></script>
                <!-- Jquery UI : nécessaire pour le minicalendrier et l'auto-complétion -->
                <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/jquery-ui/1.11.0/js/jquery-ui.min.js"></script>
                <!-- Jquery Plugins -->
                <!-- Jquery Validate : nécessaire pour la validation des formulaires -->
                <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/jquery.validate.min.js"></script>
                <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/additional-methods.min.js"></script>
                <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/validate/1.11.1/messages_fr.js"></script>
                <!-- Jquery Form :nécessaire pour l'upload des images -->
                <script type="text/javascript" src="https://resources.tela-botanica.org/jquery/form/3.51/jquery.form.min.js"></script>
                <!-- Bootstrap -->
                <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
                <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
                <!-- carto -->
                <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin="anonymous"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.js" integrity="sha512-ozq8xQKq6urvuU6jNgkfqAmT7jKN2XumbrX1JiB3TnF7tI48DPI4Gy1GXKD/V3EExgAs1V+pRO7vwtS1LHg0Gw==" crossorigin="anonymous"></script>
                <script src="<?php echo $url_base;?>js/tb-geoloc/js/modules/leaflet-gesture-handling.min.js"></script>
                <!-- Connexion, bloc de prévisualisation, date -->
                <script type="module" src="<?php echo $url_base; ?>js/WidgetSaisie.js"></script>
                <script type="text/javascript">
                        //<![CDATA[
                                const NBRE_ELTS_AUTOCOMP = 20,
                                        widgetProp = {
                                        // url jusqu'à "/widget:cel:"
                                        'urlWidgets'                        : "<?php echo $widgets_url; ?>",
                                        // module utilisé (apa,lg,streets)
                                        'projet'                            : "<?php echo $widget['projet']; ?>",
                                        // id du projet
                                        'idProjet'                          : "<?php echo $widget['id_projet']; ?>",
                                        // La présence du parametre 'debug' dans l'URL enclenche le débogage
                                        'debug'                             : <?php echo isset( $_GET['debug'] ) ? 'true' : 'false'; ?>,
                                        // La présence du parametre 'html5' dans l'URL enclenche les fonctions avancées HTML5
                                        'html5'                             : <?php echo isset($_GET['html5']) ? 'true' : 'false'; ?>,
                                        // Mot-clé du widget/projet
                                        'tagsMotsCles'                      : "<?php echo $widget['motscles']; ?>",
                                        // Mots-clés à ajouter aux images
                                        'tagImg'                            : "<?php echo isset($widget['tag-img']) ? $widget['tag-img'] : ''; ?>",
                                        // Mots-clés à ajouter aux observations
                                        'tagObs'                            : "<?php echo isset($widget['tag-obs']) ? $widget['tag-obs'] : ''; ?>",
                                        // Précharger le formulaire avec les infos d'une observation
                                        'obsId'                             : "<?php echo isset($_GET['id-obs']) ? $_GET['id-obs'] : ''; ?>",
                                        // URL du web service réalisant l'insertion des données dans la base du CEL.
                                        'serviceSaisieUrl'                  : "<?php echo $url_ws_saisie; ?>",
                                        // URL du web service permettant de récupérer les infos d'une observation du CEL.
                                        'serviceObsUrl'                     : "<?php echo $url_ws_obs; ?>",
                                        // langue
                                        'langue'                            : "<?php echo $widget['langue']; ?>",
                                        // Squelette d'URL du web service de l'annuaire.
                                        'serviceAnnuaireIdUrl'              : "<?php echo $url_ws_annuaire; ?>",
                                        // mode : prod / beta / local
                                        'mode'                              : "<?php echo $conf_mode; ?>",
                                        // URL de l'icône du chargement en cours d'une image
                                        'chargementImageIconeUrl'           : "<?php echo $url_base; ?>img/icones/chargement.gif",
                                        // URL de l'icône pour une photo manquante
                                        'pasDePhotoIconeUrl'                : "<?php echo $url_base; ?>img/icones/pasdephoto.png",
                                        // Code du référentiel utilisé pour les nom scientifiques.
                                        'nomSciReferentiel'                 : "<?php echo ( !empty( $widget['referentiel'] ) ) ? strtolower( $widget['referentiel'] ) : 'bdtfxr'; ?>",
                                        // Indication de la présence d'une espèce imposée
                                        'especeImposee'                     : "<?php echo $widget['especes']['espece_imposee']; ?>",
                                        // Tableau d'informations sur l'espèce imposée
                                        'infosEspeceImposee'                : "<?php echo $widget['especes']['infos_espece']; ?>",
                                        // Indication de la présence d'un référentiel imposé
                                        'referentielImpose'                 : "<?php echo ( !empty( $widget['referentiel'] ) ) ? strtolower( $widget['referentiel'] ) : 'bdtfxr'; ?>",
                                        // #taxon est une liste
                                        'isTaxonListe'                      : <?php echo ( isset( $widget['especes']['taxons'] ) && count( (array) $widget['especes']['taxons'] ) )? 'true' : 'false' ; ?>,
                                        // Nombre d'élément dans les listes d'auto-complétion
                                        'autocompletionElementsNbre'        : NBRE_ELTS_AUTOCOMP,
                                        // URL du web service permettant l'auto-complétion des noms scientifiques
                                        'serviceAutocompletionNomSciUrl'    : "<?php echo $widget['especes']['url_ws_autocompletion_ns']; ?>?"+
                                                "masque={masque}&"+
                                                "recherche=etendue&"+
                                                "retour.champs=famille,nom_retenu,nom_retenu_complet,num_taxonomique,nom_retenu.id&"+
                                                "ns.structure=au,an&"+
                                                "navigation.limite=" + NBRE_ELTS_AUTOCOMP,
                                        // Squelette d'URL du web service permettant l'auto-complétion des noms scientifiques
                                        'serviceAutocompletionNomSciUrlTpl' : "<?php echo $widget['especes']['url_ws_autocompletion_ns_tpl']; ?>?"+
                                                "masque={masque}&"+
                                                "recherche=etendue&"+
                                                "retour.champs=famille,nom_retenu,nom_retenu_complet,num_taxonomique,nom_retenu.id&"+
                                                "retour.tri=alpharet&"+ // tri "à la CeL"
                                                "ns.structure=au,an&"+
                                                "navigation.limite=" + NBRE_ELTS_AUTOCOMP,
                                        // Nombre d'observations max autorisé avant transmission
                                        'obsMaxNbre'                        : 10,
                                        // Durée d'affichage en milliseconde des messages d'informations
                                        'dureeMessage'                      : 10000,
                                        // Squelette d'URL du web service d'eFlore fournissant les noms de communes.
                                        'serviceNomCommuneUrl'              : "https://api.tela-botanica.org/service:eflore:0.1/osm/nom-commune?lon={lon}&lat={lat}",
                                        // Squelette d'URL du web service d'eFlore fournissant les noms de communes hors de France (localisation approximative).
                                        'serviceNomCommuneUrlAlt'           : "https://api.tela-botanica.org/service:eflore:0.1/wikipedia/nom-commune?lon={lon}&lat={lat}&nbre=1",
                                        'photoObligatoire'                  : <?php echo isset($widget['photo_obligatoire']) && $widget['photo_obligatoire'] === '1' ? 'true' : 'false'; ?>
                                };
                        //]]>
                </script>
                <!-- Barre de navigation -->
                <?php if ( $bar ): ?>
                        <script src="<?php echo $url_script_navigation; ?>"></script>
                <?php endif; ?>
        </body>
</html>