王鼎鈞
2013年8月27日 13:34
");
$(".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();
});
}
//-------------------
});
-
基本工資審議委員會28日將在汐止開會,全國產業總工會27日到勞委會大門前抗議,要求制訂調整公式及提高審議機制位階。(圖/中央社/102年8月27日)
記者王鼎鈞/台北報導
基本工資審議委員會明日召開,外傳月薪將不調整,勞委會勞動條件處科長李怡萱今(27)日受訪表示,勞委會對於是否調整以及數額,沒有預設立場。
勞委會去年8月召開基本工資審議委員會議,決議今年月薪從1萬8780元調高到1萬9047元;時薪採兩階段調整,今年先由103元調高到109元。
但行政院推翻決議,前院長陳冲宣布基本月薪「緩漲」,待連續兩季經濟成長(GDP)達3%,或連續兩個月失業率低於4%後再施行。
由於今年第一季經濟成長率(GDP)為1.54%,較原本的預測值3.26%大幅下修了1.72個百分點,不如預期,新任院長江宜樺仍決定,基本月薪自今年4月1日起調整為1萬9047元。
關鍵問題在,馬總統2012年連任前宣示,時薪將調到115元,如果明日會議決定明年不調,馬總統將面臨「二度跳票」危機。因此,外傳月薪不會調整,只調時薪。
全國產業總工會今日到勞委會抗議,理事長莊爵安說,堅決反對月薪與時薪脫鉤,「從去年基本工資審議結果,基本工資審議會已流於形式,這樣的會議只有審議,沒有決議功能。」 (接下一頁)
關鍵字:
基本工資
月薪
時薪
勞工
薪資
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
留言列表