NOWnews.com 今日新聞網
2013年8月16日 07:53
");
$(".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日闖進行政院,並朝行政院大樓外牆潑漆,行政院在事後清洗外牆招牌。〔圖/中央社〕
政治中心/台北報導
政府拆除大埔農戶,引發不少農民團體的不滿,本週將舉行一連串的行動,包括18日走上凱道舉行「把國家還給人民 818拆政府」行動,農團除了要向政府嗆聲,也要緊盯司法,要求檢調追查苗栗縣長劉政鴻任內,是否有炒作土地等不法情事。
大埔事件發生後,農民團體不斷藉由不同方式表達訴求,除了不定時在總統馬英九、副總統吳敦議、行政院長江宜樺等人公開行程舉牌抗議,就算馬英九出訪中美洲,也隨處可見嗆聲民眾。
15日上午,更有聲援大埔的民眾假扮陸客團,在無預警的情況下直接衝進行政院,用紅色漆彈、水球與雞蛋砸向政院中央大樓,象徵性的強拆政府。
根據規劃,農團今(16)日要在苗栗縣政府前參加「拆政府‧守護苗栗音樂晚會」,接著18日要在凱道舉行「把國家還給人民 818拆政府」行動。
農團表達訴求,希望主事者劉政鴻必需出面公開道歉,同時賠償強拆損害,同時也緊盯檢調單位,立即調查劉任內所有土地炒作不法情事,同時也要檢視遭拆土地後續使用情況。
農團表示,當天凱道將架起民主已死的靈堂,希望能號召民眾以非暴力抗爭行動、彰顯政府的不公不義,農團預估,當天可能會有上萬人參加。
關鍵字:
農團
凱道
劉政鴻
馬英九
大埔
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
留言列表