Linda
2013年9月4日 20:28
");
$(".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();
});
}
//-------------------
});
-
金漫獎今(4)日舉辦第4屆頒獎典禮及行動車揭幕儀式,鼓勵台灣原創漫畫,並讓更多人能享受閱讀漫畫的樂趣。
記者簡怡欣/台北報導
為鼓勵台灣原創漫畫,金漫獎今(4)日舉辦第4屆頒獎典禮,由《許個願吧!大喜》的「顆粒」奪下2項大獎,並在漫畫才子們的見證下,文化部長龍應台啟動滿載台灣原創金字招牌的漫畫行動車,出發開進偏鄉地區,讓更多人能享受閱讀漫畫的樂趣。
第4屆金漫獎得獎結果出爐,終身成就獎由致力於兒童文學的曹俊彥獲得,72歲的資深漫畫家曹俊彥幽默地說,因為長期擔任比賽評審,難得這次他沒有當任評審,和年紀也大了,所以才有機會獲得這份殊榮;而此次新增的評審特別獎則頒給《遺失時間的夏日》的死故作者艾雷迪,代替領獎的女兒表示,因為爸爸的緣故而影響自己也愛畫畫,未來也有計畫朝同樣的路發展。
少年漫畫獎首獎則由T.K.章世炘的《黑色狂想曲》奪下,佳作為BARZ的《-鎮邪甲冑-劍獅》;少女漫畫獎首獎為顆粒的《許個願吧!大喜》,佳作為黃佳莉的《謎樣少年》,其中《許個願吧!大喜》也奪下年度漫畫大獎。
一般漫畫獎首獎為簡嘉誠的《時空鐵道之旅》,佳作阮光民的《天國餐廳》;漫畫新人獎首獎為鍾運德的《少年黎智英》,佳作為睫毛的《老媽,我想當爽兵!》;今年增加的最佳編輯獎為未來數位有限公司總編輯的韓京岳;年度漫畫貢獻獎為未來數位有限公司。
而滿載歷屆得獎漫畫的62輛行動圖書車,將在偏鄉地區跑透透,穿梭桃園復興、宜蘭三星、台中谷關、屏東潮州、花蓮吉安等小學、廟埕及社區活動中心,讓大街小巷的民眾都能享受閱讀漫畫樂趣。
▲第4屆金漫獎得獎名單出爐,文化部並同步啟動漫畫行動車,讓更多人能有機會享受看漫畫的樂趣。
關鍵字:
金漫獎
漫畫
故事
獎項
行動車
文化部
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:
留言列表