D2 / J5 : Kotoko sombre, Ifodjè solide leader dans le sud - Résultats, classement
par
Jacques Pekemsi
·
5 novembre 2018
Plus rien ne va pour Kotoko. Le club de Lavié a enchainé une seconde défaite consécutive. Alors qu’il était leader solide, la formation se voit recalée à la 4ème place. Ce weekend, c’est Arabia qui a fait la loi à Tabligbo 2-0.
Sans leur coach Yao Fortuné suspendu, les joueurs de Lavié n’ont pas fait le poids. Au même moment, dans une chaude rencontre à Tsevié, Ifodjè fait le Hold-up parfait en s’imposant 3-2 face à Espoir. Le derby de Lomé entre Entente II et Agaza est allé en faveur des jaunes de Kodjoviakopé.
Résultats Zone Sud
Espoir 2-3 Ifodjè
Agaza 1-3 Entente2
Okiti 0-0 Étoile F.
Arabia 2-0 Kotoko
SNPT 1-0 Asfosa
Classement Zone Sud
1-IFODJÈ. 13pts+5
2-ARABIA. 10pts+3
3-ETOILE F. 10pts+2
4-KOTOKO. 10pts+1
5-AGAZA. 08pts+0
6-ENTENTEII. 06pts+0
7-OKITI. 05pts-1
8-SNPT. 04pts-3
9-ESPOIR. 03pts-3
10-ASFOSA. 01pt-4
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ''}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
$('#facebook').sharrre({
share: {
facebook: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var $_shareContainer = $(".sharrre-container"),
$_header = $('#header'),
$_postEntry = $('.entry'),
$window = $(window),
startSharePosition = $_shareContainer.offset(),//object
contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(),
topOfTemplate = $_header.offset().top,
topSpacing = _setTopSpacing();
//triggered on scroll
shareScroll = function(){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing);
$_shareContainer.css({position : 'fixed'});
if( scrollTop > stopLocation ){
$_shareContainer.css( { position:'relative' } );
$_shareContainer.offset(
{
top: contentBottom - $_shareContainer.outerHeight(),
left: startSharePosition.left,
}
);
}
else if (scrollTop >= $_postEntry.offset().top - topSpacing){
$_shareContainer.css( { position:'fixed',top: '100px' } );
$_shareContainer.offset(
{
//top: scrollTop + topSpacing,
left: startSharePosition.left,
}
);
} else if (scrollTop 1024 ) {
topSpacing = distanceFromTop + $('.nav-wrap').outerHeight();
} else {
topSpacing = distanceFromTop;
}
return topSpacing;
}
//setup event listeners
$window.scroll( _.throttle( function() {
if ( $window.width() > 719 ) {
shareScroll();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
$window.resize( _.debounce( function() {
if ( $window.width() > 719 ) {
shareMove();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
});