/[openfoncier]/trunk/app/consultation_multiple.php
ViewVC logotype

Diff of /trunk/app/consultation_multiple.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 596 by vpihour, Mon Nov 5 14:39:47 2012 UTC revision 606 by vpihour, Tue Nov 6 09:57:46 2012 UTC
# Line 523  Line 523 
523                  $('.liste_gauche_service_selected').each(                  $('.liste_gauche_service_selected').each(
524                      function(i) {                      function(i) {
525                                                    
526                            var id = $(this).attr('id');
527                            data += ';' + id.split('_')[1] + '_' + id.split('_')[2] ;
528                            
529                          if ( !$(this).is(':visible') )                          if ( !$(this).is(':visible') )
530                              return;                              return;
                               
                         var id = $(this).attr('id');  
531                                                    
532                          if ( listServ.length > 0 && listServ.indexOf(id.split('_')[1]) != -1 )                          if ( listServ.length > 0 && listServ.indexOf(id.split('_')[1]) != -1 )
533                              return;                              return;
534                          listServ[i] = id.split('_')[1];                          listServ[i] = id.split('_')[1];
535                          data += ';' + id.split('_')[1] + '_' + id.split('_')[2] ;                          
536                                                    
537                          $('.list-sel-ser-them').append(                          $('.list-sel-ser-them').append(
538                              '<div class=\'row liste_droite_service\'>'+                              '<div id=\'s' + i + '\' class=\'row liste_droite_service\'>'+
539                                  '<div class=\'cell1\'>'+                                  '<div class=\'cell1\'>'+
540                                      '<div class=\'' + $(this).attr('id') + '\' name=\'' + $(this).attr('id') + '\'>'+                                      '<div class=\'' + $(this).attr('id') + '\' name=\'' + $(this).attr('id') + '\'>'+
541                                          $(this).html().split('<')[0]+                                          $(this).html().split('<')[0]+

Legend:
Removed from v.596  
changed lines
  Added in v.606

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26