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

📄 adminmain.aspx

📁 ASP.net图书管理系统源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminMain.aspx.cs" Inherits="adminMain" %>

<%@ Register Src="Controls/AdminLeft.ascx" TagName="AdminLeft" TagPrefix="uc1" %>

<!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>
    <script language="javascript">
        var nShow = 1;
        function switchSysBar()
        {
            if (document.all("TDTree").style.display == "")
            {
                document.all("TDTree").style.display = "none"
            document.all.movetool.innerHTML = "<img src='Images/movetoolright1.gif' width='10' height='39' border='0'>";
            }
            else
            {
                document.all("TDTree").style.display = "";
            document.all.movetool.innerHTML = "<img src='Images/movetool1.gif' width='10' height='39' border='0'>";
            }
        }
	</script>
</head>
<body topmargin=0 leftmargin=0 rightmargin=0>
    <form id="form1" runat="server">
    <div>
    <TABLE id="Table2" cellSpacing="0" cellPadding="0" width="400" bgcolor="#f1f0f4" border="0" align=center
				height="100%">
				<TR>
					<TD>
						</TD>
				</TR>
				<TR>
					<TD >
					     <TABLE id="Table3" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TR>
									<TD style="WIDTH: 80px" id="TDTree" valign=top align="center" bgcolor="#f1f0f4">
										<uc1:AdminLeft ID="AdminLeft2" runat="server" /></TD>
									<td height="100%" width="10"><a style="CURSOR:hand" onClick="switchSysBar()" id="movetool"><img src="Images/movetool1.gif" width="11" height="39" border="0"></a></td>
									<TD vAlign="top" height=100% align="center" bgcolor="#f1f0f4"><iframe id="Main"  name="frameMain" src="ModifyPassword.aspx" align="middle" frameBorder="yes"
											width="405" height="360"  marginWidth="0" marginHeight="0"></iframe>
									</TD>
								</TR>
							</TABLE>						
					</TD>
				</TR>
				<TR>
					<TD>
						</TD>
				</TR>
			</TABLE>    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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