康仁俊
2013年5月27日 12:36
");
$(".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();
});
}
//-------------------
});
-
雲豹甲車。(圖:記者邱榮吉攝)
記者康仁俊/台北報導
國家安全會議今(27)日指出,本(102)年「政軍兵推」已奉總統馬英九核定,從28日上午7時到下午5時30分,在「國家政軍指揮中心(大直)」實施,總統並將首次搭乘雲豹甲車前往指揮中心參加演習。
國安會表示,近年來東、南海已陸續發生多次與領海或領土相關之武裝對峙事件,許多國際研究單位分析,認為東、南海是亞洲之衝突熱點(Flash Point),未來在本區域內發生軍事衝突之可能性正逐漸提升。
面對東、南海情勢日益緊繃的情況,一旦發生軍事衝突,必將對我國家安全造成嚴重影響。因此,本年政軍兵推係以東(南)海發生軍事衝突為想定基礎,針對可能產生的區域政治、外交、經貿、交通及兩岸關係等危機,進行跨部會模擬與應變訓練,期能強化因應國安危機之能力。
國安會表示,參演單位包括總統府、國安會、國安局、行政院及相關部會。演習想定是由相關部會共同規劃,其內容與演習期間相關部會之研析及建議,均著眼於驗證危機階段政府運作機制,與我國外交及兩岸政策無實際關連。
關鍵字:
雲豹甲車
國家安全會議
馬英九
總統
國安局
雲豹甲車
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
留言列表