陳思豪
2013年8月22日 18:38
");
$(".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();
});
}
//-------------------
});
-
陸與美談停止對台軍售?外交部高安表示,經查證後確認消息非事實。
記者陳思豪/台北報導
外交部今(22)日表示,美國與中國大陸就對台軍售議題成立所謂工作小組,報導內容美方已澄清非事實,未來會繼續依「台灣關係法」及「六項保證」的承諾,持續對台軍售。
香港媒體報導,大陸國防部外事辦公室主任關友飛透露,大陸國防部長常萬全上周訪美時,曾向美國官員提出「交換條件」,強調若美方能停止對台軍售,中方可考慮調整軍事部署,但此內容,經外交部向美方證實後,確定有誤。
外交部下午發布新聞稿指出,中國大陸國防部長常萬全與美國國防部長黑格(Chuck Hagel)會談時表示,盼美方停止對台軍售,事實上,大陸官員過去時常向美方表達一貫立場,這次並無新意。
外交部表示,有關中國大陸官員宣稱,將與美方就對台軍售議題成立工作小組,美方已澄清並非事實,雖然確實有工作小組,但討論議題與對台軍售無關。
外交部強調,美方對台軍售的立場十分明確,美方在上述會議中也重申,將持續對台軍售。此外,外交部進一步表示,台美近年來互信堅強,溝通管道暢通,美方也均循例就上述會談情形向台灣簡報,這次會談相關情形及各項發展,都與政府瞭解掌握的範圍相符,台灣仍將密切觀察後續發展。
外交部重申,政府未來仍將繼續促請美方依據「台灣關係法」及「六項保證」的承諾,持續對台軍售,維持台海和平穩定,這也符合台美互為「重要安全及經濟夥伴」的關係。
關鍵字:
外交部
對台軍售
台灣關係法
六項保證
兩岸關係
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
留言列表