document.voting=false; function StarOn(pThis,pIDUV,pSN,pPrefix,pType){ if(typeof(pPrefix)=="undefined")pPrefix=""; if(typeof(pType)=="undefined")pType="Video"; if(pType=="Video")icon="star"; if(pType=="Sportif")icon="cup"; if(document.voting==false){ for(s=1;s<=pSN;s++){ if(document.getElementById("img"+icon+"_"+pIDUV+"_"+s+pPrefix)) document.getElementById("img"+icon+"_"+pIDUV+"_"+s+pPrefix).src="/images/"+icon+"_on.png"; } pThis.onmouseout=function(){ StarOff(this,pIDUV,pSN,pPrefix,pType); } } } function StarOff(pThis,pIDUV,pSN,pPrefix,pType){ if(typeof(pPrefix)=="undefined")pPrefix=""; if(typeof(pType)=="undefined")pType="Video"; if(pType=="Video")icon="star"; if(pType=="Sportif")icon="cup"; if(document.voting==false){ for(s=1;s<=pSN;s++){ if(document.getElementById("img"+icon+"_"+pIDUV+"_"+s+pPrefix)) document.getElementById("img"+icon+"_"+pIDUV+"_"+s+pPrefix).src="/images/"+icon+"_off.png"; } pThis.onmouseon=function(){ StarOn(this,pIDUV,pSN,pPrefix,pType); } } } function VideoVote(pIdUV,pScore,pPrefix){ if(typeof(pPrefix)=="undefined")pPrefix=""; document.voting=true; var aBox=new AjaxBox('GET',"/vote/video_vote.php?iduv="+pIdUV+"&score="+pScore,'debug','','CheckVote('+pIdUV+',"'+pPrefix+'")'); aBox.XHRGET(); } function SportifVote(pIdUV,pScore,pPrefix){ if(typeof(pPrefix)=="undefined")pPrefix=""; document.voting=true; var aBox=new AjaxBox('GET',"/vote/sportif_vote.php?iduv="+pIdUV+"&score="+pScore,'debug','','CheckVote('+pIdUV+',"'+pPrefix+'")'); aBox.XHRGET(); } function CheckVote(pIdUV,pPrefix){ if(typeof(pPrefix)=="undefined")pPrefix=""; var rslt=document.getElementById('vote_rslt'+pIdUV).innerHTML; if(rslt=="sessionError"){ OpenDisabled(); _voteKOMessage=new Windoz("/commun/message.php?&icon=stop&action=_voteKOMessage.Hide()&label_message=_message_votesession",false); _voteKOMessage.OnClose=function(){ _disabled.Hide(); } } if(rslt=="ko"){ OpenDisabled(); } if(rslt=="dejaVote"){ OpenDisabled(); _voteKOMessage=new Windoz("/commun/message.php?&icon=stop&action=_voteKOMessage.Hide()&label_message=_message_votedejaSportif",false); _voteKOMessage.OnClose=function(){ _disabled.Hide(); } } if(rslt!="sessionError" && rslt!="sessionError" && rslt!="dejaVote" && rslt!=""){ document.getElementById('voteInfo'+pIdUV+pPrefix).innerHTML=rslt; document.getElementById('vote_rslt'+pIdUV).innerHTML=""; } document.voting=false; }//2010© Copyright Menta Solutions. All rights reserved.