Maggie Wu
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();
});
}
//-------------------
});
-
西班牙24日發生火車出軌意外,死傷慘重
記者吳毓敏/綜合報導
西班牙西北部加利西亞地區(Galicia)發生41年來最嚴重的火車出軌意外,據外電報導,死亡人數已經升至80人。西班牙官員指出,初步排除恐怖攻擊導致意外發生。此外,加利西亞高等法院發言人表示,在事故中僅受輕傷的火車司機已接受調查,並承認自己過彎超速,才會釀成這起出軌慘案。
據英國廣播公司(BBC)報導,當地時間24日20時42分,西班牙加利西亞自治區首府聖地牙哥至德孔波斯特拉車站附近發生火車脫軌事故,列車13節車廂全部翻覆,倒數第二節車廂徹底損毀。
這起事故發生後至少有130名傷者被送往醫院,目前仍有95名傷者留院治療,其中有包括兒童在內的32人情況最為嚴重,此外,這次事故是西班牙繼1972年一列火車和一輛巴士相撞,造成86死、112人傷後,41年來傷亡最慘重的火車事故。
據悉,25日是天主教聖雅各節(Saint James),全球有數萬名天主教信徒湧入聖城聖地牙哥德孔波斯特拉朝聖。因此,傷者還包含許多來自英、美等其他國家的外國遊客。據我國外交部表示,傷亡名單中並無台灣乘客。
目前當局已經展開正式調查。 據加利西亞高等法院發言人表示,在事故中僅受輕傷的火車司機承認,當時列車正通過一個大彎,事發地點的速限是80公里,而火車以時速190公里的高速行進才會釀災。
另外,西班牙首相拉霍伊宣布全國將為在此次火車事故中的遇難者致哀3天。此前,加利西亞自治區已宣布7天致哀。
關鍵字:
西班牙
聖地牙哥
朝聖
加利西亞
聖雅各節
天主教
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
留言列表