王鼎鈞
2013年8月1日 13:07
");
$(".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();
});
}
//-------------------
});
-
狂犬病疫情擴大,行政院發言人鄭麗文表示,自即日起,「狂犬病跨部會工作小組」提升為「狂犬病中央流行疫情指揮中心」,由副院長毛治國擔任指揮中心總指揮官。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
行政院長江宜樺今(1)日在行政院會聽取「狂犬病疫情」報告後表示,為統籌督導及推動各項防治作為,自即日起,「狂犬病跨部會工作小組」提升為「狂犬病中央流行疫情指揮中心」,由副院長毛治國擔任指揮中心總指揮官,衛生福利部部長邱文達及農委會主委陳保基共同擔任指揮官,全面提升防疫層級,儘速讓疫情獲得控制,並安定民心。
行政院發言人鄭麗文在行政院會記者會轉述,江宜樺表示,自7月16日我國第一起動物狂犬病例確認後,政府即成立「狂犬病跨部會工作小組」,由邱文達及陳保基共同擔任召集人,專案處理各項防疫作為,江宜樺並責由毛治國擔任跨部會督導工作,江今日特別在院會中感謝各級政府防疫人員這段時間以來的通力合作與努力。
江宜樺指出,依據農委會所掌握監測資料,包括南投縣、雲林縣、台東縣、台中市、台南市、高雄市等部分鄉鎮市區,已有動物狂犬病確診案例發生,其中鼬獾確診21例,錢鼠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
留言列表