www.gusucode.com > 运动用品商城网站系统源代码程序 > IncAsp/index_ins.asp

    <% if stype="tjindex" or stype="hot" then %>
<table border="0" cellspacing="0" cellpadding="3" width="100%">
  <tr><td align="center"><a <%if photoh=1 then%>class=photo<%end if%> target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>">
	<img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" <%=index_wh%> style="border: 1px solid #808080"></a></td></tr>
  <tr><td align="center" height="20"><a class="title" target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><%=rs("hw_name")%></a></td></tr>
  <tr><td height="20" align="center"></td></tr></table>
<% end if%>

<% if stype="tejia"  then %>
<table border="0" cellspacing="0" cellpadding="3" width="100%">
  <tr><td align="center"><a <%if photoh=1 then%>class=photo<%end if%> target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>">
	<img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" <%=index_wh%> style="border: 1px solid #808080"></a></td></tr>
  <tr><td align="center" height="20"><a class="title" target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><%=rs("hw_name")%></a></td></tr>
  <tr><td height="20" align="center"><span class="price">原价:<%=fuhao%><%=rs("hw_price1")%><%=danwei%><br>普通会员:<%=fuhao%><%=rs("hw_price2")%><%=danwei%><br>VIP会员:<%=fuhao%><%=rs("hw_price3")%><%=danwei%></span></td></tr></table>
<% end if%>