www.gusucode.com > 枫的记忆个人主页程序源码程序 > downcode.com\fengdejiyizh\admin\head.asp

    <!--#include file="conn.asp"-->
<%
  if session("logined")<>"ok" then
    Response.Redirect("index.asp")
  end if
%>

<title></title>
<link href="admin.css" rel="stylesheet" type="text/css">
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#798DA6" scroll="no">
<table width="100%" align=center cellpadding=0 cellspacing=0 border=0>
<tr>
<td height="25" align=center>〓〓〓〓〓〓〓  欢迎管理员--- [ ※^  <font color="#b3e5ff">沉默的羔羊</font> ^※ ]  您共登陆 &lt;-- <font color="#b3e5ff"><%=session("login_times")%></font> --&gt; 次 上次发生在[<%=session("last_login_time")%>]  <input type=button value="后 退" onclick="javascript:history.back();" name=back>  〓〓〓〓〓〓〓</td>
</tr></table>