aleftpanel.ascx

来自「用ASP.NET(C#)、SQL Server2000数据库开发在线考试系统源代」· ASCX 代码 · 共 131 行

ASCX
131
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ALeftPanel.ascx.cs" Inherits="ExamineSystem.ALeftPanel" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<script language="javascript">
    <!--
		function menuChange(obj,menu)
		{
			if(menu.style.display == "")
			{
				obj.background = "../Images/managehide.gif";
				menu.style.display = "none";
			}
			else
			{
				obj.background = "../Images/manageshow.gif";
				menu.style.display = "";
			}
		}

		function proLoadimg()
		{
			var i = new Image;
			i.src = '../Images/managehide.gif';
			i.src = '../Images/manageshow.gif';
       }
     -->
</script>
<table cellSpacing="0" cellPadding="0" width="152" align="center">
	<tr>
		<td width="150">
			<table cellSpacing="0" cellPadding="0" width="150" align="center">
				<tr style="CURSOR: hand">
					<td class="Normal" onclick="menuChange(this,menumquest);" background="../Images/manageshow.gif"
						height="20"><SPAN class="AdminHead">系统管理</SPAN>
					</td>
				</tr>
				<TR>
					<TD>
						<DIV class="Normal" id="menumquest">
							<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center">
								<TR>
									<TD bgColor="#e3ecf9" style="HEIGHT: 19px"><FONT face="宋体"><A class="Normal" target="_self">科目管理</A></FONT>&nbsp;
									</TD>
								</TR>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><FONT face="宋体"> <A class="Normal" href="UserManage.aspx" target="_self">
												用户管理</A></FONT>
									</TD>
								</tr>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><FONT face="宋体"> <A class="Normal" target="_self">密码管理</A></FONT>
									</TD>
								</tr>
								<tr>
									<td bgColor="white" height="1"><FONT face="宋体"></FONT></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><FONT face="宋体"> <A class="Normal" href="AuthorityManage.aspx" target="_self">
												用户权限</A></FONT>
									</TD>
								</tr>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<TR>
									<TD bgColor="#e3ecf9"><FONT face="宋体"> <A class="Normal" href="AddNews.aspx" target="_blank">
												发布公告</A></FONT>
									</TD>
								</TR>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><FONT face="宋体"><FONT face="宋体"><A class="Normal" target="_blank">修改公告</A></FONT></FONT>
									</TD>
								</tr>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><FONT face="宋体"><A class="Normal" target="_blank">删除公告</A></FONT>
									</TD>
								</tr>
							</TABLE>
						</DIV>
					</TD>
				</TR>
				<tr style="CURSOR: hand">
					<td class="Normal" onclick="menuChange(this,menuuser);" background="../Images/manageshow.gif"
						height="20"><SPAN class="AdminHead">用户管理</SPAN>
					</td>
				</tr>
				<TR>
					<TD>
						<DIV class="Normal" id="menuuser">
							<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center">
								<tr>
									<TD bgColor="#e3ecf9" style="HEIGHT: 18px"><FONT face="宋体"> <A class="Normal" href="/ExamineSystem/Admins/UpdateUserPassword.aspx" target="_self">
												更改密码</A></FONT>
									</TD>
								</tr>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<TR>
									<TD bgColor="#e3ecf9" style="HEIGHT: 18px"><font class="Normal"> </font><A class="Normal" href="../Default.aspx" target="_self">
											重新登录</A>
									</TD>
								</TR>
								<tr>
									<td bgColor="white" height="1"></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><font class="Normal"> </font><A class="Normal" href="Logout.aspx" target="_self">
											用户注销</A>
									</TD>
								</tr>
							</TABLE>
						</DIV>
					</TD>
				</TR>
			</table>
		</td>
		<td width="2" bgColor="#d8e4f8" height="100%">&nbsp;</td>
	</tr>
</table>

⌨️ 快捷键说明

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