曹逸雯
2013年9月16日 19:03
");
$(".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();
});
}
//-------------------
});
-

財政部國產署預計9月底前公告招標台北學苑地上權。
記者曹逸雯/台北報導
台北市三大開發案之一的台北學苑1.33公頃土地地上權招標案預計9月底前公告招標,11月底、12月初開標,底價尚需待審議委員會決定,但以市價至少200億元來看,保守估計底價至少100億元以上。
財政部國產署副署長邊子樹16日表示,台北學苑地上權招標案預計9月底前公告,最快下周即可公告招標,但權利金、租金等相關條件仍需召開審議委員會後決定。
台北學苑面積1.33公頃,邊子樹表示,估這塊土地市價在200億元以上,至於地上權權利金一般是市價的3~7成,而台北市由於土地稀有,一般權利金多在市價的5~7成,承租時間即可能訂為70年,租金則是公告地價的3.5%。
邊子樹指出,台北學苑將規劃作為商辦、旅館或購物中心,並沒有規劃作住宅使用,等標期為2個月,預估11月底或12月初開標。
關鍵字:
台北學苑
地上權
商辦
旅館
購物中心