2013年8月25日 17:18
");
$(".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();
});
}
//-------------------
});
-
內政部長李鴻源。(資料照/記者孫偉倫攝)
記者孫偉倫/綜合報導
我國離婚率居高不下,傳出有監察委員為此約詢內政部長李鴻源與相關官員,李鴻源說,他會派員到監院說明,但我國離婚率偏高,是新移民婚後不適應等因素造成,內政部會盡快協助他們融入社會。民進黨立委蔡其昌今(25)日則批評,台灣有更多問題需要監委關心,監察院做不到人民期待的事,大家會期待把監察院「關掉」。
監察委員沈美真、尹祚芊認為國內離婚率太高,有害兒少身心和家庭權益,近日發函約詢內政部、教育部與衛生福利部官員,層級上至部長、次長,希望呼籲倡導民眾不輕言離婚。內政部長李鴻源說,兩週前確實接到監察院約詢通知,談台灣離婚率偏高問題。
有媒體報導,內政部長李鴻源說:「離婚結果並非政策造成,這種沒頭沒尾、五四三,不會親自出席。李鴻源今天否認報導內容說,「那不是我使用的語言」,他尊重監委職權,也會派員到監察院說明,他不會用這樣的語氣表達,但請監委互相尊重體諒。
民進黨立委蔡其昌今天受訪表示,台灣有更多問題需要監委關心,有那麼多的冤案、司法上不公平的事不管,監察院長卻整天管人家的婚事、房事,而監委也管到離婚率的事,如果監察院不能夠聽到人民的聲音、不能聽到社會上期待監委去做到的事,大家都期待把這樣的監察院「關掉」。
李鴻源說,離婚率升高是先進國家共同問題,台灣離婚率有偏高趨勢,離婚結構與其他國家不同,因為台灣有許多外國嫁來的新移民,由於環境調適等因素造成離婚率偏高。他說,目前要期待政府有簡單有效的特效藥是幾乎做不到的,內政部會加強社會福利,讓新移民盡快融入台灣社會。
關鍵字:
離婚率
李鴻源
監察院
新移民
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
留言列表