2013年10月27日 10:45
");
$(".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();
});
}
//-------------------
});
-
根據文化部的預算報告,103年度中央政府整體文化支出編列281億元,較前1年度增加16億元,並首度將兒少文學列入培育發展對象,文化部長龍應台(右)將在28日赴立法院列席並報告。(圖:資料照)
政治中心/綜合報導
文化部長龍應台將在明天(28)日赴立法院列席並報告103年度中央政府總預算案文化部及所屬單位預算,根據文化部提出的預算報告,103年度中央政府整體文化支出編列281億元,較102年度的265億元增加16億元,並首度將視覺藝術團體營運納入輔導、首度將兒少文學列入培育發展對象,展現積極「培基固本」的原則及方向。
文化部的預算報告中載明,103年度中央政府整體文化支出編列281億元,比起102年度增加了16億元,占中央歲出總額1.45%,較102年度約增0.06個百分點。
延續「培基固本」計畫,文化部將持續擴增壯大今年首度創建的「藝術銀行」、首度將視覺藝術團體營運納入輔導、首度將兒少文學列入培育發展對象,推廣兒少文學閱讀,並繼續補助發展獨立書店、推廣「國民記憶庫」,豐厚台灣故事島的人文記憶。
報告中另指出,文化部持續推展紀錄片旗艦計畫,希望讓台灣成為華語紀錄片的運籌中心,並結合文創及村落文化發展,協助民營廣播電台再造榮景、重點扶植流行音樂產業。
關鍵字:
文化部長
龍應台
整體文化支出
培基固本
兒少文學
留言列表