");
$(".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();
});
}
//-------------------
});
-
台中市軍人服務站賴文鎮站長〈左〉於秋節前夕慰問6戶貧病徵屬,並致送慰問金3000元。〈圖/台中市軍人服務站提供〉
記者黃玿琮/台中報導
中秋節將屆,為讓貧病徵屬能安心過節,台中市軍人服務站賴文鎮站長於秋節前夕,探視慰問6戶貧病徵屬,各致送慰問金3000元;役男、家屬對於軍人服務站賴站長的探視與關懷,備感窩心。
台中市南區潘姓役男的母親罹患腦下垂體腫瘤病症,曾昏倒住院開刀手術兩次;南屯區劉姓役男的母親罹患重度憂鬱症;西屯區楊姓役男於部隊晨間運動時,不慎踩到落葉滑倒,致尾椎滑脫住院開刀治療;新社區劉姓役男的父、母均已過世,與祖父、祖母同住,家庭經濟困窘;西屯區江姓役男死亡;太平區劉姓役男單親,劉母罹患癌症。
賴文鎮站長指出,他代表台中市軍人服務站表達中華民國軍人之友社夏德玉秘書長的關懷之意,並各致送慰問金3000元給6戶貧病征屬。賴站長表示,中秋節將屆,為讓貧病徵屬能安心過節,特於秋節前夕到府前往探視慰問貧病徵屬,除了叮嚀貧病徵屬們安心休養,讓子弟能安心於軍中服役外,並囑咐徵屬,若役男服役期間有任何疑難問題,可與該站聯繫,以便協助處理。
關鍵字:
台中市
軍人服務站
徵屬
慰問金
役男
中秋節
賴文鎮
關懷
經濟
問題
留言列表