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/System.asp"-->
  5. <!--#include file="../Inc/ubbcode.asp"-->
  6. <!--#include file="Include/SysCoSaJo.asp"-->
  7. <!--#include file="Include/StrLeft.asp"-->
  8. <!--#include file="Include/Head.asp" -->
  9. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  10. <TR>
  11. <%if strSkins <= 200 and strSkins >= 1 then%>
  12. <%
  13. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  14. %>
  15. <TD vAlign=top class='M_Left_Td'> 
  16. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  17. <tr>
  18. <td valign="top">
  19. <% Call Left_CoProfile() %>
  20. </td>
  21. </tr>
  22. </table> 
  23. </TD>
  24. <%end if%> 
  25. <%if strSkins <= 200 and strSkins >= 1 then%>
  26. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  27. <%
  28. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  29. %>
  30. <%end if%>
  31. <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. <%
  43. dim Action
  44. Action=trim(request("Action"))
  45. if Action="Profile" then
  46. Response.write "公司介绍"
  47. elseif Action="Ceo" then
  48. Response.write "总裁致辞"
  49. elseif Action="Culture" then
  50. Response.write "公司文化"
  51. elseif Action="Organize" then
  52. Response.write "组织机构"
  53. elseif Action="Principle" then
  54. Response.write "精神理念"
  55. elseif Action="Contact" then
  56. Response.write "联系我们"
  57. end if
  58. %>
  59. &nbsp;</SPAN></TD>
  60. <TD class='MC_Pt_TD4'><div align="right">
  61. &nbsp;</div></TD>
  62. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  63. </TR>
  64. </TABLE>
  65. </TD>
  66. </TR>
  67. <TR> 
  68. <TD>
  69. <TABLE cellSpacing=0 cellPadding=0 align="center" class='MC_CoNr_Title'>
  70. <tr> 
  71. <td style="line-height: 150%" valign=top>  
  72. <%if Action="Profile" then%>
  73. <%=CSJ_Profile%>
  74. <%elseif Action="Ceo" then%>
  75. <%=CSJ_Ceo%>
  76. <%elseif Action="Culture" then%>
  77. <%=CSJ_Culture%>
  78. <%elseif Action="Organize" then%>
  79. <%=CSJ_Organize%>
  80. <%elseif Action="Principle" then%>
  81. <%=CSJ_Principle%>
  82. <%elseif Action="Contact" then%>
  83. <%=CSJ_Contact%>
  84. <%end if%>
  85. </td>
  86. </tr>
  87. </table>
  88. </TD>
  89. </TR>
  90. <!-- 公司介绍 END -->
  91. <TR> 
  92. <TD> 
  93. <TABLE cellSpacing=0 cellPadding=0 class='MC_bottom_title' align='center'>
  94. <tr> 
  95. <td>
  96. </td>
  97. </tr>
  98. <tr><td class='MC_bottom_Td2'></td></tr>
  99. </table>
  100. </TD>
  101. </TR>
  102. <TR> 
  103. <TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  104. </TR>
  105. </TABLE> 
  106. </TD>
  107. <%if strSkins <= 200 and strSkins >= 1 then%>
  108. <TD vAlign=top class='M_Left_Td'> 
  109. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'> 
  110. <tr>
  111. <td valign="top">
  112. <% Call Left_CoProfile() %>
  113. </td>
  114. </tr>
  115. </table> 
  116. </TD>
  117. </TR>
  118. </TABLE>
  119. <!--#include file="Include/Foot.asp" -->
  120. <%
  121. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  122. %>
  123. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  124. <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>
  125. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Index() %></TD>
  126. </TR>
  127. </TABLE>
  128. <!--#include file="Include/Foot4.asp" -->
  129. <%end if%>