2013年9月9日 14:50
");
$(".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();
});
}
//-------------------
});
-
前行政院長謝長廷。(圖/記者林修卉攝)
記者林修卉/綜合報導
前行政院長謝長廷今(9)日前往高雄巨蛋,出席2013年亞太城市高峰會(APCS),被問及立法院長王金平與民進黨團總召柯建銘被監聽一事,謝長廷表示,具體內幕都還不清楚,但印象上人民會對政治會失去信心,從近期公民運動可以感覺到人民對政黨、政治感到極度厭煩,應該多花點時間替人民謀福利,少做些政治。
謝長廷指出,關說跟竊聽都不對,戒嚴才解除沒幾年,現在竟然還在監聽,還超過法律授權的監聽,會讓人民恐懼及厭惡。
謝長廷表示,關說若是事實,這也是一般人民所反感的,應該都要檢討;尤其總統、執政黨的一言一行都應該增加人民對政治及司法的信賴,而不是破壞人民的觀感與信賴。
謝長廷質疑,一般人民期待馬總統談的是民生經濟,但馬總統卻談政治,到底是以國民黨主席的身分開記者會,還是總統的身分,這個界線是有問題的。
謝長廷表示,這樣看起來好像「搞政治像猛虎下山,威風凜凜,拚經濟像病貓上坡,一點力量都沒有」,人民希望能夠反過來,把精力、時間及智慧放在拚經濟民生上面。
謝長廷表示,政黨都應該有反省能力,總統更應做全國模範,總統曾公開承諾「不會監聽」,人民會看他有無兌現這張支票。至於外界形容這是台版水門事件,謝長廷則反問,「那誰是尼克森?」
關鍵字:
謝長廷
政治
猛虎
病貓
馬英九
關說
監聽
尼克森
水門案
柯建銘
王金平
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:
留言列表