王鼎鈞
2013年8月9日 00:21
");
$(".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();
});
}
//-------------------
});
-
謝長廷力促「馬蔡會」。(圖/NOWnews資料照片合成)
記者王鼎鈞/台北報導
前行政院長謝長廷8日對「馬蔡會」表示支持,總統府發言人李佳霏說,「歡迎在野黨意見領袖不預設前提」,與馬英九總統就國是交換意見,不論是哪一項公共政策,馬總統均表示歡迎。
謝長廷指出,前民進黨主席蔡英文要求召開國是會議,馬英九回應將邀蔡到總統府會談,看似各說各話,但現在台灣民衆充滿悲觀焦慮,如果蔡馬兩位總統競選對手願意見面,對談問題和解決之道,應有助於民心穩定。
謝長廷建議,蔡英文不必計較身段或委屈,為人民跨出步伐,赴約會談,促成國是會議,解決人民痛苦。
對此,蔡英文辦公室發言人洪耀福則說,謝長廷與蔡英文一致認為,只要有助於國是會議的舉行,要談國是會議的舉辦,馬總統與蔡英文都可以談,「重點是見面要有助於國是會議的舉行,而不只是個人對個人的對話」。
李佳霏表示,朝野領袖會談,共商國是,是馬總統一貫的主張,馬總統不只歡迎前民進黨主席蔡英文與馬總統會談,如果民進黨主席蘇貞昌或謝長廷願意會談,總統也非常歡迎。至於會面的時間與形式,都可以進一步討論。
李佳霏說,朝野理性溝通,以對話代替對立,是台灣民眾的共同期待,希望在野黨意見領袖,可以順應人民心聲,不預設前提,大家坐下來,針對重大國政交換意見。
關鍵字:
馬英九
蔡英文
謝長廷
李佳霏
朝野
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
留言列表