📄 com_view.asp
字号:
<td width="70" height="25" align="right">注册资金:</td>
<td height="25"><%= Currency_Str %></td>
</tr>
<tr>
<td width="70" height="25" align="right" bgcolor="f9f9f9">员工人数:</td>
<td height="25" bgcolor="f9f9f9"><%= Workers %></td>
</tr>
<tr>
<td width="70" height="25" align="right">所在地区:</td>
<td height="25"><%= Locus %></td>
</tr>
</table></td>
<td width="150" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="6"></td>
</tr>
<tr>
<td align="center">
<%
If LogoKeep = 0 Then
If LogoUrl <> Null or LogoUrl <> "" Then
Response.write "<img src=""../../UpLoadFiles/CompanyFile/"&LogoUrl&""" width=""135"" height=""160"">"
Else
Response.write "<img src=""../../UpLoadFiles/DefaultFile/Company.gif"" width=""135"" height=""160"">"
End if
Else
Response.Write "图片被屏蔽"
End if
%>
</td>
</tr>
<tr>
<td height="6"></td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<%
If Nc_Video = True Then '有无视频
If DateDiff("d",Video_Date,Date()) >= 0 And DateDiff("d",Video_EndDate,Date()) <= 0 Then '有没有过期
If Video_Flag = 0 Then '完全公开
Call Com_Video()
Elseif Video_Flag = 1 Then '对会员开放
If IsArray(Session("Person")) Then '检测用户有没有登陆
Call Com_Video()
End if
End if
End if
End if
Sub Com_Video()
%>
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
<tr>
<td height="25" bgcolor="f6f6f6"> <img src="../../Images/icon3.gif" width="12" height="16">
企业视频</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
<tr>
<td align="center"><TABLE borderColor=#e8e8e8 width=300
align=center border=10>
<TBODY>
<TR>
<TD bgColor=#999999> <OBJECT height=280 width=400 align=middle
classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6
VIEWASTEXT>
<PARAM NAME="URL" VALUE="../../Uploadfiles/CompanyVideo/<%= Video_File %>">
<PARAM NAME="rate" VALUE="1">
<PARAM NAME="balance" VALUE="0">
<PARAM NAME="currentPosition" VALUE="0">
<PARAM NAME="defaultFrame" VALUE="1">
<PARAM NAME="playCount" VALUE="1">
<PARAM NAME="autoStart" VALUE="1">
<PARAM NAME="currentMarker" VALUE="0">
<PARAM NAME="invokeURLs" VALUE="-1">
<PARAM NAME="baseURL" VALUE="">
<PARAM NAME="volume" VALUE="50">
<PARAM NAME="mute" VALUE="0">
<PARAM NAME="uiMode" VALUE="full">
<PARAM NAME="stretchToFit" VALUE="0">
<PARAM NAME="windowlessVideo" VALUE="0">
<PARAM NAME="enabled" VALUE="-1">
<PARAM NAME="enableContextMenu" VALUE="-1">
<PARAM NAME="fullScreen" VALUE="0">
<PARAM NAME="SAMIStyle" VALUE="">
<PARAM NAME="SAMILang" VALUE="">
<PARAM NAME="SAMIFilename" VALUE="">
<PARAM NAME="captioningID" VALUE="">
</OBJECT></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<%
End Sub
%>
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
<tr>
<td height="25" bgcolor="f6f6f6"> <img src="../../Images/icon3.gif" width="12" height="16">
企业简介</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
<tr>
<td><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><%= Company_Memo %></td>
</tr>
</table></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<%
If Vip_Flag = True And DateDiff("d",Now(),Vip_Date)<=0 And DateDiff("d",Now(),Vip_EndDate)>=0 Then
%>
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
<tr>
<td height="25" bgcolor="f6f6f6"> <img src="../../Images/icon3.gif" width="12" height="16">
联系方式</td>
</tr>
</table>
<% If Not IsArray(Session("Person")) Then %>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30"> <b><font color="#FF0000">注册并登陆后才能查看企业的联系方式</font></b>;请<a href="../../Public/MemberLogin.asp">[<u>开始登陆</u>]</a>或者<a href="../../Public/Register.asp">[<u>免费注册</u>]</a></td>
</tr>
</table>
<% Else %>
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td width="70" height="25" align="right">联系人:</td>
<td height="25"><%= ContactPerson %></td>
</tr>
<tr>
<td width="70" height="25" align="right" bgcolor="f9f9f9">联系电话:</td>
<td height="25" bgcolor="f9f9f9"><%= Phone %></td>
</tr>
<tr>
<td height="25" align="right">传真号码:</td>
<td height="25"><%= CompanyFax %></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="f9f9f9">邮箱地址:</td>
<td height="25" bgcolor="f9f9f9"><%= Email %></td>
</tr>
<tr>
<td height="25" align="right">企业网址:</td>
<td height="25"><%= WebHome %></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="f9f9f9">邮政编码:</td>
<td height="25" bgcolor="f9f9f9"><%= ZipCode %></td>
</tr>
<tr>
<td height="25" align="right">通讯地址:</td>
<td height="25"><%= Address %></td>
</tr>
</table>
<%
End if
End if
%>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table></td>
<td width="1" bgcolor="#ddddda"></td>
</tr>
<tr>
<td colspan="4" height="1" bgcolor="#ddddda"></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="1" bgcolor="#eeeeee"></td>
</tr>
</table></td>
</tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<!--#include file="../../Include/Footer.asp" -->
</td>
</tr>
</table>
</body>
</html>
<%
'//关闭数据库连接
Set Rs = Nothing
CloseDB
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -