陳思豪
2013年10月18日 00:06
");
$(".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();
});
}
//-------------------
});
-
台北市議員何志偉。〔圖/公關照片〕
記者陳思豪/台北報導
台北市議員何志偉、高嘉瑜17日表示,台北市不少人排隊等待公營住宅,但卻有高達1萬3千多坪的公務宿舍,目前仍處於閒置狀態。議員痛批市府不聞不問、把宿舍當成蚊子館,建議可規劃短期出租,讓有需要的民眾來使用。
何、高兩人一同召開記者會指出,目前在等待出租國宅的民眾高達8815戶,但北市竟有1萬3千多坪、市值高達70億的公務宿舍空著不用,若以目前北市平均房租計算,每個月的租金至少就損失近2千萬元。
何志偉痛批,郝龍斌根本就是個敗家子,放著70億在這邊,荼毒那些需要公宅的市民,而相關單位坐視民眾居住困難而不顧,也明顯失職。
他認為,若把閒置宿舍拿來出租,至少可以增加700戶空間,也可讓等待公宅的市民,縮短將近半年的排隊時間。
數據顯示,目前閒置坪數前高的前3名,依次是警察局的5323坪、建國中學的2054坪與教育局的1216坪。
對議員的批評,財政局公產管理科科長張素珍回應,這些被點名的宿舍,多數都是50、60年代的房子,都已經超過使用年限,因此要等到都市更新後才做規劃,另外也有一些宿舍在校園園區內,比較難開放為公宅。
但高嘉瑜認為,目前台北市房屋有超過30年屋齡的高達百分之70,為何只有市府嫌這些公寓太老舊。閒置宿舍應可先整理再集中管理,等待都更的部分也可在實施前規畫短期出租,否則要繼續等待集中30戶才能變更的政策,實在太不實際。
關鍵字:
議員
台北市
屋齡
郝龍斌
宿舍
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:
留言列表