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

📄 loginerror.aspx

📁 天龙企业网站管理系统
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_LoginError, TL" %>

<%@ Register Src="TianLong.ascx" TagName="TianLong" TagPrefix="uc3" %>
<%@ Register Src="Admintop.ascx" TagName="Admintop" TagPrefix="uc1" %>
<%@ Register Src="Adminfoot.ascx" TagName="Adminfoot" TagPrefix="uc2" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

<html>
<head runat="server">
    <title></title>
    <style type="text/css">
				a{text-decoration:none}a.xh{text-decoration:none; color:#ffffff}a:hover.xh{text-decoration:underline}a.yh{text-decoration:none; color:#ff0000}a:hover.yh{text-decoration:underline}a.zh{text-decoration:none;color:#000000}a:hover.zh{text-decoration:underline;color:blue}
				body,td{font-size:9pt}td.SpanHeight{line-height:18px}
		</style>
    <link href="Images/admin_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <uc1:Admintop ID="Admintop1" runat="server" />
        <br />
        <br />
        <br />
        		
		<table cellpadding="3" cellspacing="1" align="center" class="tableBorder" style="width:75%">
			<tr align="center">
				<td width="100%" height="25" colspan="2" background="Images/bg_td.gif"><font color="#ffffff"><b>错误信息</b></font></td>
			</tr>
			<tr>
				<td width="100%" class="Forumrow" colspan="2"><BR><li>本页面为管理员专用,请<b><a href="Login.aspx" target="_top"> 登录 </a></b>后进入。<br><li>您没有管理本页面的权限。</td></tr><tr><td class="Forumrow" valign="center" colspan="2" align="center"><b><a href="Login.aspx" target="_top"> 管理登录 </a></b>
				</td>
			</tr>
		</table>
		
		<br />
        <br />
        <br />
        <uc3:TianLong ID="TianLong1" runat="server" />
        <uc2:Adminfoot ID="Adminfoot1" runat="server" />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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