陳思豪
2013年10月25日 01:13
");
$(".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();
});
}
//-------------------
});
-
台北市長郝龍斌。〔圖/資料照片〕
記者陳思豪/台北報導
台北市長郝龍斌24日表示,目前台灣爆發食安危機,政府必須儘快恢復民眾信心,未來只要發現標示不清的產品,就會要求立即下架,不論這個產品有沒有問題。
郝龍斌下午出席在華山藝文中心舉辦的「2013雲林農業博覽會預售開賣」記者會,再次展現打擊黑心油品的信心,強調只要是能加強食安的部分,北市一定會全力以赴。
郝龍斌表示,棉酚不溶於油,未檢驗出不代表這個油就沒有問題,有些棉酚的含量本來就非常低,要測試出來就有一定的難度,因此未來將持續展開稽查,只要有商品標示不實,就會要求立刻下架。
他表示,目前台北市積極推動「食材登錄平台」,目的就是讓食材來源、流向,清楚的讓民眾能檢視。
此外,本次大統油品事件發生,台北市也立即啟動專案小組,第一時間將賣場的大統油品全數下架,總計衛生局共計稽查1993家販賣業、414家餐飲業,下架78項產品共計14萬餘件大統油品。
衛生局強調,如用於調配為調合油產品時,則需依規定清楚標示,如標示不實、誇張或易生誤解,則違反食品衛生管理法第28條,依同法第45條,可處新台幣4到20萬元罰鍰。油品原料如攙偽或假冒,則違反食品衛生管理法第15條,依同法第44條可處新臺幣最高1500萬元罰鍰。
此外,一旦發現通路業者未盡到下架義務,再經通知仍拒不願意下架產品的商家,可依違反食品衛生管理法第47條第12項,處分新臺幣3萬元以上300萬元以下罰鍰。
關鍵字:
大統
衛生局
衛福部
棉酚
郝龍斌
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:
留言列表