NOWnews.com 今日新聞網
2013年7月29日 16:48
");
$(".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();
});
}
//-------------------
});
-
史諾登事件引發的輿論大潮猛烈撞擊美國以國家安全為名的監控體系,然而,據美國《外交政策》雜誌文章稱,史諾登的揭秘不僅沒有達到預期效果,反而引起各國「聲討」美國網路科技公司,要求其停止為政府充當「網路間諜」。
大陸新聞中心/綜合報導
史諾登事件引發的輿論大潮猛烈撞擊美國以國家安全為名的監控體系,然而,據美國《外交政策》雜誌文章稱,史諾登的揭秘不僅沒有達到預期效果,反而引起各國『聲討』美國網路科技公司,要求其停止為政府充當『網路間諜』。
根據環球網報導,文章稱,外國政府已開始要求美國的網路科技公司移除設在本國境內的伺服器和資料庫。盡管這些網路巨頭通常很少照辦,但在史諾登事件後美國被視為『間諜大國』,在巨大輿論壓力下這些公司別無選擇。文章稱,美國國安局監視巴西和拉丁美洲通訊的行動被曝光之後,巴西通訊部長近日表示,要求美國互聯網服務供應商將資訊儲存在巴西,並指出控制資料資訊是國家主權的一部分。
巴西可能成為測試斯諾登反作用的國家。據巴西聖保羅報稱,巴西政府將在聯合國人權理事會9月9日的大會上正式譴責美國搜集資料。巴西顯然運氣不佳,47個席位中只有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
留言列表