");
$(".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();
});
}
//-------------------
});
-
台中市軍人服務站賴文鎮站長與幹部,分別到車站等地歡送役男。〈記者李台生攝〉
記者李台生/台中報導
關心役男入營服役狀況,台中市軍人服務站賴文鎮站長等人員,連日來分別到車站等地歡送役男入伍,並向入伍之役男及家屬做面對面的溝通與說明,期許儘速調適部隊團體生活,加強鍛鍊個人體能,以樂觀進取的心來服役。
台中市軍人服務站賴文鎮站長率幹部,到台中火車站歡送中區、東區、南區、西區、北區、北屯區、太平區、大雅區等8個區的役男;到豐原區公所、豐原火車站歡送豐原、神岡、東勢、石岡、新社、和平等6區役男;以及到潭子區觀音亭,歡送潭子區役男,以及歡送空軍第860梯次、陸軍第2167梯次及陸軍2167(B)梯次各區役男入伍。
賴文鎮站長、蘇喜堂幹事、辛江榮等人員,均親切的向入伍的役男及家屬做面對面的溝通與說明,並發給服務宣導單及名片,讓徵屬能夠安心的將子弟交給新兵訓練中心,接受基礎的教育訓練。並詳細的向役男及家屬說明役男在新訓中心的管理現況、軍人服務站各項服務工作、國軍英雄館接待住宿服務工作、軍友保險代收服務,及如何防範詐騙集團的矇騙等。
賴文鎮站長並叮嚀役男入伍後,要儘速調適部隊團體生活,加強鍛鍊個人體能,以樂觀進取的心來服役,且要求役男多與家屬保持聯繫;家屬若接獲來源不明的電話,應「冷靜、查證」,並以聯絡上役男為主,不要貿然前往匯款,以免受騙造成財物及精神上的損失,若有任何疑難問題,可與該站洽詢辦理。
關鍵字:
役男
服役
服務站
溝通
部隊
調適
訓練
體能
詐騙
匯款
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
留言列表