admin_bottom.aspx

来自「一个开源企业网站」· ASPX 代码 · 共 56 行

ASPX
56
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Bottom.aspx.cs" Inherits="Admin_Admin_Bottom" %>

<!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 runat="server">
    <title>无标题页</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
	background-color: #799AE1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
</style></head>
<body>
    <form id="form1" runat="server">
    <div>
      <div align="center">
        <table width="100%" border="0" cellpadding="0" cellspacing="3">
          <tr>
            <td align="center">Copyright (c) &nbsp;2006 &nbsp;&nbsp;
                <asp:LinkButton ID="Lnk94FX" runat="server" OnClick="LinkButton1_Click">94Fx.Com</asp:LinkButton>
              <a href="http://www.aspsky.net/" target="_blank"><strong></strong></a>.&nbsp; All Rights Reserved . </td>
          </tr>
        </table>
      </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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