王鼎鈞
2013年7月21日 11:59
");
$(".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)日下午的一場公開演講活動中對參選台北市長一事正式表態。
「台灣的危機與轉機」系列聯合公開演講會今日下午2至5時在台大舉行,柯文哲將以「這個國家瘋了,人民怎麼辦?」為題發表演說。
對於是否參選台北市長,柯文哲日前表示,若參選是台灣奇蹟;到美國巡迴演講期間,拜會了參眾議院,去了解、學習,思考他是否適合參選台北市長。
柯文哲表示,「如果他參選對國家有好處,他就會考慮參選」。他還說,最近還會向前總統李登輝請益。
但柯文哲也體認到難度,他認為,台北市的結構性問題不解決,「藍營派隻狗都會贏,更別說派隻豬」。
據了解,柯文哲私下曾向友人透露參選意願,現在考量表態時機。
關鍵字:
柯文哲
連勝文
江宜樺
郝龍斌
台北市長
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
留言列表