Jean Yen
2013年7月18日 23:29
");
$(".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();
});
}
//-------------------
});
-
金管會。(圖/記者顏真真攝)
記者顏真真/台北報導
繼期交所之後,證交所電腦系統也出現狀況,金管會18日表示,只是個案,與駭客入侵無關,但已要求證交所必須確保資訊交易安全、投資人權益受到保障,不能再發生相同情況,同時,金管會也將督促證交所等周邊單位要確保交易安全,不能再發生類似狀況。
繼上周五期交所在臨收盤前大當機之後,股票市場18日也因為收盤前出現當機,造成收盤指數及成交量遲至2時23分才對外傳送,較正常應在1時33分傳送整整晚了50分鐘,證交所指出,造成收盤資訊延遲傳送並不是交易系統當機,經查是部分盤後彙整資訊揭示作業未能於規定時間內完成所造成;所有上市股票及權證都在下午1時33分內撮合收盤完成,並未影響投資人權益。
不過,由於上周期交所才出現狀況,外界質疑證券周邊單位的資訊管理是否過於鬆散,金管會表示,期交所發生電腦當機的事件之前,就已請周邊單位作好資訊安全,出事之後,金管會認為期交所對外說明太慢,要求期交所到證期局說明,並要求期交所進行補救,且不能再犯。
金管會強調,期交所交易系統異常事件正好可作為周邊單位的殷鑑,因此,證交所爆發交易系統異常後,該單位在訊息通報、對外說明等事件上的時程已加快。
金管會也指出,證交所系統異常屬個案,初步排除駭客入侵,並已要求證交所必須確保資訊交易安全、投資人權益受到保障,不能再發生相同的情況。金管會說,期交所、證交所發生問題,目前投資人的權益尚未受到影響,不過,金管會還要進一步瞭解是否有人為疏失。
關鍵字:
期交所
證交所
金管會
股市
投資人
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
留言列表