曹逸雯
2013年5月21日 23:32
");
$(".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();
});
}
//-------------------
});
-

兩岸法令落差 陸劇盜版不起訴
台北地檢署偵辦一宗在台販賣盜版中國大陸戲劇光碟案,以兩岸在著作權保障的刑事法令上未平等互惠為由,將盜版大陸影集的被告不起訴。(檔案照片)中央社 101年4月4日
記者曹逸雯/台北報導
現在有很多院線片只要從一些侵權網站下載,就可以直接觀賞,為即時嚇阻這種侵權行為,維持優質的著作權環境,並積極打擊盜版,經濟部智慧財產局局長王美花表示,正研擬修法對有重大明顯侵權行為的境外網站予以封鎖,使國人無法連結到境外重大侵權網站。
智慧局目前正研擬規範,針對伺服器設置在境外的網站,如屬專門從事網路侵權行為、或內容有重大明顯侵害著作權,嚴重影響相關產業發展者,智慧局得採取快速處斷措施,令網路服務提供者(ISP)予以封鎖,使國人無法連結至該等侵權網站,包括規劃採取由行政機關核發命令,令ISP執行封鎖機制,在封鎖技術上,則要求ISP採取的封鎖技術為IP位址或DNS封鎖。
有關「重大」境外侵權網站的認定,智慧局表示,會針對具有「專門從事著作權侵權行為」或「網站內容一望即知均係侵害著作權」的網站,例如提供大量侵權檔案供使用者下載的Megaupload網站(其創辦人已於2011年1月經美國司法當局予以起訴),而僅有少數或部分侵權資料的一般網站,則不會落入被封鎖的範圍,智慧局也將邀集司法院、法務部等相關機關、權利人團體、ISP業者及學者專家進行意見交流後作出決定。
智慧局強調,封鎖境外重大侵權網站並不是新的想法,在國際間早有相關立法,例如美國及英國等歐洲國家著作權法規定,法院有權核發命令,要求ISP業者採取合理措施防止連結境外重大侵權網站,而韓國、馬來西亞及印尼等國則由著作權主管機關向通訊傳播主管機關要求通知ISP阻斷違反著作權法的網站等。
由於封鎖網站涉及網站所有人的權益、大眾接收資訊的自由及ISP執行成本負擔等,王美花表示,智慧局一定會做好配套措施,將封鎖境外重大侵權網站的負面影響降至最低,同時也希望民眾建立保護著作權觀念,拒絕連結境外侵權網站,以鼓勵文創產業發展。
關鍵字:
經濟部
智慧財產局
著作權
伺服器
封鎖
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