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

📄 header.asp

📁 电子商务网络购物系统
💻 ASP
字号:
<!--#include file="../conn.asp" -->
<!--#include file="skin.asp" -->
<!--#include file="../functions/datetime.asp" -->
<script language="JavaScript" src="includes/javascript.js" type="text/javascript"></script>
<%
Dim intid
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<META NAME ="keywords" CONTENT="bbs,forum,board,bulletin,bulletin board,bulletin board system,mcse, ccna, ccnp, ccda, ccdp, ccie, mcdba, ocp, oracle, sun, scjp, scjd, ciw, mcsd, linux, unix, it, joke, music, MP3, media, audio, joke of the day, downloads, free music, horoscope, radio, video,music downloads, movies, radio station, media player, free, download, weather, horoscopes, windows media technologies, online, radio station guide, free download">
<META NAME="robots" CONTENT="all">
<META name="AUTHOR" content="alfred,http://www.timesboard.com">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table bgcolor="<%= strTablebgcolour %>" width="96%" border="0" cellspacing="1" cellpadding="0" align="center">
    <tr class="nav" height="25"> 
    <td width="100%" nowrap="nowrap" background="<% = strTableTitleBgImage %>"> 
      <a class="nav">>>>Welcome  <%=strLoggedInUsername %>!</a>
	  <%
If lngLoggedInUserID <> 0 AND lngLoggedInUserID <> 2 Then
	%>
	<a href="index.asp" target="_self" class="nav">回到首页</a>
	<a href="login.asp" target="_self" class="nav">更换用户</a>
	<a href="register.asp" target="_self" class="nav">控制面板</a>
	<a href="leave.asp?menu=logout" target="_self" class="nav">安全退出</a>
	
<%
Else
%>
	<a href="reg.asp" target="_self" class="nav">注册</a>
	<a href="login.asp" target="_self" class="nav">登录</a>
<%
End If
If intGroupID = 1 Then
%>
<a href="admin/index.asp" target="_self" class="nav">管理论坛</a>

<%
end if
If isEmpty(intForumID) Then intForumID = 0
%>
<a href="onlineusers.asp?fid=<%= intForumID %>" target="_self" class="nav">在线会员</a>
<!-- #include file="pmchk.asp" -->
<a href="search.asp?fid=<%=intForumID %>" target="_self" class="nav">快速搜索</a>
<a href="help.asp" target="_self" class="nav">帮助中心?</a>
</td>

  </tr>
    <tr> 
    <td height="10" background="images/bgtop.gif"></td>

</tr>
  <tr> 
<td align="left" height="65" bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td width="30%"><a href="http://www.timesboard.com" target="top"><img src="images/tbb.gif" width="120" height="60" border="0"></a></td>
<td width="65%"><a href="<%= strWebsiteURL %>" target="top"><img src="<%= strTitleImage %>" border="0"></a></td>
<td class="smtext" width="5%"><table width="100%" border="0" cellpadding="1" cellspacing="2"><tr> 
                <td align="right" nowrap class="smtext"><a onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('<%= strWebsiteURL %>');">设为首页</a></td>
              </tr>
              <tr> 
                <td align="right" nowrap><a  onclick="window.external.AddFavorite(location.href, document.title);" href="javascript:void(0);">加入收藏</a></td>
              </tr>
              <tr> 
                <td align="right"><a href="<%= strForumEmailAddress %>">联系我们</a></td>
              </tr></table></td>
</tr></table>
</td>
  </tr>
  <tr> 
   <td height="10" background="images/bgtop.gif"></td>

</tr>
<tr>
    <td bgcolor="#FFFFFF" >
        <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center">
          <tr class="smtext"> 
            <td width="3%"><img src="images/announce.gif"></td>
            <td width="70%"><marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="3">
			<%
set rsConn=server.createobject("adodb.recordset")
strSQL="select id,title,sender,dtm from timesnote"
rsConn.Open strSQL, adoCon
do while not rsConn.eof
	intid = rsConn("id")
	strtitle = rsConn("title")
	strsender = rsConn("sender")
	strdtm = rsConn("dtm")
	%>
<a href="JavaScript:openWin('note.asp?id=<%= intid %>','','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=400,height=325')"><b><%= strtitle %></b></a> [<%= strdtm %>] <i>By</i> <%= strsender %>&nbsp;&nbsp;&nbsp;
	<%
	rsConn.movenext
	loop	
	rsConn.close
	%></marquee> </td>
            <td nowrap width="68"><img src="images/disnew.gif" width="15" height="15"><a href="newtopics.asp?fid=<%= intForumID %>">查看新帖</a></td>
            <td nowrap width="68"><img src="images/team.gif" border="0" width="15" height="15"><a href="members.asp?gid=3">管理团队</a></td>
            <td nowrap width="68"><img src="images/userlist.gif" width="15" height="15"><a href="members.asp?sf=&gid=0&so=LU">用户列表</a></td>
            <td nowrap width="68"><img src="images/top.gif" width="15" height="15"><a href="members.asp?sf=&gid=0&so=PT">发帖排名</a></td>
          </tr>
        </table>
  </td>
  </tr>
</table><br/>

⌨️ 快捷键说明

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