Subversion Repositories eFlore/Applications.cel

Rev

Rev 3217 | Rev 3239 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3217 Rev 3230
Line 411... Line 411...
411
            '<li>'+
411
            '<li>'+
412
            //   '<span>Lieu-dit :</span> ' + $( '#lieudit' ).val() + ' '+
412
            //   '<span>Lieu-dit :</span> ' + $( '#lieudit' ).val() + ' '+
413
            //   '<span>Station :</span> ' + $( '#station' ).val() + ' '+
413
            //   '<span>Station :</span> ' + $( '#station' ).val() + ' '+
414
              '<span>Milieu :</span> '+ $ ( '#milieu' ).val() + ' '+
414
              '<span>Milieu :</span> '+ $ ( '#milieu' ).val() + ' '+
415
            '</li>'+
415
            '</li>'+
416
            // '<li>'+
416
             '<li>'+
417
            //   'Commentaires : <span class="discretion">' + $( '#notes' ).val() + '</span>'+
417
               'Commentaires : <span class="discretion">' + $( '#notes' ).val() + '</span>'+
418
            // '</li>'+
418
             '</li>'+
419
          '</ul>'+
419
          '</ul>'+
420
        '</div>'+
420
        '</div>'+
421
      '</div>'+
421
      '</div>'+
Line 422... Line 422...
422
 
422
 
Line 432... Line 432...
432
  // var commune = $( '#commune-nom' ).text();
432
  // var commune = $( '#commune-nom' ).text();
433
  // commune = ( '' === commune.trim() ) ? commune : $( '#carte-recherche' ).val();
433
  // commune = ( '' === commune.trim() ) ? commune : $( '#carte-recherche' ).val();
Line 434... Line 434...
434
 
434
 
435
  $( '#liste-obs' ).data( 'obsId' + this.obsNbre, {
435
  $( '#liste-obs' ).data( 'obsId' + this.obsNbre, {
436
    'date' : $( '#date' ).val(),
436
    'date' : $( '#date' ).val(),
437
    // 'notes' : $( '#notes' ).val().trim(),
437
    'notes' : $( '#notes' ).val().trim(),
438
    'nom_sel' : $( '#taxon' ).val(),
438
    'nom_sel' : $( '#taxon' ).val(),
439
    'num_nom_sel' : $( '#taxon' ).data( 'numNomSel' ),
439
    'num_nom_sel' : $( '#taxon' ).data( 'numNomSel' ),
440
    'nom_ret' : $( '#taxon' ).data( 'nomRet' ),
440
    'nom_ret' : $( '#taxon' ).data( 'nomRet' ),
441
    'num_nom_ret' : $( '#taxon' ).data( 'numNomRet' ),
441
    'num_nom_ret' : $( '#taxon' ).data( 'numNomRet' ),
Line 493... Line 493...
493
};
493
};
Line 494... Line 494...
494
 
494
 
495
WidgetSaisie.prototype.surChangementReferentiel = function() {
495
WidgetSaisie.prototype.surChangementReferentiel = function() {
496
  this.nomSciReferentiel = $( '#referentiel' ).val();
496
  this.nomSciReferentiel = $( '#referentiel' ).val();
497
  $( '#taxon' ).val( '' );
497
  $( '#taxon' ).val( '' );
498
  this.initialiserAutocompleteCommune();
498
  //this.initialiserAutocompleteCommune();
499
  this.initialiserGoogleMap( false );
499
  //this.initialiserGoogleMap( false );
Line 500... Line 500...
500
};
500
};
501
 
501
 
502
WidgetSaisie.prototype.surChangementNbreObs = function() {
502
WidgetSaisie.prototype.surChangementNbreObs = function() {