first commit
This commit is contained in:
@@ -0,0 +1,176 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="UTF-8">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta content="{PE.Label id="取得META信息" nodeId="@RequestInt_Id" metaType="keywords" /}" name="Keywords" />
|
||||
<meta content="{PE.Label id="取得META信息" nodeId="@RequestInt_Id" metaType="description" /}" name="Description" />
|
||||
<title>播放音乐-{PE.SiteConfig.SiteTitle/}</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}news.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}music.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/jquery.pack.js"></script>
|
||||
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}js/LrcShow.js"></script>
|
||||
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}js/MusicControl.js"></script>
|
||||
<style type="text/css">
|
||||
#LrcScrollBox td, #LrcScrollBox font { font-family: "宋体"; font-size: 12px; }
|
||||
#LrcScroll td { color: #000000; }
|
||||
#LrcBox { color: #0389F1; font-size: 14px; font-weight: bolder; }
|
||||
#LrcBg { color: #FF7F00; font-size: 14px; font-weight: bold; }
|
||||
#LrcFilter { filter: alpha(opacity=0); }
|
||||
#LrcLine1, #LrcLine11 { filter: alpha(opacity=100); }
|
||||
#IdDownload { behavior: url(#default#download); }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{PE.Label id="GOV_网站顶部" /}
|
||||
<div id="center_all">
|
||||
<div id="main_bg" class="main_bgpic">
|
||||
<div class="main_topspace"></div>
|
||||
<div id="main_bg">
|
||||
|
||||
<!-- 中部右侧 news_right 开始 -->
|
||||
<div id="news_right">
|
||||
<div class="user_box">
|
||||
<dl>
|
||||
<dt>随机为您挑选的歌曲</dt>
|
||||
<dd>
|
||||
<form action="" id="form1">
|
||||
<ul>
|
||||
{PE.Label id="音乐播放列表随机生成" /}
|
||||
</ul>
|
||||
<p>
|
||||
<span class="menu"><a class="selectAll" style="cursor: pointer" onclick="CheckAllMusic('form1')" title="全选">全选</a> <a class="selectInvert" style="cursor: pointer" onclick="CheckOhterMusic('form1')" title="反选">反选</a> <a class="play" style="cursor: pointer" onclick="PlayCheckedMusic('form1')" title="播放">播放</a></span>
|
||||
</p>
|
||||
</form>
|
||||
</dd>
|
||||
</dl>
|
||||
<div style="display: none">
|
||||
<span id="AjaxMusicList"></span>
|
||||
<div id="Playlist">
|
||||
<b style="color: Red; text-indent: 2em;">正在导入歌曲播放列表,2至10秒中完成,请您稍等片刻……</b></div>
|
||||
</div>
|
||||
<!--播放列表部位结束-->
|
||||
</div>
|
||||
{PE.Label id="音乐节点左侧" /}
|
||||
</div>
|
||||
<!-- 中部右侧 news_right 结束 -->
|
||||
|
||||
<!-- 中部居中 news_center 开始 -->
|
||||
<div id="news_center">
|
||||
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="c_daohang">
|
||||
<span class="c_daohang_sp link_style1"><b>您现在的位置:</b><a href="{PE.SiteConfig.sitepath/}">{PE.SiteConfig.sitename /}</a>>>{PE.Label id="当前位置导航" nodeId="{PE.Label id="取得项目所在的节点ID" itemId="@RequestInt_Id" /}" /}>>正文内容</span>
|
||||
</div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
|
||||
<!-- 搜索引擎开始 -->
|
||||
<div class="c_newssearch_main">
|
||||
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath /}{PE.SiteConfig.includefilepath /}/MusicSearch.js"></script>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="music-topic">
|
||||
<div id="songs" style="padding:20px;">
|
||||
<div class="modA playBox">
|
||||
<h2 id="MusicTitle"></h2>
|
||||
<!--播放器部位开始-->
|
||||
<object id="MusicPlayer" type="application/x-oleobject" height="64" standby="Loading Microsoft Windows Media Player components..." width="100%" border="0" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
|
||||
<param name="URL" value="" />
|
||||
<param name="rate" value="1" />
|
||||
<param name="balance" value="0" />
|
||||
<param name="currentPosition" value="0" />
|
||||
<param name="playCount" value="1" />
|
||||
<param name="autoStart" value="-1" />
|
||||
<param name="currentMarker" value="0" />
|
||||
<param name="invokeURLs" value="-1" />
|
||||
<param name="volume" value="100" />
|
||||
<param name="mute" value="0" />
|
||||
<param name="uiMode" value="full" />
|
||||
<param name="stretchToFit" value="0" />
|
||||
<param name="windowlessVideo" value="0" />
|
||||
<param name="enabled" value="-1" />
|
||||
<param name="enableContextMenu" value="0" />
|
||||
<param name="fullScreen" value="0" />
|
||||
<param name="enableErrorDialogs" value="0" />
|
||||
<param name="PreviewMode" value="-1" />
|
||||
</object>
|
||||
<!--播放器部位结束,歌词部位开始-->
|
||||
</div>
|
||||
<div class="modA playBox">
|
||||
<h2>歌词</h2>
|
||||
|
||||
<div>
|
||||
<!--播放器主体请勿修改-->
|
||||
<download id="IdDownload">
|
||||
<div align="center" id="LrcScrollBox" style="overflow: hidden; width: 100%;">
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="LrcScroll" style="position:relative; top: 20px;">
|
||||
<tr><td nowrap height="20" align="center" id="LrcLine1"></td></tr>
|
||||
<tr><td nowrap height="20" align="center" id="LrcLine2"></td></tr>
|
||||
<tr><td nowrap height="20" align="center" id="LrcLine3"></td></tr>
|
||||
<tr><td nowrap height="20" align="center" id="LrcLine4"></td></tr>
|
||||
<tr><td nowrap height="20" align="center" id="LrcLine5"></td></tr>
|
||||
<tr><td nowrap height="20" align="center" id="LrcLine6"></td></tr>
|
||||
<tr>
|
||||
<td nowrap height="20" align="center" class="kong">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td nowrap height="20"><span id="LrcBox" style="width:0;">歌词加载中......</span></td></tr>
|
||||
<tr style="position:relative; top: -20px; z-index:6;"><td nowrap height="20"><span id="LrcBg" style="overflow:hidden; float:left; width:0;"></span></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="position:relative; top: -20px;"><td nowrap height="20" align="center" id="LrcLine7"></td></tr>
|
||||
<tr style="position:relative; top: -20px;"><td nowrap height="20" align="center" id="LrcLine8"></td></tr>
|
||||
<tr style="position:relative; top: -20px;"><td nowrap height="20" align="center" id="LrcLine9"></td></tr>
|
||||
<tr style="position:relative; top: -20px;"><td nowrap height="20" align="center" id="LrcLine10"></td></tr>
|
||||
<tr style="position:relative; top: -20px;"><td nowrap height="20" align="center" id="LrcLine11"></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<!--以上播放器主体请勿修改-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="modA playBox">
|
||||
<h2>
|
||||
歌曲信息</h2>
|
||||
<div>歌手:<span id="Singer"></span></div>
|
||||
<div>风格:<span id="Style"></span></div>
|
||||
<div>语言:<span id="Language"></span></div>
|
||||
<div>发行日期:<span id="IssusingDate"></span></div>
|
||||
<div>唱片公司:<span id="RecordCompany"></span></div>
|
||||
<div>内容简介:<span id="Intro"></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class=" clearbox"></div>
|
||||
</div>
|
||||
</div>
|
||||
<span style="display:none">
|
||||
<script type="text/JavaScript" src="{PE.SiteConfig.ApplicationPath/}Common/GetHits.aspx?id=@RequestInt_Id"></script>
|
||||
</span>
|
||||
{PE.Label id="GOV_网站底部" /}{PE.Label id="播放选中音乐Js" /}
|
||||
|
||||
<script type="text/javascript">
|
||||
function CreatMusicList() {
|
||||
var x = new AjaxRequest('XML', 'AjaxMusicList');
|
||||
var v = GetCookie("MusicListCollection");
|
||||
x.labelname = "音乐播放列表生成";
|
||||
x.para = ['musicIds=@RequestInt_Id'];
|
||||
x.post('updatelabel', '{PE.SiteConfig.ajaxsitepath/}ajax.aspx', function(s) {
|
||||
var xml = x.createXmlDom(s);
|
||||
document.getElementById("AjaxMusicList").innerHTML = xml.getElementsByTagName("body")[0].firstChild.data;
|
||||
document.getElementById("MusicList").options[0].selected = true;
|
||||
GetTotalMusic();
|
||||
PlayMusic();
|
||||
});
|
||||
}
|
||||
CreatMusicList();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user