⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 com_master_preview.asp

📁 直接附加数据库! 修改 Include/ Class_Main.asp 为自己信息 后台admin admin 绍兴人才网程序
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                            <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 '有没有过期
   Call Com_Video()
 End if
End if
Sub Com_Video()
 %>
                  <table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
                    <tr> 
                      <td height="25" bgcolor="f6f6f6"> &nbsp;<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"> &nbsp;<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>
                  <table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
                    <tr> 
                      <td height="25" bgcolor="f6f6f6">&nbsp;<img src="../../Images/icon3.gif" width="12" height="16"> 
                        联系方式</td>
                    </tr>
                  </table>
                  <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>
                  <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>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td height="5"></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/Info/Footer.asp" -->
    </td>
  </tr>
</table>
</body>
</html>
<% 

'//关闭数据库连接
Set Rs = Nothing
CloseDB
 %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -