2013年7月26日 09:25
");
$(".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();
});
}
//-------------------
});
-
Greg Oden接受測試,盼重返NBA賽場。(圖/美聯社/達志影像)
記者朱修寬/綜合報導
Greg Oden剛結束在印第安納波里斯的測試,美國時間週二,他在邁阿密熱火總教練Erik Spoelstra、新任沙加緬度國王總管Pete D'Alessandro及紐奧良鵜鶘球團高層面前展示訓練成果。
根據《ESPN》報導,Oden也將於美國時間週四,為亞特蘭大老鷹隊的管理階層展示訓練成果,並證明自己是健康無虞的。
聖安東尼奧馬刺和達拉斯小牛依然繼續積極地爭取Oden加盟,但是在這場搶人大戰中,目前各隊仍處於資料蒐集階段,至今還沒有任何一支球隊與這位前NBA「選秀狀元」有更進一步接觸或是提出合約報價。
報導指出,整個測試過程還算順利,Oden展現了一些進攻技巧,身手靈活而敏捷。
馬刺和熱火身為2012-13球季的總冠軍戰組合,也都對Oden釋出善意。克里夫蘭騎士本來也有意將Oden納入旗下,直到近日簽下Andrew Bynum後才退出競爭行列。
現年25歲的Greg Oden,與多不勝數的膝傷奮戰已久,而且自從2009年12月5日之後,就再也沒打過任何一場NBA賽事,另外他在2012年2月接受第三次膝關節透鏡手術。 (接下一頁)
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
留言列表