");
$(".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();
});
}
//-------------------
});
-
美國方面表示,任何讓史諾登離開機場的行為都讓人失望。〔圖/翻攝自網路〕
實習記者周靚/綜合報導
美國國務卿凱瑞在得知俄羅斯將發給美國情報洩密者史諾登(Edward Snowden)臨時文件後,打電話給俄羅斯外長拉夫羅夫,目前不知是否將影響史諾登命運,但史諾登仍未獲得俄國文件。
綜合媒體報導,美國方面在莫斯科時間25日再次呼籲,希望俄羅斯交出史諾登,讓他回到美國面對司法審判。
美國駐莫斯科大使麥弗爾(Michael McFaul)通過推特表示:「美國不是要求『引渡』,僅是要求歸還史諾登先生。我們曾將許多人遣返俄羅斯。」
美國國務院發言人莎琪(Jen Psaki)表示,凱瑞在電話中與拉夫羅夫重申,史諾登必須回到美國。此外,莎琪指出,「任何允許史諾登離開機場的行為,都讓人失望。」
為史諾登提供協助的律師庫奇瑞納(Anatoly Kucherena)表示,史諾登截至24日仍未獲得文件,這一狀況讓史諾登非常焦慮。此外,史諾登仍滯留在莫斯科謝瑞米提耶佛機場過境區。
據美聯社分析,「目前俄美關係因為敘利亞問題的分歧、美國政府對俄羅斯內政的干預而出現一系列矛盾,允許史諾登入境俄羅斯無疑將加劇兩國的緊張關係。」
目前,史諾登仍在等待俄羅斯的文件。
關鍵字:
美國
俄羅斯
史諾登
文件
司法審判
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
留言列表