康仁俊
2013年8月7日 10:09
");
$(".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();
});
}
//-------------------
});
-
楊念祖(左)因爆抄襲而下台,有軍方人士認為,內鬥的實在太嚴重,且楊念祖選擇站在民意而沒守住軍方底線,被有心人士大反撲。(圖/記者呂炯昌攝)
記者康仁俊/台北報導
針對國防部長楊念祖因為文章涉抄襲請辭下台,民進黨立委陳亭妃今(7)日表示,她的辦公室之前就曾經收到一張傳真紙,上面提及「要注意楊念祖過去的文章」,她質疑,文章抄襲絕對不是壓垮楊念祖的稻草,當軍方被迫進行軍審制度改革時,所有的人把指責指向楊念祖,「他(楊)一定擋不住,馬英九又擋不住,只好犧牲楊念祖」。
陳亭妃說,當洪仲丘案爆發時,有很多檢舉資料傳真到她的辦公室,其中就有一張傳真,上面寫著「要注意楊念祖過去的文章」,不過她並沒有特別在意,直到8月1日同黨立委管碧玲在質詢時對楊念祖提出質疑。
陳亭妃說,「文章抄襲絕對不是壓垮楊念祖的稻草,過去馬政府有很多人被爆文章抄襲,也沒看到人家下台」,她認為,楊念祖上台時軍中就傳出他是犧牲品,「文人部長沒有任何派系或軍中力量,是不可能做久的」。
陳亭妃說,軍方對於文人部長非常不滿,「很多人要給馬英九下馬威,加上軍審移出,所有軍頭都反彈,這不是文人部長壓得住」。
陳亭妃說,「國防部長一定要被犧牲,文章抄襲有嚴重到要下台?尤其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
留言列表