NOWnews.com 今日新聞網
2013年9月12日 17:02
");
$(".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();
});
}
//-------------------
});
-
國民黨考紀會對立法院長王金平處以「撤銷黨籍」處分。台中市長胡志強今(12)日表示,發生這樣的事情是「國之不幸」。〔圖/資料照片〕
政治中心/台中報導
國民黨考紀會對立法院長王金平處以「撤銷黨籍」處分。台中市長胡志強今(12)日表示,發生這樣的事情是「國之不幸」,他希望馬英九總統能審慎處理,藍綠團結,共度難關。
胡志強上午出席公開活動,首度對王金平一事發表意見,他強調這是國家憲政上的危機,不論藍綠、任何一個人,若因為個人利益或政黨利益而不能好好來處理、面對此事,對國家是莫大傷害。
他強調,自己並不希望未來看到一個混亂的立法院,原本該通過的法案都沒有了,藍綠立委都像出閘的老虎或獅子,讓立法院變成野獸院。儘管藍綠團結在現階段看來很困難,但他還是喊話,希望藍綠能夠團結,最後還無奈的說,「總要有人說這話吧。」
現場記者也詢問胡擔不擔心後續影響,包括違反監聽,胡志強回應,自己第一天就講得很清楚,是合法監聽嘛,是監聽一個涉案人的電話才聽到其他內容,對他來說沒有寒蟬效應,同時自己也不怕監聽。
至於連勝文有關「中華民國不是大明王朝」的談話,胡志強認為,每個人有自己的看法,但他一向很尊重連勝文,「他心中有這個感受,我相信他的話,馬總統會重視」。
此外,傳聞國民黨要重組「副主席團」,並點名他與另外兩位明星首長朱立倫與郝龍斌,對此胡表示目前自己不會輕忽市政,畢竟副主席每週要跑1、2趟到台北,會對他造成影響。
關鍵字:
台中市
九月政爭
國民黨
連勝文
胡志強
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:
留言列表