2013年8月13日 12:29
");
$(".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();
});
}
//-------------------
});
-
前民進黨主席蔡英文呼籲,馬總統不要拘小節,儘速召開國是會議。(圖/記者林修卉攝)
記者孫偉倫/台北報導
民進黨前主席蔡英文主動呼籲總統馬英九召開國是會議,但《自由時報》報導,蔡英文在馬英九出國訪問前致電要求,須以停建核四為前提,造成會談無法進行。蔡英文辦公室今(13)日指出,蔡從未致電馬英九討論有關事宜,若消息來源確為總統,馬應出面道歉;否則《自由》應立即更正並道歉。
根據《自由時報》報導,馬英九總統昨日抵達紐約後參加僑宴,與會者轉述表示,馬原本要和在野黨舉行國是會談,在出國前接到蔡英文來電表示,這次會談須以停建核四為前提,造成國是會議無法進行。
馬英九說,朝野對話在雙方不預設條件的前提下,什麼都可以談;若各黨派都預設前提,就無法會談了。
由於民進黨祕書長林錫耀曾表示,政府若要表示召開國是會議的誠意,應先同意停建核四再來談;而蔡英文隨後也表明同樣立場,馬英九便意有所指說,蔡英文「很奇怪,可能受到某些人的影響」。
對此,蔡英文辦公室上午則發出聲明表示,蔡從未致電馬英九討論有關事宜,若消息來源確為馬總統,總統應立即公開道歉。
蔡辦指出,《自由時報》僅逕採「僑宴與會者轉述馬英九談話」為報導內容,卻未向當事人蔡前主席查證消息是否屬實,令人遺憾。蔡辦要求,《自由時報》立即更正並道歉,以正視聽。
關鍵字:
蔡英文
國是會議
馬英九
核四
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
留言列表