王鼎鈞
2013年8月7日 06:18
");
$(".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日在政院舉行記者會,回應民眾對洪仲丘案訴求,提出推動修正軍事審判法等回應。(圖/中央社/102年8月3日)
記者王鼎鈞/分析報導
前國防部長高華柱因洪仲丘案下台,楊念祖接任不到6天被爆文章抄襲請辭,總統馬英九、行政院長江宜樺臉上無光,國安幕僚也難撇清責任。
陸軍下士洪仲丘7月4日枉死,高華柱15日請辭,但馬總統與江揆肯定高華柱是位勇於負責的首長,不需為此事請辭。但洪案真相未明,輿論撻伐不斷,府院藉內閣小改組時機,29日宣布讓高華柱黯然下台。
由於洪案發生時,高華柱人在國外,由當時的副部長楊念祖代理。楊念祖上任前夕,民進黨立委林佳龍質詢楊是否要負責,楊坦承未盡督導責任,曾向高華柱請辭,但被慰留。楊念祖還說,「我相當不願意去接這個位置。」
既然接了,楊何必再自爆不想接;這段答詢,耐人尋味。
楊8月1日正式上任當天,民進黨立委管碧玲就在立院踢爆文章抄襲一事,當時未引發媒體關注,且管碧玲看在楊是「文人」出身的國防部長份上,「想給他機會」,沒有窮追猛打。
楊念祖擔任要職不是一、兩天,國安幕僚居然無法早於立委察覺,另有聲音指向國軍內鬥,如真是如此,府院高層顯然無能掌握情資、做好疏通,或壓不住軍方內部的氣焰。
在這人事任命過程,馬江一再強調是兩人共同決定,給外界共同承擔責任的印象,如今楊念祖閃辭,馬英九可真是被自己人弄傷跛腳了,江宜樺的政治前景也大大失分,國安幕僚難逃責任。
關鍵字:
國安
府院
江宜樺
馬英九
楊念祖
高華柱
軍事
國防
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
留言列表