📄 en_coprofile.asp
字号:
<%@ LANGUAGE=VBScript CodePage=936%>
<%option explicit%>
<%Response.Buffer=True%>
<!--#include file="Include/En_System.asp"-->
<!--#include file="../Inc/ubbcode.asp"-->
<!--#include file="Include/En_SysProduct.asp"-->
<!--#include file="Include/En_SysCoSaJo.asp"-->
<!--#include file="Include/En_StrLeft.asp"-->
<!--#include file="Include/En_Head.asp" -->
<TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
<TR>
<%if strSkins <= 200 and strSkins >= 1 then%>
<%
elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
%>
<TD vAlign=top class='M_Left_Td'>
<table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
<tr>
<td valign="top">
<% Call Left_CoProfile() %>
</td>
</tr>
</table>
</TD>
<%end if%>
<TD vAlign=top>
<TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
<% Call Style_Adcolumn() '广告栏 %>
<!-- 公司介绍 -->
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_Pt_Title'>
<TR>
<TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
<TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
<TD class='MC_Pt_TD3'><SPAN class=Glow>
<%
dim Action
Action=trim(request("Action"))
if Action="Profile" then
Response.write "Company introduction"
elseif Action="Ceo" then
Response.write "President oration"
elseif Action="Culture" then
Response.write "Company culture"
elseif Action="Organize" then
Response.write "Organization"
elseif Action="Principle" then
Response.write "Spiritual idea"
elseif Action="Contact" then
Response.write "Contact us"
end if
%>
</SPAN></TD>
<TD class='MC_Pt_TD4'><div align="right">
</div></TD>
<TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_CoNr_Title'>
<tr>
<td style="line-height: 150%" valign=top>
<%if Action="Profile" then%>
<%=CSJ_Profile%>
<%elseif Action="Ceo" then%>
<%=CSJ_Ceo%>
<%elseif Action="Culture" then%>
<%=CSJ_Culture%>
<%elseif Action="Organize" then%>
<%=CSJ_Organize%>
<%elseif Action="Principle" then%>
<%=CSJ_Principle%>
<%elseif Action="Contact" then%>
<%=CSJ_Contact%>
<%end if%>
</td>
</tr>
</table>
</TD>
</TR>
<!-- 公司介绍 END -->
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_bottom_title'>
<tr>
<td>
</td>
</tr>
<tr><td class='MC_bottom_Td2'></td></tr>
</table>
</TD>
</TR>
<TR>
<TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
</TR>
</TABLE>
</TD>
<%if strSkins <= 200 and strSkins >= 1 then%>
<TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
<TD vAlign=top class='M_Left_Td'>
<table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
<tr>
<td valign="top">
<% Call Left_CoProfile() %>
</td>
</tr>
</table>
</TD>
</TR>
</TABLE>
<%
elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
%>
<TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
<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>
<TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
</TR>
</TABLE>
<!--#include file="Include/en_Foot4.asp" -->
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -