product.asp
来自「冠龙科技企业网站管理系统 v8.0」· ASP 代码 · 共 111 行
ASP
111 行
<!--#include file="Inc/syscode.asp"-->
<!--#include file="inc/Skin_css.asp"-->
<%
'请勿改动下面这二行代码
MaxPerPage=MaxPerPage_Default
strFileName="Product.asp?BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName
%>
<!-- #include file="Head.asp" -->
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" background="images/bg.gif">
<tr>
<td align="center">
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="192" valign="top" background="images/bg_left.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Images/yhdl.jpg" /></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="10"><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<% call ShowUserLogin() %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Images/titelbar_brand.gif" /></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="10"><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<% call ShowSmallClass_Tree() %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Images/titelbar_search.gif" /></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="10"><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<% call ShowSearch(1) %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table></td>
<td width="576" valign="top"><table width="336" height="26" border="0" background="images/bg_bt.jpg">
<tr>
<td width="384">当前位置: <a href="/">首页</a> -> 产品展示</td>
</tr>
</table>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="453"
height=28> <% call ShowClassGuide() %> </TD>
<TD width="102"> <% call ShowProductTotal() %> </TD>
</TR>
<TR>
<TD
height=1 colspan="2" background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif"
width=10></TD>
</TR>
<TR>
<TD
height=1 colspan="2"> <% call ShowProduct(32) %> </TD>
</TR>
<TR>
<TD
height=1 colspan="2"> <%
if totalput>0 then
call showpage(strFileName,totalput,MaxPerPage,false,true,"个产品")
end if
%> </TD>
</TR>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- #include file="Inc/Foot.asp" -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?