王鼎鈞
2013年10月28日 11:44
");
$(".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();
});
}
//-------------------
});
-
總統馬英九(前右)28日接見美國「百人會」訪華團時表示,兩岸關係變成相輔相成的良性循環,台灣與美、日、歐盟及中國大陸的關係在過去5年都有相當進步。(圖/中央社)
記者王鼎鈞/台北報導
馬英九總統28日接見「美國百人會」致詞時,再度駁斥反對派對他「親中賣台」的批評。馬總統說,他的做法完全是根據憲法與國家利益,對陸關係改善後,與其他國家關係也改善了;「國際參與有增加、兩岸關係有增進,這兩種關係相輔相成,良性循環」。
馬總統先向訪賓提及台美關係的進展,他說,解決美牛問題後,美牛今年進口已恢復到41%,3月美方副貿易代表台,未來雙方將在TIFA架構下,開始從雙邊投資協定開始談,美方也予我國免簽待遇。
總統說,希望台灣能加入跨太平洋夥伴協定(TPP),現已先跟紐西蘭簽台紐經濟合作協定(ANZTEC),跟新加坡也很快就要簽了,希望台灣在區域整合中,不會被邊緣化。
馬總統表示,去年提出東海和平倡議後,台日、台菲間也解決了漁業方面的爭議,美方高度肯定,他過境紐約時,與美行政立法部門通電話,對於我國能用和平方式解決,促進東海和平,美方感到欣慰。
接著,總統談到兩岸關係,他說,他上任前沒有班機直航,現在已增加到每天95班,還有快輪在跑,大陸航點增至54個,雙方關係愈來愈密切,並希望在對方的領域互設機構。
馬總統表示,我國讓整個台灣海峽改變了,今年是韓戰停戰60周年,最近北韓還宣布停戰協議無效,那地方戰雲密佈,台海過去也是火藥庫,金門在55年前的8月,中共發射47萬發砲彈,或在金門島上,現在島上卻都是陸客,賣的是砲彈製的菜刀,變化很大。 (接下一頁)
關鍵字:
百人會
馬英九
TPP
台美
兩岸
東海
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:
留言列表