<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <link href="[FileServerUrl][BasePath]/css/base.css" rel="stylesheet" /> <link href="[FileServerUrl][BasePath]/css/cp.css" rel="stylesheet" /> <script src="[FileServerUrl]/Areas/Admin/Content/js/jquery.min.js"></script> <script src="/Content/js/Cookie.js"></script> <script type="text/javascript"> $(function () { if (getCookie("CurrentUser-ID") == undefined || getCookie("CurrentUser-ID") == "0") { location.href = "/[Url]"; } var wcUID = getCookie("CurrentUser-ID"); $.post("/ajax/UserIsRight", { "uid": wcUID, "wcid": "[CID]" }, function (data) { if (data == "0") { alert("当前直播不存在此用户"); location.href = "/Home/LoginOut?code=[Url]"; } }); }); </script> </head> <body> <div class="inner_background"> <div class="inner_back" onclick="location.href='/Home/LoginOut?code=[Url]';"> </div> <div class="inner_left"> <div class="inner_header"> 会议议程 </div> <div class="inner_content"> <img src="[BasePath]/images/testcontent.jpg" alt="" /> </div> </div> <div class="inner_right"> <div class="content"> <div class="inner_enter"> <input type="button" value="" onclick="location.href = '/General/html/[Url]/Video.html'" /> </div> <div class="activity_header"> 活动介绍 </div> <div class="activity_content"> 活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容活动介绍内容 </div> </div> </div> </div> </body> </html>