会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • SHARING WEB APPLICATION PROGRAM GUIDE CONTENT ITEMS OVER HOME NETWORKS
    • 在家庭网络上共享WEB应用程序指南内容项目
    • WO2016164076A1
    • 2016-10-13
    • PCT/US2015/063358
    • 2015-12-02
    • SONY CORPORATIONCLIFT, GrahamCANDELORE, BrantRICHMAN, Steven
    • CLIFT, GrahamCANDELORE, BrantRICHMAN, Steven
    • H04N5/445H04N21/433H04N21/45
    • H04N21/4312H04N21/4782H04N21/4821H04N21/812H04N21/8126H04N21/8173H04N21/8543H04N21/8586
    • Digital living network alliance (DLNA) hypertext markup language 5 (HTML5) remote user interface (RUI) or VidiPath TM technologies are extended such that a W3C-defined element facilitates incorporation of RUI-wrapped content into a client user interface that is a web application designed on the HTML5 RUI or VidiPath TM technology to ensure that remote user interface components of the RUI-wrapped content are rendered as an HTML5 RUI/VidiPath TM server expects, including any authentication protocol needed to verify client capability. In this way, search and playback of content, previously made available through monolithic web application (web app) based Electronic Program Guides (EPG) over a home network, are distributed without losing the programmable and graphics components provided when playing that same content via the monolithic web app EPG.
    • 数字生活网络联盟(DLNA)超文本标记语言5(HTML5)远程用户界面(RUI)或VidiPathTM技术被扩展,使得W3C定义的'; content += '
    '; }); //alert(content); $("#pdf_content").html(content); } else { $("#pdf_content").html('没有找到有效PDF文档') } $('#full_pdf') .modal({ inverted: true }) .modal('setting', 'closable', false) .modal('show') ; $('.menu .item') .tab() ; }); } function countDown(secs, surl) { if (--secs > 0) { setTimeout("countDown(" + secs + ",'" + surl + "')", 1000); } else { search(); } } function checkAllShow(id) { var checked = document.getElementById(id).checked; var obj = document.getElementsByName("common_column"); for (var j = 0; j < obj.length; j++) { obj[j].checked = checked; } if (!checked) { document.getElementById("cc_title").checked = true; document.getElementById("cc_summary").checked = true; document.getElementById("cc_applicationNumber").checked = true; document.getElementById("cc_applicationDate").checked = true; document.getElementById("cc_publicationNumber").checked = true; document.getElementById("cc_publicationDate").checked = true; } } function addCollection() { var keyword = $("#keyword").val(); var id = $("#id").val(); var title = $("#title").val(); var userId = $("#userId").val(); var an = $("#an").val(); if (userId == 0) { window.location.href = "/user/login.html"; } var r = $.ajax({ url: "/collection/add", data: { keyword: keyword, id: id, title: title, userId: userId, an: an }, dataType: "json", type: "post", success: function (result) { if (result.success) { /*$("#second_collection_header").text("成功收藏"); $("#second_collection_content").text(result.message); $("#second_collection").modal('setting', 'closable', false).modal('show'); countDown(5,'');*/ $("#" + id).removeClass("basic"); $("#" + id).addClass("red"); $("#" + id).removeAttr("onclick"); $("#" + id).text('已收藏'); } else { $("#second_collection_header").text('收藏失败'); $("#second_collection_content").text(result.message); $("#second_collection").modal('show'); } } }); }