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

📄 index.asp

📁 直接附加数据库! 修改 Include/ Class_Main.asp 为自己信息 后台admin admin 绍兴人才网程序
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                                          <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                            <tr> 
                                              <td width="7">&nbsp;</td>
                                              <td height="106" align="center"><a href="../Person/Resume/Resume_1.asp?Param-<%= Perid %>.html" target="_blank"><img src="../Uploadfiles/PersonVideoPhoto/<%= Video_PhotoUrl %>" width="110" height="100" border="0"></a></td>
                                              <td width="5">&nbsp;</td>
                                            </tr>
                                          </table>
                                        </td>
                                      </tr>
                                      <tr> 
                                        <td><img src="Images/Tp03.gif" width="127"></td>
                                      </tr>
                                      <tr> 
                                        <td align="center" valign="middle"> 
                                          <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="eeeeee">
                                            <tr class="text01"> 
                                              <td height="18" align="center" valign="middle" bgcolor="#FFFFFF">姓名:<a href="../Person/Resume/Resume_1.asp?Param-<%= Perid %>.html" target="_blank"><font color="#FF0000"><%= RealName %></font></a></td>
                                            </tr>
                                          </table>
                                        </td>
                                      </tr>
                                    </table>
                                  </td>
                                  <%
Next
%>
                                </tr>
                                <%
End if
%>
                              </table>
                  </td>
                          </tr>
                        </table>
                        
                      </td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="5"></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td bgcolor="#000000" height="1"></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td width="15" valign="top"><img src="images/banner_center.gif" width="15" height="90"></td>
                      <td valign="middle"> 
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr align="center"> 
                            <td width="15%"><a href="Res_Product.asp"><img src="Images/icon1_2.gif" width="49" height="67" border="0"></a></td>
                            <td width="15%"><a href="Res_Use.asp"><img src="Images/icon3_2.gif" height="67" border="0"></a></td>
                            <td width="15%"><a href="Res_Flow.asp"><img src="Images/icon4_2.gif" width="49" height="67" border="0"></a></td>
                            <td width="15%"><a href="Res_Set.asp"><img src="Images/icon5_2.gif" width="61" height="67" border="0"></a></td>
                            <td width="15%"><a href="Res_Best.asp"><img src="Images/icon6_2.gif" width="49" height="67" border="0"></a></td>
                            <td width="15%"><a href="Res_Conact.asp"><img src="Images/icon7_2.gif" width="49" height="67" border="0"></a></td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="4">
                    <tr> 
                      <td></td>
                    </tr>
                  </table>
                  <table width="100%" border="0" cellpadding="0" cellspacing="0" class="table2">
                    <tr class="td_4"> 
                      <td height="29"><font class="td_4a">最新视频简历</font></td>
                    </tr>
                    <tr> 
                      <td>
                        <table width="99%" border="0" align="center" cellpadding="2" cellspacing="1">
                          <tr align="center" bgcolor="f3f3f3"> 
                            <td width="15%" height="25">姓名</td>
                            <td width="10%" height="25">性别</td>
                            <td width="10%" height="25">年龄</td>
                            <td width="12%" height="25">学历</td>
                            <td width="27%" height="25">毕业学校</td>
                            <td height="25">所学专业</td>
                          </tr>
                          <%
SQL = "Select Top 20 I.Perid,I.RealName,I.Sex,I.Edus,I.Age,I.LastSchool,I.Speciality,I.ResumeMode,I.Video_FilePath From pH_Person_Base As B,pH_Person_Info As I  Where B.Perid=I.Perid And Len(I.RealName)>0 And I.ResumeKeep<>1 And Nc_Video=1 And DateDiff(d,Video_Date,GetDate())>=0 And DateDiff(d,Video_EndDate,GetDate())<=0 Order By B.LastUpdate_Time Desc"
Set Rs = Conn.Execute(SQL)
For i = 1 to 10
If Rs.Eof Then Exit For
Perid           = Rs(0)
RealName        = Rs(1)
Sex             = Rs(2)
Edus            = Rs(3)
Age             = Rs(4)
LastSchool      = Rs(5)
Speciality      = Rs(6)
ResumeMode      = Rs(7)
Video_FilePath  = Rs(8)
If ResumeMode = null Then ResumeMode = 1
%>
                          <tr> 
                            <td height="23" align="center"><a href="../Person/Resume/Resume_<%= ResumeMode %>.asp?Param-<%= Perid %>.html" target="_blank"><%= RealName %></a></td>
                            <td height="23" align="center"><%= Cls_Sex(Sex) %></td>
                            <td height="23" align="center"><%= Age %></td>
                            <td height="23" align="center"><%= Cls_Edus(Edus) %></td>
                            <td height="23"><%= LastSchool %></td>
                            <td height="23"><%= Speciality %></td>
                          </tr>
                          <%
