Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1289 Rev 1294
Line 470... Line 470...
470
			}
470
			}
471
		} else if (nouvellesDonnees instanceof PublicationAPersonneListe)	{
471
		} else if (nouvellesDonnees instanceof PublicationAPersonneListe)	{
472
			afficherPublications((PublicationAPersonneListe) nouvellesDonnees);
472
			afficherPublications((PublicationAPersonneListe) nouvellesDonnees);
473
		}
473
		}
Line 474... Line 474...
474
		
474
		
475
		if (ontologieRecue && personneAAfficher != null && personneAffichee == false)	{
-
 
476
			
-
 
477
			Debug.log(">>> personneAAfficher = "+personneAAfficher.toString());
-
 
478
			
475
		if (ontologieRecue && personneAAfficher != null && personneAffichee == false)	{			
479
			afficherDetailPersonne(personneAAfficher);
476
			afficherDetailPersonne(personneAAfficher);
480
			personneAffichee = true;
477
			personneAffichee = true;
481
		}
478
		}