呂烱昌
2013年10月9日 13:12
");
$(".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();
});
}
//-------------------
});
-
北韓最高領導人金正恩向目前在任的外交官下達命令,截止至本月末,北韓外交官的子女只允許一人在國外陪同,其餘人必須立刻回國。
國際中心/綜合報導
北韓領導人喜歡口出狂言,南韓情報單位指出,北韓勞動黨第一書記金正恩經常表示:「將在3年內實現武力統一韓國。」
根據南韓《朝鮮日報》報導,韓國情報院院長南在俊8日前往國會情報委員會報告時表示:北韓正在重整、加強金正恩唯一權力體系。
報告指出,北韓修改戰時計劃《戰時事業細則》,明確規定「當共和國南半部的民主愛國力量揭竿而起,要求北方支援時,將宣佈開戰。」金正恩更經常表示:「將在3年內實現武力統一韓國。」
北韓同時修改了最高政治思想規範文件《唯一思想十大原則》,明文規定要對金正恩絕對服從等,堅持獨裁、擁核、先軍路線等。為加強對金正恩的偶像崇拜,北韓還修建金正恩生母高英姬的墓地,並強迫北韓居民參拜。
報告更指出,為強化對南韓的軍事威脅,北韓在南韓首都首爾北方一帶部署了射程升級的240mm火箭炮,白翎島附近島嶼也部署了122mm火箭炮。
關鍵字:
北韓
金正恩
南韓
統一
火箭
思想
留言列表