");
$(".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();
});
}
//-------------------
});
-
陳文科等議員要求市府積極拼經濟、爭活水
記者莊漢昌/台南報導
高雄市搶頭香爭取到黃色小鴨至高雄港展出,並帶來10億商機,讓在今年5月即要求市府積極爭取黃色小鴨到安平港的市議員陳文科、洪玉鳳、蔡淑惠相當扼腕。8日抨擊市府做事消極被動,如何拼經濟、爭活水?
陳文科議員指出,台南市與高雄市同為直轄市,但二者拚經濟、爭活水的方式卻截然不同,高雄市長陳菊為行銷世運,3年前曾風光的展開「北京行」,9日更將親率包括副市長劉世芳及5局長、一處長的執政團隊,前往大陸天津、深圳、廈門及福州等4個城市,行銷高雄之美,並邀請大陸各城市首長到高雄參加亞太城巿高峰會,現在還搶先爭取黃色小鴨到高雄港展出,隨後黃色小鴨還將到台中、桃園及基隆等縣市,台南市卻迄今沒消息,讓人質疑,市府各項施政都輸人,何以民調卻依舊第一呢?
洪玉鳳議員表示,高雄市爭取黃色小鴨,是由副市長帶領留學德國的團隊成員至香港拜會黃色小鴨的作者,以誠意感動對方,讓高雄市取代原第一站的基隆港,反觀台南市則是夢幻式的施政,僅寫信給黃色小鴨作者,無法以行動落實爭取,整個市府團隊皆自我陶醉在民調第一名的虛幻中,卻看不到民間有任何商機,實在讓人痛心,若是市府再不務實,僅停留在攤販式的農特產品促銷展售,台南市永遠只能賺觀光客的『便當錢』。
蔡淑惠議員則自曝家醜,指上個月市議會由議長帶領10幾位議員與市長賴清德及二位立委至日本促銷芒果,但與外交部的餐會中,議長及議員們還有一位立委卻被排擠無法與會,這種不把市議會放在眼裡,小鼻子小眼睛的做法,台南市要如何拼國際觀光呢?她並呼籲賴市長要放寬心胸、放大視野,不要自我感覺良好,僅在原地踏步,盼能學習高雄市長陳菊的做法,以城市的經濟發展為念,否則僅有賴市長的未來有希望,整個台南市卻死氣沈沈,如此會對不起支持他的市民。
關鍵字:
陳文科
南市府
拼經濟
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
留言列表