方正東
2013年8月25日 19:22
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
![]()
犀牛林益全希望可以完成徐總的遺願。(圖/資料照片義大犀牛提供)
記者方正東/台北報導
義大犀牛總教練徐生明辭世,陣中明星球員林益全難過不已,林益全說「徐總希望我可以像恰恰(彭政閔)一樣,不僅是成績好,也可以是人氣很高的球員」,林益全未來將朝這個目標努力,希望可以完成徐總的遺願。
林益全很感謝徐總,因為當年他還是代訓球員時,原本不想打職棒,但徐總與領隊劉志昇3次到家裡拜訪,誠意感動了林益全及家人,因此林益全最後還是決定加入興農牛,開啟了自己的職棒生涯。
2009年,是林益全的菜鳥年,這一年林益全表現亮眼,打擊率3成48、全壘打18支、打點113分,除了拿到打點王,還獲得一壘手的最佳十人、金手套獎以及新人王、年度MVP,集榮耀於一身,林益全說「其實那一年,我被徐總罵的很慘」,但林益全了解徐總都是為了他好,因此他也欣然接受徐總的建議。
今年,徐總又回來擔任義大犀牛的總教練,上半季封王戰當天,林益全就說「徐總變溫柔了」,或許是句玩笑話,不過在林益全的感覺,徐總雖然嚴厲,但他都是為了球員好,林益全很高興在自己的棒球生涯能碰到像徐總這樣的教練。 (接下一頁)
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
Lamigo桃猿
瘋棒球
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。