inc_index_music.inc
作者:cmscn 日期:2005-04-11
<%
'****************************************************
' MvHome For Joekoe CMS 1.0 Power by Mvhome.net
' Author: basql,爱的信仰
' Email: basql@mvhome.net,idexinyang@126.com
' Web: http://www.mvhome.net,http://www.52aa.com
' Copyright (C) 2004 Mvhome.net All Rights Reserved.
'****************************************************
%>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr>
<td height=27 background='images/index/music_bg.gif'>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr>
<td align=left width=124><img src='images/index/music_left.gif' border=0></td>
<td align=right>
<table border=0>
<tr>
<td><img src='images/music/s_song.gif' border=0 align=absmiddle> <a href='music_list.asp' target=_blank>音乐列表</a></td>
<td width=10></td>
<td><img src='images/music/s_singer.gif' border=0 align=absmiddle> <a href='music_disk_list.asp' target=_blank>专辑列表</a></td>
<td width=10></td>
<td><img src='images/music/s_disk.gif' border=0 align=absmiddle> <a href='music_singer_list.asp' target=_blank>歌手列表</a></td>
</tr>
</table>
</td>
<td align=right><a href='music.asp' target=_blank><img src='images/index/music_more.gif' border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr align=center>
<td width='43%'>
<%
oid=0
sql="select top 1 specialid,name,nclass,sclassid,nclassid,yuyan,times,intro,hits,pic from mv_special order by specialid desc"
set rs=joekoe_cms.exec(sql,1)
if not rs.eof then
id=rs("specialid")
oid=id
topic=rs("name")
%>
<table border=0 cellspacing=0 cellpadding=2 width='100%'>
<tr align=center>
<td width='35%'><script language=javascript>document.write(pic_fk('<%response.write rs("pic")%>',8,'music_disk_view.asp?albumid=<%=rs("specialID")%>'));</script></td>
<td width='65%'>
<table border=0 width='100%' class=tf>
<tr><td>名称:<b><a href='music_disk_view.asp?albumid=<%=rs("specialID")%>' alt='浏览专辑:<%=rs("name")%>' target=_blank><%response.write joekoe_cms.code_html(rs("name"),1,8)%></a></b></td></tr>
<tr><td>歌手:<a href='music_singer_view.asp?Name=<%=rs("nclass")%>&id=<%=rs("SClassid")%>&artid=<%=rs("NClassid")%>' alt='查看歌手 <%=rs("NClass")%> 的所有专辑'><%response.write joekoe_cms.code_html(rs("nClass"),1,8)%></a></td></tr>
<tr><td>语言:<%=rs("yuyan")%> 人气:<font class=red><%response.write int(rs("hits"))%></font></td></tr>
<tr><td>发行:<font class=tims><%=rs("times")%></font></td></tr>
<tr><td class=bw>介绍:<%response.write joekoe_cms.code_html(rs("intro"),1,20)%></td></tr>
</table>
</td>
</tr>
</table>
<%
end if
rs.close
%>
</td>
<td width='57%'>
<table border=0 cellspacing=1 cellpadding=0 width='100%'>
<tr height=3><td width='50%'></td><td width='50%'></td></tr>
<%
i=0
sql="select top 4 specialid,name,nclass,sclassid,nclassid,yuyan,hits,pic from mv_special where specialid<>"&oid&" order by specialid desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
id=rs("specialid")
topic=rs("name")
if i mod 2=0 then response.write vbcrlf&" <tr>"
%>
<td>
<table border=0 cellspacing=0 cellpadding=2 width='100%'>
<tr align=center>
<td width='35%'><script language=javascript>document.write(pic_fk('<%response.write rs("pic")%>',4,'music_disk_view.asp?albumid=<%=rs("specialID")%>'));</script></td>
<td width='65%'>
<table border=0 width='100%'>
<tr><td><b><a href='music_disk_view.asp?albumid=<%=rs("specialID")%>' alt='浏览专辑:<%=rs("name")%>' target=_blank><%response.write joekoe_cms.code_html(rs("name"),1,8)%></a></b></td></tr>
<tr><td>歌手:<a href='music_singer_view.asp?Name=<%=rs("nclass")%>&id=<%=rs("SClassid")%>&artid=<%=rs("NClassid")%>' alt='查看歌手 <%=rs("NClass")%> 的所有专辑'><%response.write joekoe_cms.code_html(rs("nClass"),1,8)%></a></td></tr>
<tr><td><%=rs("yuyan")%> 人气:<font class=red><%response.write int(rs("hits"))%></font></td></tr>
</table>
</td>
</tr>
</table>
</td>
<%
if i+1 mod 2=0 then response.write vbcrlf&" </tr>"
if i=1 then response.write vbcrlf&" <tr><td height=1></td></tr>"
rs.movenext
i=i+1
loop
rs.close
%>
</table>
</td>
</tr>
</table>
<% response.write joekoe_cms.js_type("web_branch();",3) %>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr><td height=5></td></tr>
</table>
<%
'****************************************************
' MvHome For Joekoe CMS 1.0 Power by Mvhome.net
' Author: basql,爱的信仰
' Email: basql@mvhome.net,idexinyang@126.com
' Web: http://www.mvhome.net,http://www.52aa.com
' Copyright (C) 2004 Mvhome.net All Rights Reserved.
'****************************************************
%>
----------------------------影视、音乐 开始----------------------------
%>
<table border=0 cellspacing=0 cellpadding=0 width='100%'>
<tr><td align=center><!-- #include file="include/inc_index_3.inc" --></td>
</table>
<%
'----------------------------影视、音乐 结束----------------------------
评论: 7 | 引用: 9 | 查看次数: 833
发表评论