📄 shangping_shjia.asp
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td width="30%" rowspan="4" align="center" class="table-xia">
<TABLE height=99 cellSpacing=0 cellPadding=0 width=99 border=0 align="center">
<TBODY>
<TR>
<TD background=images/xt_bj.gif align=center>
<%if rs_shp("bookpic")="" then
response.write "<a href=list.asp?id="&rs_shp("bookid")&" ><img src=images/emptybook.gif width=75 height=75 border=0></a>"
else%>
<a href=list.asp?id=<%=rs_shp("bookid")%> ><img src="<%=trim(rs_shp("bookpic"))%>" width=75 border=0 height="75"></a>
<%end if%>
</TD>
</TR>
</TBODY>
</TABLE>
</td>
<td width="70%">
<img src="images/ring01.gif" width="9" height="9"> <a href=list.asp?id=<%=rs_shp("bookid")%> ><font color="#990000"><%=trim(rs_shp("bookname"))%></font></a></td>
</tr>
<tr>
<td width="70%">
市场价:<s><font color=red><%=trim(rs_shp("shichangjia"))%></font></s>元
会员价:<font color=red><%=trim(rs_shp("huiyuanjia"))%></font>元
VIP价:<font color=red><%=trim(rs_shp("vipjia"))%></font>元</td>
</tr>
<tr>
<td width="70%"><a href="gouwu.asp?id=<%=rs_shp("bookid")%>&action=add" target="_blank"><img src="images/goumai.gif" width="65" height="20" border=0></a> <a href="shoucang.asp?id=<%=rs_shp("bookid")%>&action=add" target="_blank"><img src="images/shoucang1.gif" width="65" height="20" border=0></a></td>
</tr>
<tr>
<td width="70%" class="table-xia">
<font color="#666666">
<%if len(trim(rs_shp("bookcontent")))>52 then
response.write left(trim(rs_shp("bookcontent")),50)&"..."
else
response.write trim(rs_shp("bookcontent"))
end if%>
</font></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -