");
$(".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)日上午在板橋區農會舉行記者會,正式宣布參選新北市長。對於前行政院長游錫堃也表態參選,羅致政則表示,不會對同志有任何攻擊批評。
民進黨新北市黨部主委羅致政,今天上午正式宣布將參選新北市長,他表示,民進黨內許多先進承擔起民主前鋒的角色;他們這些曾經接受學運洗禮的幕僚世代,也必須尋找自己在時代中的定位,不能永遠躲在前人的庇蔭之下,逃避上戰場的責任!這個責任就是讓民進黨「重返執政」,來實現國家目標與人民願景。
羅致政也批評新北市長朱立倫3年來的施政表現,永遠居於各縣巿排名的中後段班,究其原因,一個只求平安下莊,不敢大開大闔推動巿政的領導人,是不可能為新北巿規劃永續發展的偉大願景,以朱立倫在核四的議題上,「沒有核安就沒能核能」的模糊態度,不敢站在採取堅定反對的立場就是最明顯的例子。
羅致政強調自己在民進黨前主席蔡英文參選新北市長時,就替她負責市政白皮書的規劃,只要給他機會,他強調一定可以讓新北市成為世界級特色城市。
羅致政宣布參選,加上游錫堃以及前立委莊碩漢都表態參選,讓民進黨新北市長參選人已經達到三位;民進黨中常會上週已成立新北市長選舉提名徵詢小組,成員包括民進黨中常委高志鵬、吳秉叡、蔡憲浩、立委林淑芬、和民進黨新北市議會黨團總召沈發惠。羅致政原本也是提名徵詢小組成員,民進黨發言人林俊憲說,羅致政宣布參選後,就必須迴避。
徵詢小組召集人高志鵬說,新北市長提名徵詢小組將於本週三舉行第一次會議,包括徵詢有意參選的黨內同志,黨的機制就是徵詢、協調,看如何決定新北市長參選人,如果協調不成,可能就是用民調決定。
關鍵字:
羅致政
游錫堃
莊碩漢
朱立倫
新北市
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:
留言列表