61 lines
3.0 KiB
HTML
61 lines
3.0 KiB
HTML
<!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.Label id="取得节点名称" nodeId="@RequestInt_Id" /}首页-{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 language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/MusicControl.js"></script>
|
|
<script type="text/javascript">
|
|
<!--
|
|
function ShowTabs(ID) {
|
|
for (i = 0; i < 4; i++) {
|
|
if (i == ID) {
|
|
document.getElementById("TabTitle" + i).className = "titlemouseover";
|
|
document.getElementById("Tab" + i).style.display = "";
|
|
}
|
|
else {
|
|
document.getElementById("TabTitle" + i).className = "tabtitle";
|
|
document.getElementById("Tab" + i).style.display = "none";
|
|
}
|
|
}
|
|
}
|
|
//-->
|
|
</script>
|
|
</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"> {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="@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"> {PE.Label id="音乐信息列表" bindStyle="最新列表" outputQty="20" parentId="@RequestInt_Id" /} </div>
|
|
</div>
|
|
</div>
|
|
<!-- 中部居中 news_center 结束 -->
|
|
</div>
|
|
<div class=" clearbox"></div>
|
|
</div>
|
|
</div>
|
|
{PE.Label id="GOV_网站底部" /}{PE.Label id="播放选中音乐Js" /}
|
|
</body>
|
|
</html>
|