En_CoProfile.asp
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 4k
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_SysCoSaJo.asp"-->
  8. <!--#include file="Include/En_StrLeft.asp"-->
  9. <!--#include file="Include/En_Head.asp" -->
  10. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  11. <TR>
  12. <%if strSkins <= 200 and strSkins >= 1 then%>
  13. <%
  14. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  15. %>
  16. <TD vAlign=top class='M_Left_Td'> 
  17. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  18. <tr>
  19. <td valign="top">
  20. <% Call Left_CoProfile() %>
  21. </td>
  22. </tr>
  23. </table> 
  24. </TD>
  25. <%end if%> 
  26. <TD vAlign=top> 
  27. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  28. <% Call Style_Adcolumn() '广告栏 %>
  29. <!-- 公司介绍 -->
  30. <TR>
  31. <TD>
  32. <TABLE cellSpacing=0 cellPadding=0  align='center' class='MC_Pt_Title'>
  33. <TR>
  34. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  35. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  36. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  37. <%
  38. dim Action
  39. Action=trim(request("Action"))
  40. if Action="Profile" then
  41. Response.write "Company introduction"
  42. elseif Action="Ceo" then
  43. Response.write "President oration"
  44. elseif Action="Culture" then
  45. Response.write "Company culture"
  46. elseif Action="Organize" then
  47. Response.write "Organization"
  48. elseif Action="Principle" then
  49. Response.write "Spiritual idea"
  50. elseif Action="Contact" then
  51. Response.write "Contact us"
  52. end if
  53. %>
  54. &nbsp;</SPAN></TD>
  55. <TD class='MC_Pt_TD4'><div align="right">
  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_CoNr_Title'>
  65. <tr> 
  66. <td style="line-height: 150%" valign=top>  
  67. <%if Action="Profile" then%>
  68. <%=CSJ_Profile%>
  69. <%elseif Action="Ceo" then%>
  70. <%=CSJ_Ceo%>
  71. <%elseif Action="Culture" then%>
  72. <%=CSJ_Culture%>
  73. <%elseif Action="Organize" then%>
  74. <%=CSJ_Organize%>
  75. <%elseif Action="Principle" then%>
  76. <%=CSJ_Principle%>
  77. <%elseif Action="Contact" then%>
  78. <%=CSJ_Contact%>
  79. <%end if%>
  80. </td>
  81. </tr>
  82. </table>
  83. </TD>
  84. </TR>
  85. <!-- 公司介绍 END -->
  86. <TR> 
  87. <TD> 
  88. <TABLE cellSpacing=0 cellPadding=0  align='center' class='MC_bottom_title'>
  89. <tr> 
  90. <td>
  91. </td>
  92. </tr>
  93. <tr><td class='MC_bottom_Td2'></td></tr>
  94. </table>
  95. </TD>
  96. </TR>
  97. <TR> 
  98. <TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  99. </TR>
  100. </TABLE> 
  101. </TD>
  102. <%if strSkins <= 200 and strSkins >= 1 then%>
  103. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  104. <TD vAlign=top class='M_Left_Td'> 
  105. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  106. <tr>
  107. <td valign="top">
  108. <% Call Left_CoProfile() %>
  109. </td>
  110. </tr>
  111. </table> 
  112. </TD>
  113. </TR>
  114. </TABLE>
  115. <%
  116. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  117. %>
  118. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  119. <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>
  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%>