2013年8月1日 14:20
");
$(".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();
});
}
//-------------------
});
-
民進黨主席蘇貞昌(左2)1日出席「8/1原住民族日」活動,蘇貞昌與多位原住民長老手拉手,一同歡呼、喝采。(圖/中央社)
記者林修卉/台北報導
大塊文化董事長郝明義昨日在立法院,宣布辭去國策顧問。民進黨主席蘇貞昌受訪表示,希望馬總統能夠重視一個業者的呼籲,那不是一個特定政黨、特定媒體的意見,而是全民與過去他身邊國策顧問沉痛的心聲。
蘇貞昌表示,他看了辭職信,其實郝明義是語重心長,態度清楚,也是用心良苦,當初事情還來得及挽救時,郝明義以國策顧問的身分希望馬總統不要簽署服貿協議,甚至發表簽署24小時前的公開信等做法,而過去也幾次單獨見過馬總統並提出詳細建議。
蘇貞昌說,整篇郝明義的辭職信顯見,馬總統只是做表面,沒有實際做事,而且態度讓郝先生心灰意冷,最後郝明義得到的結論是「如果馬總統不是獨裁,就是愚蠢」。
蘇貞昌指出,馬總統把不同意見視為造謠與批評,郝明義認為這種態度很不對,希望馬總統趕快矯正自己的態度,並在協議還未生效通過前,不要只考慮經濟而忘了安全,不要只有為了財團而沒有全民。
蘇貞昌認為,「郝先生的呼籲是很對的,他的辭職是很痛心的」,希望馬總統能夠重視一個業者的呼籲,那不是一個特定政黨、特定媒體的意見,而是全民與過去他身邊國策顧問沉痛的心聲。
關鍵字:
蘇貞昌
郝明義
馬總統
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
留言列表