呂烱昌
2013年7月18日 10:30
");
$(".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();
});
}
//-------------------
});
-
M23武裝分子在盧安達政府背後支援下,武器比剛果政府軍先進。〔圖/翻攝自網路〕
國際中心/綜合報導
剛果民主共和國部隊自14日起,與境內東部兩組叛軍團夥展開激烈戰鬥。政府軍腹背受敵,情勢極為緊張。
根據「南非聯合新聞社」(SAPA)報導,剛果政府軍必須一方面對抗原本的叛軍M23,另一方面還要對抗由東邊鄰國烏干達進入境內、由穆斯林組成的「民主同盟軍」(Allied Democratic Forces,ADF)叛軍。
剛果M23叛軍全名為「3月23日運動」(March 23 Movement,簡稱M23),該名稱源自於2009年3月23日與政府軍達成停火協議而來。M23武裝份子人數約1200餘人,原為受到剛果政府招安、編入政府軍的武裝團體「保衛人民國民大會」圖西族軍人,然而自稱收編後在政府部隊中受到百般歧視,因而再度揭竿起義,發動內戰,並以剛果東部基伍省為根據地。
1994年4月中非國家盧安達總統哈比亞利馬納因為空難過世,權力中空的盧安達因而爆發大規模屠殺慘劇與人道危機,長達6個月的盧安達危機造成約100萬盧安達人遇害。儘管遭受胡圖族迫害的圖西人在2003年透過選舉奪回盧安達政權,國際社會也嘗試將此視為非洲成功案例,且不是每個胡圖族人都是參與1994年屠殺的激進劊子手,但圖西人仍對逃竄至剛果境內的200萬胡圖族人恨意難消。
(接下一頁)
關鍵字:
剛果
M23
叛軍
烏干達
內戰
盧安達
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
留言列表