www.gusucode.com > cso中国seo优化html整站源码程序 > manage/admin_bottom.asp

    <!--#include file="../include/config.asp"-->
<!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=gb2312" />
<title><%=config_sitename%>后台管理系统</title>
<style type="text/css">
body{margin:0;padding:0;font-size:12px;background:#000;font-family:Geneva, Arial, Helvetica, sans-serif;color:#FFF;}
a{color:#FFF;text-decoration:none;}
a:hover{color:#FFF;text-decoration:underline;}
</style>
</head>
<body>
<table border="0" align="center" cellpadding="0" cellspacing="0">
	<tr><td align="center" height="25"><%=config_sitename%>后台管理系统 Copyright &copy; 2007-<%=year(date())%> <a href="<%=config_url%>"><%=config_sitename%></a> All Rights Reserved.</td></tr>
</table>
</body>
</html>