呂烱昌
2013年9月5日 10:03
");
$(".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();
});
}
//-------------------
});
-
美軍B-1轟炸機將為攻打敘利亞打先鋒。〔圖/美國空軍〕
國際中心/綜合報導
美國對敘利亞採取軍事行動提案4日在國會參院外交委員會獲得通過,五角大廈預估以空襲方式攻打敘利亞,需花費數千萬美元。
聯邦參議院外交委員會在閉門聽證會後,以10比7通過對敘利亞採取軍事行動提案。不過,授權法案也加入許多限制,包括美軍干預期限為60至90天,並禁止地面部隊進入。
資深參議員馬侃(John McCain)所提擴大總統用兵權限的條文也一併納入,包括美國軍事行動旨在改變敘利亞戰區態勢,並在衝突結束後進行政治協商,讓敘利亞產生民主政府,這些條文為美國未來行動留下空間。
授權案在馬侃等共和黨議員同意下,可能9日在參院院會通過,但是眾議院支持與反對的議員各半,預料投票結果會相當接近。
美國防部長黑格(Chuck Hagel)4日在聯邦參議院作證時則指出,如果對敘利亞發動有限戰爭,預料將花費「數千萬美元」。
關鍵字:
美國
敘利亞
國防部
參議院
眾議院
留言列表