Product.asp
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 3k
Development Platform:

VBScript

  1. <%@ LANGUAGE=VBScript CodePage=936%>
  2. <%option explicit%>
  3. <%Response.Buffer=True%>
  4. <!--#include file="Include/System.asp"-->
  5. <!--#include file="../Inc/ubbcode.asp"-->
  6. <!--#include file="Include/SysProduct.asp"-->
  7. <!--#include file="Include/StrLeft.asp"-->
  8. <%
  9. '请勿改动下面这三行代码
  10. ShowSmallClassType=ShowSmallClassType_Default
  11. MaxPerPage=MaxPerPage_Default
  12. strFileName="Product.asp?BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName 
  13. %>
  14. <!--#include file="Include/Head.asp" -->
  15. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  16. <TR> 
  17. <TD vAlign=top class='M_Left_Td'> 
  18. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  19. <tr>
  20. <td valign="top">
  21. <% Call Left_Product() %>
  22. </td>
  23. </tr>
  24. </table> 
  25. </TD>
  26. <%if strSkins <= 200 and strSkins >= 1 then%>
  27. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  28. <%
  29. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  30. %>
  31. <%end if%>
  32. <TD vAlign=top> 
  33. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  34. <% Call Style_Adcolumn() '广告栏 %>
  35. <!-- 产品展示 -->
  36. <TR>
  37. <TD>
  38. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_Pt_Title'>
  39. <TR>
  40. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  41. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  42. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  43. <% call ShowClassGuide() %>
  44. &nbsp;</SPAN></TD>
  45. <TD class='MC_Pt_TD4'><div align="right">
  46. <% call ShowArticleTotal() %>
  47. &nbsp;</div></TD>
  48. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  49. </TR>
  50. </TABLE>
  51. </TD>
  52. </TR>
  53. <TR> 
  54. <TD>
  55. <TABLE cellSpacing=0 cellPadding=0 align="center"  class='MC_PrNr_Title'>
  56. <tr> 
  57. <td valign=top style="line-height: 150%">
  58. <% call ShowArticle(32) %>
  59. </td>
  60. </tr>
  61. </table>
  62. </TD>
  63. </TR>
  64. <!-- 产品展示 END -->
  65. <TR> 
  66. <TD> 
  67. <TABLE cellSpacing=0 cellPadding=0 align="center"  class='MC_bottom_title'>
  68. <tr> 
  69. <td>
  70. <%
  71. if totalput>0 then
  72. call showpage(strFileName,totalput,MaxPerPage - 1,false,true,"个产品")
  73. end if
  74. %> 
  75. </td>
  76. </tr>
  77. <tr><td class='MC_bottom_Td2'></td></tr>
  78. </table>
  79. </TD>
  80. </TR>
  81. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  82. </TABLE>
  83. </TD>
  84. <%if strSkins <= 200 and strSkins >= 1 then%>
  85. </TR>
  86. </TABLE>
  87. <!--#include file="Include/Foot.asp" -->
  88. <%
  89. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  90. %>
  91. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  92. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-mid.gif" width="6" height="146"></TD>
  93. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  94. </TR>
  95. </TABLE>
  96. <!--#include file="Include/Foot4.asp" -->
  97. <%end if%>