王鼎鈞
2013年6月7日 09:25
");
$(".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();
});
}
//-------------------
});
-
馬總統於民國101年9月7日下午搭機前往彭佳嶼視察,除再度重申我國對釣魚台列嶼的主權,更進一步提出「東海和平倡議推動綱領」。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
馬英九總統6日表示,大陸猶豫和台灣談漁業協議,擔心變成一種國與國的關係。馬總統強調,「兩岸關係不是國與國的關係,是一種特殊的關係,因此雙方簽了18項協議,都不是在國與國的基礎上簽訂」。
總統接受日本媒體訪問,記者提問,我國政府在2月8日發表聲明,提及台灣在釣魚台列嶼問題上不會與中國大陸合作,不知道在這個時間點發布聲明的目的何在?
馬總統說,「東海和平倡議」所涉及的三方,沒有任何一方可以被排除,只是在階段上從「三組雙邊」然後再進入「一組三邊」,所以我最近也曾表示,台灣與中國大陸也有一些漁業方面的問題需要解決,「我們不排除與中國大陸,能像和日本一樣簽訂漁業協議,建立一個共同的養護與管理區域」。
總統表示,「我們與中國大陸到目前為止簽訂了18項協議」,其中與海洋有關的主要是海運方面,但是就海洋其他資源的運用並沒有任何的協議。事實上各位可以想像,我們與中國大陸在海洋的運用方面,一定有許多重疊之處,因此我們做這樣的呼籲,雙方不是不能在剛才所提及的養護(conservation)與管理(management)等領域進行合作」。
馬總統說,「我可以理解,為什麼大陸有時候比較猶豫,他看到要和台灣談漁業協議就很擔心,會不會變成一種國與國的關係?」
他強調,「我在很多場合都說過,兩岸關係不是國與國的關係,是一種特殊的關係,因此雙方簽了18項協議,都不是在國與國的基礎上簽訂,但並不妨害簽了之後,協議在雙方所管轄的區域內發生效力」。 (接下一頁)
關鍵字:
馬英九
總統
兩岸
釣魚台
漁權
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
留言列表