王鼎鈞
2013年8月14日 07:12
");
$(".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日(當地時間)與海地總統馬德立(前右)出席動土典禮後,握手致意。(圖/中央社)
記者王鼎鈞/綜合報導
總統馬英九13日訪問加勒比海友邦海地共和國,並參加海地最高法院大樓動土典禮。這棟大樓由我國耗資4.7億台幣重建,雖外交部澄清與本次總統出訪並無任何關聯,但國民黨、民進黨、台聯都有立委質疑「凱子外交」。
海地最高法院新辦公大樓在2010年元月的大地震中被震毀,今動土重建,海地總統馬德立(Michel Joseph Martelly)感謝台灣支持海地,提供近1600萬美元援助,預計兩年完工,並由台灣海外工程公司(OECC)建造。
馬總統致詞表示,他是兩國建交以來,首位來訪的中華民國總統,在雙方建交達57年的歷史中,彌足珍貴。
外界質疑,海地前年宣布募得的2.6億美元災後重建金額,用途即包括重建最高法院,但我國7月卻又與海地簽備忘錄,承諾捐4.7億台幣協助重建。
▲總統馬英九(左)訪問友邦海地,13日(當地時間)和海地總統馬德立(右)會談表示,中華民國去年在海地完成200戶的永久屋,政府也希望繼續推動和海地的其他合作計畫。(圖/中央社)
外交部日前澄清說,國際上雖有若干國家承諾捐款援助重建,但資金多未到位,我媒體報導所稱我協助海地重建最高法院大樓海方重複募款,絶非事實。 (接下一頁)
關鍵字:
重建
援助
海地
總統
馬英九
賀誼
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
留言列表