2013年10月28日 14:26
");
$(".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();
});
}
//-------------------
});
-
國安局長蔡得勝28日在立法院答詢時表示,陸廠「華為」通訊產品恐危害國安,國安局的政策就是禁止採購「華為」的產品。(圖:資料照)
記者胡健森/台北報導
中國大陸通訊設備大廠「華為」因具有中共解放軍背景及官方資金,可能會透過某些技術或設定,竊取使用者的資料,國安局長蔡得勝今(28)日在立法院答覆民進黨立委蔡煌瑯時表示,因「華為」通訊產品恐危害國安,國安局的政策就是禁止採購「華為」的產品。
民進黨立委蔡煌瑯今天在立法院質詢時,提出1份統計數據,點名調查局竟然採購了124組華為生產的「E173型行動網卡」,相關調查資料恐怕都將完全曝露,嚴重危害國安;蔡煌瑯要求,國安局應限制華為公司到台灣投標,不能優先採購華為產品。
蔡得勝答詢時則說,國內對華為產品使用相當保守,國安局一向高度關注,並且提醒決不能輕忽,對於蔡煌瑯「限制華為公司到台灣投標,不能優先採購華為產品」的要求,蔡得勝也正面回應說,「這個政策就是我們的政策」,現在已經決定要禁止。
關鍵字:
華為
解放軍
國安
蔡煌瑯
蔡得勝
留言列表