");
$(".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();
});
}
//-------------------
});
-
8/9~11夢想啟航!
本報訊
全球最大國際留遊學服務集團及台灣雅思官方考試中心─IDP國際教育中心(International Development Program)由澳洲所有大學共同出資成立,是全台灣唯一可申請所有澳洲八大名校的代辦中心,同時代辦澳洲、紐西蘭、美國、加拿大、英國留遊學,以最專業和公正的角度協助學生選擇適合的學校與課程,從1989年在台成立以來,已成功協助上千名學生取得世界百大名校入學許可。
8月上旬,IDP將在全台舉行三場「澳紐名校面談會」,8月9日於台中金典酒店,8月10日於高雄福華飯店,8月11日於台北富邦國際會議中心,有包括墨爾本、雪梨、昆士蘭、奧克蘭世界排名百大大學、餐旅管理名校藍帶學院、澳洲首都特區所有公立中學等澳紐知名院校親自來台聯合招生,與學生直接面談,提供包羅萬象的課程選擇和專業的諮詢服務。另還有打工遊學語言課程限時優惠喔!
所有青年學子透過線上報名,參加台北、台中或高雄面談會,各場次的前30位進場者特別贈送USB。參加面談會還有機會獲得小摺、誠品圖書禮券等幸運好禮;如經面談並於現場遞件申請學校,獨享免申請費再抽iPad mini大獎。此外,現場報名IELTS雅思考試,除可獲得獨家官方好禮「雅思秘笈筆記本+集氣杯組」,更可享有全球雅思總部講師舉辦的「雅思大師班Masterclass」免費參加資格。
IDP累積40年專業,在全球超過30個國家設有80個辦公室,包含已有24年在地經驗的台灣分公司,台北、台中、高雄均有辦公室,所有專業顧問皆具備留遊學經驗,以自身經驗協助學生規劃適合的學校及課程,提供雅思考試、獎學金、簽證申請、機票代訂、住宿安排、當地接機到入學後的一連串優質服務。
詳情請瀏覽:
IDP國際教育中心http://www.taiwan.idp.com/
台北(02)2570-1466台中(04)2326-1722高雄(07)311-2280
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
留言列表