李鴻典
2013年5月22日 18:05
");
$(".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();
});
}
//-------------------
});
-
涉及便當文風波的董小姐,不但因違反《社會秩序維護法》被移送法辦,還被公司革職。
記者李鴻典/台北報導
董小姐以第一人稱還原「聽說的」便當事件,引發諸多討論,後續包括立報記者解職、四方報總編主動請辭等,都讓此事持續喧騰,但有學者提出另一種思考觀點,如果大家覺得「假的便當臉書貼文」,嚴重傷害台灣的國際形象,那麼,這些「真的圖片與報導」,就不傷害台灣嗎?
淡江大學教授許慶雄在臉書「許慶雄の憲法私塾」專頁上貼出一張之前媒體報導抵制菲人的相關報導合成圖寫道,「如果大家覺得『假的便當臉書貼文』,嚴重傷害台灣的國際形象,那麼,這些『真的圖片與報導』,就不傷害台灣嗎?台灣社會的標準在哪裡呢?支持媒體真殺人,不准網友編故事?」
民進黨籍北市議員梁文傑也在臉書上說,「這事鬧這麼大,讓我頗不解」。
梁文傑說,「我記得當時各媒體都連篇累牘的報導全民有多憤慨,有燒菲律賓國旗的、有魚販拒售"非"人的、有對菲勞叫嚣的、有洪家大姐喊著要政府直接對菲宣戰的,不一而足,而大家也都看得很高興,也沒有什麼媒體或政黨在報導的同時表現過自制或反省的態度。倒是這位立報的記者利用這則"假報導"呼籲大家克制仇菲的情緒。報導雖假,立意卻佳。」
「現在搞制裁踢到鐵板,在國際宣傳上又落於下風,於是那些當初呼籲仇菲的媒體們又回過頭來找一個小小的立報記者出氣,好像這段時間的一窩蜂大家都不用負責,完全就只是一個立報記者的錯」。
梁文傑指出,魯迅講過,民族主義情緒往往是誤國而不是愛國的,這件事則告訴我們,膨風的民族主義者們不只誤國,而且在踢到鐵板後還會找代罪羔羊。
另外,還有網友質疑,當初獨家專訪董小姐的中天電視不需要道歉嗎?
關鍵字:
便當
事件
學者
媒體
殺人
網友
故事
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
留言列表