");
$(".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();
});
}
//-------------------
});
-
圖說:建國二村是嘉義市市中心精華區碩果僅存的公有土地。(圖/記者郭政隆翻攝)
記者郭政隆/嘉義報導
嘉義市建國二村都市更新計畫,15日在台北市天成大飯店舉行第一場招商說明會,由國防部及營建署城鄉發展分署負責主辦,嘉義市長黃敏惠特別率領市府相關一級首長北上與會,共吸引參加招商說明會的業者逾60家,其中不乏知名上櫃上市公司,如太子建設、潤泰建設、昇陽建設等,企業界對建國二村都市更新計畫深感興趣。
嘉義市政府工務處表示,本案自今年6月11日經內政部都委會通過建國二村都市更新計畫案,招商進度也正式啟動;內政部營建署城鄉發展分署長洪嘉宏指出,全案將於102年11月上網公告;建國二村總面積為9.296公頃,都市計畫定位為都會型消費中心,規劃有商業區5.156公頃,佔55.47%,公共設施3.6747公頃,佔39.53%,包括道路、廣場、社教用地、綠地、人行廣場等,將採都市更新方式開發,由實施者協助開闢公共設施及公益性設施,預估可標售土地面積約15597坪。
市府工務處指出,本次預定辦理之招商案件大致以嘉義市光彩街為界,光彩街以北為「東門段一小段3地號等36筆眷改土地」、以南為「民族段一小段1地號等32筆眷改土地」,標售面積分別為24,981平方公尺、21,449平方公尺,範圍位於嘉義市民國路以東、啟明路以西,公明路以南,朝陽街以北之新生路兩側街廓內之土地。
嘉義市長黃敏惠強調,建國二村是嘉義市市中心精華區碩果僅存的公有土地,市府以及全體市民對於這塊土地期待甚高,著眼於未來繁榮發展,已是阿里山入口門戶的嘉義市,更期待成為雲嘉南觀光休閒消費中心,因此市府希望透過建國二村都市更新計畫,引進國際觀光旅館、影城、百貨及商場等產業,創造就業機會,希望全國各地的投資商都能來嘉義市投資。
黃敏惠市長更強調,嘉義市民及市府團隊以感恩的心以及辦喜事的心情,來迎接嘉義市有史以來最大的招商投資案,歡迎全國業者來嘉義市投資;市府團隊一定會以最佳的行政效率協助得標廠商,未來在都市更新及都市設計審議方面,都將以專案即到即審方式,讓得標廠商在行政程序方面無後顧之憂。
關鍵字:
嘉義市
建國二村
黃敏惠
國防部
都市更新
洪嘉宏
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:
留言列表