En_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/En_System.asp"-->
  5. <!--#include file="../Inc/ubbcode.asp"-->
  6. <!--#include file="Include/En_SysProduct.asp"-->
  7. <!--#include file="Include/En_StrLeft.asp"-->
  8. <%
  9. '请勿改动下面这三行代码
  10. ShowSmallClassType=ShowSmallClassType_Default
  11. MaxPerPage=MaxPerPage_Default
  12. strFileName="En_Product.asp?EnBigClassName=" & EnBigClassName & "&EnSmallClassName=" & EnSmallClassName 
  13. %>
  14. <!--#include file="Include/En_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%><TD vAlign=top> 
  32. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  33. <% Call Style_Adcolumn() '广告栏 %>
  34. <!-- 产品展示 -->
  35. <TR>
  36. <TD>
  37. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_Pt_Title'>
  38. <TR>
  39. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  40. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  41. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  42. <% call ShowClassGuide() %>
  43. &nbsp;</SPAN></TD>
  44. <TD class='MC_Pt_TD4'><div align="right">
  45. <% call ShowArticleTotal() %>
  46. &nbsp;</div></TD>
  47. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  48. </TR>
  49. </TABLE>
  50. </TD>
  51. </TR>
  52. <TR> 
  53. <TD>
  54. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_PrNr_Title'>
  55. <tr> 
  56. <td valign=top style="line-height: 150%">
  57. <% call ShowArticle(32) %>
  58. </td>
  59. </tr>
  60. </table>
  61. </TD>
  62. </TR>
  63. <!-- 产品展示 END -->
  64. <TR> 
  65. <TD> 
  66. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_bottom_title'>
  67. <tr> 
  68. <td>
  69. <%
  70. if totalput>0 then
  71. call showpage(strFileName,totalput,MaxPerPage - 1,false,true," a product")
  72. end if
  73. %> 
  74. </td>
  75. </tr>
  76. <tr><td class='MC_bottom_Td2'></td></tr>
  77. </table>
  78. </TD>
  79. </TR>
  80. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  81. </TABLE>
  82. </TD>
  83. <%if strSkins <= 200 and strSkins >= 1 then%>
  84. </TR>
  85. </TABLE>
  86. <!--#include file="Include/En_Foot.asp" -->
  87. <%
  88. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  89. %>
  90. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  91. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
  92. 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/en_Foot4.asp" -->
  97. <%end if%>