Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 787 Rev 842
Line 23... Line 23...
23
 
23
 
24
				$("#zone-menu-haut ul #connectes span").prepend(nbVisiteurs);	
24
				$("#zone-menu-haut ul #connectes span").prepend(nbVisiteurs);	
Line 25... Line 25...
25
				$("#zone-menu-haut ul #inscrits span").prepend(nbInscrits);
25
				$("#zone-menu-haut ul #inscrits span").prepend(nbInscrits);
26
 
26
 
27
				// les div de classe infoInscrits se voient automatiquement concat�n� le nombre d'inscrits
27
				// les div de classe infoInscrits se voient automatiquement concat�n� le nombre d'inscrits
28
				if($(".infosInscrits") != null) {
28
				if($(".infosInscrits a") != null) {
29
					$(".infosInscrits").html(nbInscrits+$(".infosInscrits").html());
29
					$(".infosInscrits a").html(nbInscrits+$(".infosInscrits a").html());
30
				}
30
				}
31
			} else {
31
			} else {
32
				$("#zone-menu-haut").prepend('<span class="spacer125 hidden">&nbsp</span>');
32
				$("#zone-menu-haut").prepend('<span class="spacer125 hidden">&nbsp</span>');