Now著玩粉絲團
2013年8月11日 11:15
");
$(".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();
});
}
//-------------------
});
-
街頭文化的極致饗宴!布里斯本節9月上旬開幕。(公關照)
旅遊中心/綜合報導
「我們生活在一個充滿挑戰的時代,特別是對那些時下的年輕人來說,他們遇到的問題是超越種族及語言的,什麼問題都有可能發生在他們的身上,但即便如此,我們仍舊應該保持著樂觀、積極、創造力與活力,而這也是布里斯本節想要對大家傳遞的精神」,2013年的布里斯本節(Brisbane Festival),即將於9月7日至28日在澳洲盛大展開,活動藝術總監Noel Staunton表示,2013年的布里斯本節,將以「反映世界」為主題。
一年一度布里斯本節,預計將會吸引超過1百萬名的遊客,以及來自世界各地的藝術家、舞者、音樂家與雜技演員等,在布里斯本齊聚一堂,帶來超過85部作品及450場充滿活力的演出。這些表演者來自美國、加拿大、英國、德國、法國、冰島、中國、東帝汶、智利以及廣大的澳洲各地,他們將會帶來一連串展示著世界每一個角落的街頭文化。
在節慶舉辦期間,布里斯本南岸(South Bank)將會再度成為節慶的焦點。屆時,絢麗的燈光將會伴隨著南岸的酒吧、舞台與露天餐廳,從布里斯本摩天輪一直延伸到維多利亞橋。另外,在布里斯本節期間有許多免費的活動供民眾們參與,其中包括每天晚上在new Santos GLNG City上演的壯觀雷射燈光秀「城市之光」,預計將會吸引大批的遊客前往觀賞;9月28日布里斯本節閉幕當天的Sunsuper Riverfire煙火秀,更將成為節慶期間的重頭戲。
今年主辦單位特別請來榮獲過3次艾美獎的美國編舞家Debbie Allen,於昆士蘭表演藝術中心帶來融合舞蹈、音樂與戲劇的「精采瞬間(Freeze Frame)」,以振奮人心的舞步及觸動靈魂的樂聲,希望讓來自洛杉磯的街頭藝術引發觀眾的共鳴。
想用更低廉的票價,享受在戶外觀賞戲劇的樂趣?今年主辦單位還特別走出南岸,開闢了另一個名為QUT Theatre Rebublic的活動中心,參與節慶的觀眾,可以在這裡發現更平易近人的演出。
針對今年的布里斯本節,昆士蘭州政府投入了約529萬澳幣(約台幣1.45億元),昆士蘭旅遊局也大力支持城市之光雷射燈光秀。布里斯本市長GrahamQuirk表示,布里斯本節的舉辦,除了代表著對文化藝術的支持外,同時,對於吸引遊客的到訪也發揮了相當大的作用,為當地帶來可觀的經濟成長。
關鍵字:
布里斯本
澳洲
昆士蘭
藝術
活動
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
留言列表