王鼎鈞
2013年7月21日 17:35
");
$(".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();
});
}
//-------------------
});
-
新北巿立聯合醫院三重院區急重症大樓新建工程21日開工,市長朱立倫(左5)、市議會議長陳幸進(左4)主持動土典禮,盼提供病患更完善的醫療服務。(圖/市府衛生局提供/中央社/102年7月21日)
記者王鼎鈞/連線報導
爭取救命時間,斥資14.5億元的新北市立聯合醫院三重院區急重症大樓21日動工。另外,院方也成立「創傷急救中心」,並與台大、亞東等醫學中心簽署「急診暨轉診聯盟」,讓當地民眾享有等同醫學中心的醫療資源及就醫便利性。
主持開工儀式的新北市長朱立倫表示,新北市醫療資源長期不足,三重院區身為三、蘆唯一區域級教學及急診醫院,肩負近百萬市民創傷第一線救治的重要角色。
為滿足三、蘆地區民眾的醫療需求,朱立倫說,自民國100年起,市府即以專案處理的方式列管進度,由衛生局主辦、工務局統籌發包、三重地政事務所搬遷至區公所合署辦公並拆除、城鄉局通過都市設計審議,使醫療大樓得以順利推動,整體建築及設備經費14.5億元。
衛生局指出,醫療大樓預定於104年11月完工落成啟用,大樓地上9樓、地下3樓,配置有急性一般病床145床,並新增設內、外科加護病房34床、呼吸加護病房15床、手術室6間及可容納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: '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
留言列表