En_Honor.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="Include/En_SysHonor.asp"-->
  6. <!--#include file="Include/En_StrLeft.asp"-->
  7. <%
  8. '请勿改动下面这二行代码
  9. MaxPerPage=8   '每页显示多少条信息
  10. strFileName="En_Honor.asp?Action="& Action &"&"
  11. %>
  12. <!--#include file="Include/En_Head.asp" -->
  13. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  14. <TR> 
  15. <%if strSkins <= 200 and strSkins >= 1 then%>
  16. <%
  17. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  18. %>
  19. <TD vAlign=top class='M_Left_Td'> 
  20. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  21. <tr>
  22. <td valign="top">
  23. <% Call Left_Honor() %>
  24. </td>
  25. </tr>
  26. </table> 
  27. </TD>
  28. <%end if%> 
  29. <TD vAlign=top> 
  30. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  31. <% Call Style_Adcolumn() '广告栏 %>
  32. <!-- 公司荣誉 -->
  33. <TR>
  34. <TD>
  35. <TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_Pt_Title'>
  36. <TR>
  37. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  38. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  39. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  40. <%
  41. if Action="Honor" then
  42. Response.write "Company honor"
  43. elseif Action="Img" then
  44. Response.write "Corporate image"
  45. end if
  46. %>
  47. &nbsp;</SPAN></TD>
  48. <TD class='MC_Pt_TD4'><div align="right">
  49. <%
  50. if Action="Honor" then
  51. call ShowHonorTotal()
  52. elseif Action="Img" then
  53. call ShowImgTotal()
  54. end if
  55. %>
  56. &nbsp;</div></TD>
  57. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  58. </TR>
  59. </TABLE>
  60. </TD>
  61. </TR>
  62. <TR> 
  63. <TD>
  64. <TABLE cellSpacing=0 cellPadding=0  align='center' class='MC_HSJNr_Title'>
  65. <TR>
  66. <TD valign=top>
  67. <%
  68. if Action="Honor" then
  69. call ShowHonorInfo()
  70. elseif Action="Img" then
  71. call ShowImgInfo()
  72. end if
  73. %>
  74. </TD>
  75. </TR>
  76. </TABLE>
  77. </TD>
  78. </TR>
  79. <!-- 公司荣誉 END -->
  80. <TR> 
  81. <TD> 
  82. <TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_bottom_title'>
  83. <tr> 
  84. <td>
  85. <%
  86. if totalput>0 then
  87. call ShowNewsPage(strFileName,totalput,MaxPerPage,false,true,"A info")
  88. end if
  89. %>
  90. </td>
  91. </tr>
  92. <tr><td class='MC_bottom_Td2'></td></tr>
  93. </table>
  94. </TD>
  95. </TR>
  96. <TR> 
  97. <TD height=5><IMG height=1 src="img/1x1_pix.gif" width=10></TD>
  98. </TR>
  99. </TABLE>
  100. </TD>
  101. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  102. <%if strSkins <= 200 and strSkins >= 1 then%>
  103. <TD vAlign=top class='M_Left_Td'> 
  104. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  105. <tr>
  106. <td valign="top">
  107. <% Call Left_Honor() %>
  108. </td>
  109. </tr>
  110. </table> 
  111. </TD>
  112. </TR>
  113. </TABLE>
  114. <!--#include file="Include/En_Foot.asp" -->
  115. <%
  116. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  117. %>
  118. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
  119. mid.gif" width="6" height="146"></TD>
  120. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  121. </TR>
  122. </TABLE>
  123. <!--#include file="Include/en_Foot4.asp" -->
  124. <%end if%>