2013年10月24日 08:52
");
$(".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();
});
}
//-------------------
});
-
儘管90多歲,李前總統行程滿檔,體力相當驚人,圖為23日一早前往花蓮參觀有機農場。(圖:邱明玉攝)
記者邱明玉/花蓮報導
前總統李登輝的「生命之旅」今(24)日繼續進行走訪花蓮和宜蘭的行程,上午將前往東華大學演講,下午訪視門諾醫院後,李前總統將首度搭乘「普悠瑪號」前往宜蘭。
儘管90多歲,李前總統的體力相當驚人,昨天一早前往花蓮參觀有機農場和立川漁場後,下午前往玉山神學院和學員們進行座談,一個半小時的演講中,李前總統機幾乎是全程站著,完全沒有休息,座談會直接前往遠來飯店接受花蓮縣長傅崐萁的晚宴款待。
傅崐萁率領花蓮縣政府一級主管宴請李前總統,聲勢浩大,可以說是給足了李前總統面子,傅崐萁致辭時盛讚李是「台灣民主之父」,對台灣的貢獻無人能出其右,「三天三夜都講不完」。李登輝則說,他沒做什麼大事,只是希望民眾能好好生活在這塊土地上而已。
提到花蓮,李登輝說,當年他還在農復會服務時,光復鄉的兩個原住民部落彼此不通婚也不相往來,他當時居中協調,後來才開始往來、通婚,並且有了下一代。此外,包括慈濟醫院、門諾醫院設置時,他都曾經幫忙,此行就是希望瞭解花蓮現在有什麼困難,希望能盡量幫忙。
傅崐萁當場贈送李登輝一尊刻有「登高輝遠」的七彩玉石藝品,以及花蓮著名的蜜香紅茶和米。李登輝則回贈印有「誠實自然」字樣的瓷盤,兩人互動相當熱絡。
李登輝今天繼續花、宜行程,由民進黨立委蕭美琴陪同,晚宴將由宜蘭縣長林聰賢作東,李登輝也將發表一年多來下鄉心得。
關鍵字:
李登輝
蕭美琴
傅崐萁
林聰賢
遠來飯店
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:
留言列表