王鼎鈞
2013年7月29日 11:00
");
$(".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哥倫比亞世界運動會」女子540kg組賽事,台北時間今(29)日凌晨2時傳來捷報,榮獲室內女子540公斤級冠軍,這是本屆世界運動會,中華台北代表隊的首金,也是第三次衛冕金牌成功,賽後第一時間代表隊也接獲馬總統賀電。
台北市教育局指出,今日賽事對手共有5隊,依出賽分別是:荷蘭、瑞士、中國、德國及南非,中華隊以預賽5戰全勝第一名進入四強(中國大陸棄權)。四強賽及冠亞軍戰中,中華隊分別再以3:0勝瑞士及荷蘭,以完美的全勝戰績衛冕金牌!
參賽隊員為:李汶霖、阿摩斯、李洳君、施昭伃、王若存、卓旻鈴、葉柔辰、鄧郁潔及林芳鈴。全員目前皆為國立台灣師範大學體育系學生,且除林芳鈴外,其餘全為景美女中拔河隊校友,她們更是2009年共同為中華民國勇奪義大利世界盃室內賽的代表隊成員,默契與實力均有目共睹。
為了面對此次世運會金牌衛冕任務,在郭昇教練帶領下,以景美女中為主要訓練基地,從年初就已進入積極備戰狀態,景美女中拔河隊也在此期間共同培訓,磨練戰力,今日終於收穫甜美的成果!
賽後,據此次隨隊出賽的景美女中林麗華校長表示,這面金牌得來不易,獲獎後大家都十分激動及高興,更要感謝各界的關心與支持,這塊金牌要獻給在台灣所有關心拔河隊的每一個人。
代表隊預計在明日晚上9時5分,搭乘華航CI005班機(第二航廈)返抵國門。
關鍵字:
馬英九
世運
拔河
景美女中
台師大
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
留言列表