陳思豪
2013年7月16日 09: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();
});
}
//-------------------
});
-
台北市議員王鴻薇發現,目前在北市近4000戶公宅裡頭,僅有10.3%為弱勢所承租。〔圖/記者陳思豪攝〕
記者陳思豪/台北報導
台北市目前有近4000戶公宅,原先依照規定有4成需保留給弱勢族群來承租,但台北市議員王鴻薇發現,目前在公宅裡頭,僅有10.3%為弱勢所承租,她呼籲市府應做好資源分配,將這些資源留給最需要幫助的人。
王鴻薇15日表示,自己日前收到一位低收入戶單親媽媽的陳情,對方抱怨自己在北市租屋卻四處碰壁,有些房東對她們的身分有所顧慮,後來將希望轉向台北市公營住宅,沒想到不但沒有缺額,讓她們大感失望。
王鴻薇表示,目前台北市公宅分出租國宅及公營住宅兩種,其中出租國宅達3784戶、公營住宅184戶,合計3968戶。前者規定必需提供40%配額,給弱勢族群來承租,但實際達成率只有10.8%。至於公營住宅更是沒有任何一戶提供給弱勢族群。王鴻薇直言,市府這樣做法,讓弱勢族群租屋該何去何從?
對議員批評,北市都發局解釋,出租國宅保留4成給弱勢承租的規定,是民國89年才頒布,現在承租戶幾乎都是在此辦法實施前就已入住,因此按規定,必需能等他們搬出後,才能夠騰出空間給新住戶。
此外,盡管出租國宅有40%需保留給弱勢族群承租,但適用對象還包括原住民、低收入戶、榮民、單親及三代同堂等家庭。公營住宅則配合助妳好孕及年輕化政策,以中低收入青年族群為優先扶助對象,這樣的結果,也壓縮弱勢族群的承租空間。
王鴻薇認為,很多人排到入住,通常要等至少9年,市府應該設法廣設公宅,擴大供給面,並在未來興建公營住宅時,提供一定比例房舍給予弱勢族群,把這些有限的社會資源,拿來幫助最需要幫助的人。
關鍵字:
台北市
公宅
郝龍斌
議員
王鴻薇
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
留言列表