CoeurNet est le portail des églises protestantes de l'agglomération Grenobloise et environs adhérentes à la Fédération Évangélique de France (FEF).
- Actualités chrétiennes locales: concerts, évènements, activités des églises
- Services (petites annonces, vacances chrétiennes)
- Articles de réflexion pour découvrir la foi ou en comprendre les implications: éthique, science et foi, témoignages
Site inscrit depuis le 18/10/2003
new Starbox('ratig_elmt1', 3.5, { overlay: 'pointy.png', className: 'pointy', onRate:function(element, info) {
var UpdateRating = new Ajax.Request('/modules/rating/?n='+info.rated+'&vars=HitList|site_nbvote|site_pointsvote|Cle|900',{method: 'get'});
var indicator = element.down('.indicator');
indicator.update('Vous avez voté ' + info.rated + '/' + '5');
window.setTimeout(function() { indicator.update('Merci pour votre vote') }, 2000);
new Effect.Highlight(indicator);
}, indicator: '#{total} votes (note : #{average}/5)', total: 8 });
// attach the custom events on DOM loaded
document.observe('dom:loaded', function() {
$w('1').each(function(demo) {
$('ratig_elmt' + demo).observe('starbox:changed', starboxChangedText) // observe the mouseover
.observe('starbox:rated', starboxRatedText) // observe the click
.observe('starbox:left', starboxLeftText); // observe the mouseout
});
});