Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3710 → Rev 3711

/branches/v3.00-serfouette/widget/modules/saisie/squelettes/apa.tpl.html
63,7 → 63,7
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
 
<style>
.loading::after {
:not(.miniature).loading::after {
content:'';
display: inline-block;
background-image: url("<?php echo $url_base; ?>img/icones/chargement-image.gif");
/branches/v3.00-serfouette/widget/modules/saisie/squelettes/js/WidgetsSaisiesCommun.js
469,9 → 469,10
source: function( requete, add ) {
// la variable de requête doit être vidée car sinon le parametre "term" est ajouté
requete = '';
$( '#taxon-autocomplete-label' ).addClass( 'loading' );
if( lthis.valOk( $( '#referentiel' ).val(), false, 'autre' ) ) {
var url = lthis.getUrlAutocompletionNomsSci();
 
$( '#taxon-autocomplete-label' ).addClass( 'loading' );
$.getJSON( url, requete, function( data ) {
var suggestions = lthis.traiterRetourNomsSci( data );
add( suggestions );
/branches/v3.00-serfouette/widget/modules/saisie/squelettes/saisie.tpl.html
48,7 → 48,7
<!-- <link rel="icon" type="image/x-icon" href="favicon.ico" /> -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<style>
.loading::after {
:not(.miniature).loading::after {
content:'';
display: inline-block;
background-image: url("<?php echo $url_base; ?>img/icones/chargement-image.gif");