李前總統將訪宜花 怎看馬王之爭受關注
Oct 1st 2013, 10:55, by service.nownews@gmail.com (nownews)
");
$(".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();
});
}
//-------------------
});
-
顧立雄拜會李登輝
有意參選台北市長的律師顧立雄(右)30日下午拜會前總統李登輝(左)。顧立雄表示,李登輝期勉他既然有心出來為大家做事,就要堅持到底,不要半途而廢。(顧立雄提供)中央社記者蘇龍麒傳真 102年9月30日
記者邱明玉/台北報導 前總統李登輝自去年4月起,也是大腸癌開刀手術後半年,展開下鄉行程,一路從屏東、高雄陸續北上,目前已走訪西部與中部縣市各縣市。李登輝幕僚透露,李前總統將在10月23到25日要去宜蘭和花蓮,行程都還在安排。 李登輝去年動完大腸癌手術後即進行休養,接近李登輝的人士昨表示,李登輝術後恢復得不錯,其高血壓、糖尿病與心臟病也都在控制範圍內,近李人士指出,他在台灣各地有不少老朋友,由於好友不斷邀約,李登輝因此決定到基層走走。 李登輝儘管高齡90歲,還是許多政治人物請益的對象,包括有意角逐台北市長的律師顧立雄昨(30)日下午前往淡水台綜院拜會李登輝請益。會後,顧立雄表示,李前總統身為台北市的老市長,對市政依舊非常關心。也對顧立雄未來爭取民進黨提名,角逐下屆台北市長,多所期勉及提點。 李登輝幕僚透露,這次的宜花之旅,最主要還是見見老朋友,並且看一些相關產業,至於夫人曾文惠會不會隨行,目前還沒確定,不過第二天將安排和媒體茶敘,屆時馬王政爭,台北市長選舉,到孫女李安妮戀愛等相關話題,相信都是備受矚目的焦點。
關鍵字:
李登輝
下鄉
馬王政爭
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:
|
留言列表