www.gusucode.com > 深度学习(asp)通讯录 0.0.10 (utf-8)码程序 > admin/manage_Top.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
session.CodePage=65001
response.Charset=utf-8

%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />	
	<title>后台管理</title>
    <link rel="stylesheet" type="text/css" href="themes/base.css"/>
	<link href="themes/frmRight/frameRight.css" rel="stylesheet" type="text/css" />
</head>

<body id="bodyBgTop">

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td rowspan="2" width="180"><a href="http://www.deepteach.com/" target="_blank" id="logo" title="深度学习系统帮助"></a></td>
    <td><div align="left">【深度学习(asp)通讯录】 v0.0.10</div></td>
    <td><div align="right">
		<div  id="time"> 
		<script>document.getElementById('time').innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());setInterval("document.getElementById('time').innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",100);
		</script>
		</div>

		&nbsp;
	</div></td>
  </tr>
  <tr>
    <td colspan="2"><div align="right">欢迎 [ <span class="fRed" title="上次登陆时间:<%=request.Cookies("adminInfo")("lastLoginTime")%> 
上次登陆ip:<%=request.Cookies("adminInfo")("lastLoginIP")%>
登陆次数:<%=request.Cookies("adminInfo")("loginTimes")%>" ><%=session("adminName")%></span> ] 登陆成功!!! &nbsp; <a href="manage_Right.asp" target="frmRight">管理首页</a> | &nbsp;<a href="logout.asp" target="_parent">退出</a></div></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>