En_Products.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. <TD>
  36. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_Pt_Title'>
  37. <TR>
  38. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  39. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  40. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  41. 产品分类
  42. &nbsp;</SPAN></TD>
  43. <TD class='MC_Pt_TD4'><div align="right">
  44. &nbsp;</div></TD>
  45. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  46. </TR>
  47. </TABLE>
  48. </TD>
  49. </TR>
  50. <TR> 
  51. <TD>
  52. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_PrNr_Title'>
  53. <tr> 
  54. <td valign=top style="line-height: 150%">
  55. <% call ShowAllClass() %> 
  56. </td>
  57. </tr>
  58. </table>
  59. </TD>
  60. </TR>
  61. <!-- 产品分类 END -->
  62. <TR> 
  63. <TD> 
  64. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_bottom_title'>
  65. <tr> 
  66. <td>
  67. </td>
  68. </tr>
  69. <tr><td class='MC_bottom_Td2'></td></tr>
  70. </table>
  71. </TD>
  72. </TR>
  73. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  74. </TABLE>
  75. </TD>
  76. <%if strSkins <= 200 and strSkins >= 1 then%>
  77. </TR>
  78. </TABLE>
  79. <!--#include file="Include/En_Foot.asp" -->
  80. <%
  81. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  82. %>
  83. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  84. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
  85. mid.gif" width="6" height="146"></TD>
  86. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  87. </TR>
  88. </TABLE>
  89. <!--#include file="Include/en_Foot4.asp" -->
  90. <%end if%>