2013年8月25日 01:05
");
$(".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();
});
}
//-------------------
});
-
義大犀牛總教練徐生明是中職史上最多勝教頭。(圖/義大犀牛提供)
記者吳政紘/綜合報導
2013年6月25日,徐生明總教練成為中華職棒首位達成生涯700勝的總教練,也是史上最多勝教頭,完成了不可能的任務。
從職棒2年開始,徐總的職棒紀錄依舊驚人,1991年他帶領味全龍隊打下上半季冠軍,當年他的執教戰績為46勝、36敗、8和,勝率5成61。
味全龍隊一直都是中華職棒強隊代名詞,在徐總的帶領下,味全龍隊成績都不差,1998年(職棒9年),徐總帶領味全龍隊打下隊史單季最多勝(56勝)記錄,隔年也完成3連霸的偉業。
台灣大聯盟時期,徐總任教年代雷公隊,現任Lamigo桃猿隊總教練洪一中也是他當時的球員之一,徐總在台灣大聯盟留下105勝、108敗,3和的戰績,無法幫雷公隊拿到隊史總冠軍。
雖然徐總曾在2004年-05年曾帶過中信鯨隊,不過都是敗多勝少,04年他拿到38勝、43敗、4和的戰績,05年他則是以47勝、49敗4和完成任務。
2008年興農戰績不佳,請徐總來調體質,他在2010年就馬上讓興農成為單季65勝、53敗的超級勁旅,也拿下上半季總冠軍,可惜最後輸給兄弟象隊,無緣拿到總冠軍。 (接下一頁)
關鍵字:
中職
義大
桃猿
兄弟
義大
統一
鎌田
日職
瘋棒球
徐生明
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' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表