呂烱昌
2013年9月24日 12:41
");
$(".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();
});
}
//-------------------
});
-
一名休假英軍特種部隊士兵協助兩名女性逃出肯亞購物中心時,腰間還插著一把手槍。〔圖/翻攝自網路〕
國際中心/綜合報導
肯亞首都奈洛比(Nairobi)西門購物中心(Westgate Mall)遭遇恐怖份子襲擊,一名休假中的英國特種空勤團(Special Air ServiceSAS)士兵不顧危險,連續往返購物中心,救出多達100人。不過,肯亞外交部長證實,行兇的槍手包括英國與美國籍人士。
根據英國《每日郵報》(Daily Mail)報導,伊斯蘭好戰分子-索馬利亞青年黨21日攻擊西門購物中心時,這名休假士兵正在商場裡喝咖啡。儘管購物中心內槍林彈雨,不過這名英勇士兵仍12度往返購物中心,救出多達100名民眾。
根據媒體刊出的照片,這名士兵協助兩名女性逃出購物中心時,腰間還插著一把手槍。但是基於安全理由,英國政府不願公布這名士兵的身分。
英國特種部隊經常在肯亞受訓或執行任務,也與以色列特種部隊參與本次購物中心的攻堅行動。
伊斯蘭好戰分子朝購物商場人群開槍與丟擲手榴彈,3天的攻擊行動至少造成68死、175傷,;目擊者還指稱,槍手要求非穆斯林背誦可蘭經,如果背不出來就開槍處決。
肯亞外交部長穆罕默德(Amina Mohamed)證實,肯亞首都奈洛比西門購物中心攻擊案中,行凶者包括美國人和英國人。不過,肯亞當局否認槍手中有女性成員。
關鍵字:
肯亞
英國
英軍
外交部
以色列
特種
部隊
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:
留言列表