Rs.Movenext
If Rs.Eof Then Exit For
Perid           = Rs(0)
RealName        = Rs(1)
Sex             = Rs(2)
Edus            = Rs(3)
Age             = Rs(4)
LastSchool      = Rs(5)
Speciality      = Rs(6)
ResumeMode      = Rs(7)
Video_FilePath  = Rs(8)
If ResumeMode = null Then ResumeMode = 1
%>
                          <tr bgcolor="f9f9f9"> 
                            <td height="23" align="center"><a href="../Person/Resume/Resume_<%= ResumeMode %>.asp?Param-<%= Perid %>.html" target="_blank"><%= RealName %></a></td>
                            <td height="23" align="center"><%= Cls_Sex(Sex) %></td>
                            <td height="23" align="center"><%= Age %></td>
                            <td height="23" align="center"><%= Cls_Edus(Edus) %></td>
                            <td height="23"><%= LastSchool %></td>
                            <td height="23"><%= Speciality %></td>
                          </tr>
                          <%
Rs.Movenext
Next
Rs.Close
%>
                        </table>
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td align="right">[<a href="../Person/Per_Search_Video.asp" target="_blank"><u>更多视频简历...</u></a>]&nbsp;</td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                  
                </td>
                <td width="5">&nbsp;</td>
                <td width="150" valign="top" bgcolor="#F7F7F7"> 
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <%
SQL = "Select Top 8 * From [pH_Web_Ad] Where WebName=6 And ad_Width=148 And ad_Height=60 And DateDiff(d,BeginDate,GetDate())>=0 And DateDiff(d,EndDate,GetDate())<=0 And Websub='"&Cls_Websub&"' Order By ad_Sort Asc"
Set Rs = Conn.Execute(SQL)
While Not Rs.Eof
If Rs("AdClass") = 1 Then
%>
                    <tr> 
                      <td height="68" align="center"> <a href="<%= "http://"&Rs("AdUrl") %>" target="_blank"><img src="../Uploadfiles/AdFile/<%= Rs("AdFile") %>" width="<%= Rs("ad_Width") %>" height="<%= Rs("ad_Height") %>" border="0"></a> 
                      </td>
                    </tr>
                    <% Else %>
                    <tr> 
                      <td height="68" align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="<%= Rs("ad_Width") %>" height="<%= Rs("ad_Height") %>">
                          <param name="movie" value="../Uploadfiles/AdFile/<%= Rs("AdFile") %>">
                          <param name=quality value=high>
                          <embed src="../Uploadfiles/AdFile/<%= Rs("AdFile") %>" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="435" height="75">
                          </embed> 
                        </object> </td>
                    </tr>
                    <%
End if
Rs.Movenext
Wend
Rs.Close
%>
                  </table>
                  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td>&nbsp;</td>
                    </tr>
                    <tr> 
                      <td height="28" background="../Images/titlebg.gif"><img src="../Images/Person/point_title3.gif" width="22" height="22" align="absmiddle"> 
                        <font color="#FFFFFF"><strong>合作伙伴</strong></font></td>
                    </tr>
                    <tr> 
                      <td height="100" valign="top">
                        <table width="94%"  border="0" align="center" cellpadding="2" cellspacing="0">
                          <%

Set Rs1 = Conn.Execute("Select Top 10 LinkName,LinkUrl From [pH_FriendLink] Where State=1 And Class=0 And Websub='"&Cls_Websub&"' Order By ordernum Asc")
if not rs1.eof then
do while not rs1.eof %>
                          <tr> 
                            <td height="15" align="left"> <a href="<%=rs1("LinkUrl")%>" target="_blank"><%=rs1("LinkName")%></a></td>
                          </tr>
                          <%rs1.movenext

loop
end if
rs1.close
%>
                          <tr> 
                            <td height="20" align="right">| <a href="../Public/Friend.asp">更多...</a></td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                </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
Call CloseDB
%>

⌨️ 快捷键说明

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