2013年10月27日 18:01
");
$(".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();
});
}
//-------------------
});
-
台大醫院創傷醫學部主任柯文哲27日公布第1波的「市政顧問團隊名單」,但他也表示,起碼要3、4成以上的民調支持率才會參選。(圖:資料照)
政治中心/綜合報導
台大醫院創傷醫學部主任柯文哲今(27)日表示,起碼要3、4成以上的民調支持率才會參選,他並公布第1波的「市政顧問團隊名單」,國立台北教育大學教授李攸峰、淡江大學工學院前院長陳治欣、律師陳柏菁等人都名列其中。
被視為下一任台北市長熱門人選之一的台大醫院創傷醫學部主任柯文哲,今天出席台灣公義會「改變台灣,從首都開始」記者會,對於何時會宣布參選他仍未鬆口,只表示民調支持率起碼也要有個30%、40%,但只要超過50%,他就會馬上宣布參選。
柯文哲同時公布第1波的「市政顧問團隊名單」,名單上成員包括淡江大學工學院前院長陳治欣、中央警察大學前教授郭展義、台北教育大學教授李筱峯、台北科技大學前教授錢文南、雲林縣財政局前局長陳錦稷、崇右技術學院助理教授羅承宗、律師陳柏菁和李金澤等人。
柯文哲表示,台北市有很多的「錢坑」問題沒解決,如果他當市長,會把這些「錢坑」處理掉;柯文哲還說,有人說總統馬英九清廉,但清廉只是基本條件,不是執政的優點,更重要的是要有效率。
對於可能的競選對手前副總統呂秀蓮,柯文哲則稱讚呂秀蓮是才女、聰明,也是國家重要的資源。
關鍵字:
柯文哲
民調支持率
台北市長
顧問團隊
錢坑
留言列表