");
$(".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();
});
}
//-------------------
});
-
敘疑用化武 安理會要反派澄清
阿根廷駐聯合國大使、安全理事會輪值主席柏希佛22日表示,安理會要求敘利亞反對派「清楚說明」他們對政府軍使用化學武器的指控。(中央社製表)中央社 102年8月22日
實習記者金立蓉/綜合報導
敘利亞政府日前發動化學武器攻擊,包括施放毒氣,造成上千名民眾死亡,法國總統歐蘭德(Francois Hollande)23日致電聯合國秘書長潘基文,指控敘利亞屠殺平民百姓,並說敘利亞「有可能使用化學武器」。
根據《蘋果日報》報導,法國外交部長法布斯(Laurent Fabius)23日表示,若敘利亞政府被證實使用化武,國際社會有必要用武力回擊。
此外,聯合國目前已向敘利亞政府表態,要進入敘利亞政府內調查化學武器攻擊事件,但目前敘利亞政府未正式回應。不過潘基文則強調,調查進度刻不容緩,一定要追出真相。
針對此事件,據《中央社》報導,聯合國安全理事會討論敘利亞問題,因俄國和大陸反對,決議修改措辭強硬聲明,僅稱「必須弄清真相並密切關注事態發展」。
歐蘭德致電潘基文,表達法國的不安,且憂心敘利亞大屠殺,並呼應潘基文迅速展開公正調查的承諾,更重申全力支持聯合國。
據《費加洛報》(Le Figaro)報導,敘利亞反抗軍8月中旬已逐步逼近首都大馬士革,因此即可說明敘利亞總統巴夏爾.阿塞德(Bashar al-Assad)為什麼可能使用化學武器。
關鍵字:
敘利亞
大屠殺
化學武器
法國
潘基文
真相
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
留言列表