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

📄 uleftpanel.ascx

📁 用ASP.NET(C#)、SQL Server2000数据库开发在线考试系统源代码
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ULeftPanel.ascx.cs" Inherits="ExamineSystem.ULeftPanel" 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,menumodule);" background="Images/manageshow.gif"
						height="6" style="HEIGHT: 6px"><SPAN class="AdminHead">新闻公告</SPAN>
					</td>
				</tr>
				<TR>
					<TD>
						<DIV class="Normal" id="menumodule">
							<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center">
								<TR>
									<TD bgColor="#e3ecf9"><font class="Normal"> </font><A class="Normal" href="User.aspx" target="_self">
											新闻公告</A>
									</TD>
								</TR>
							</TABLE>
						</DIV>
					</TD>
				</TR>
				<tr style="CURSOR: hand">
					<td class="Normal" onclick="menuChange(this,menumquest);" background="Images/manageshow.gif"
						height="4" style="HEIGHT: 4px"><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"><font class="Normal"> </font><A class="Normal" href="CreateExaminePaper.aspx" target="_self">
											参加考试</A>
									</TD>
								</TR>
								<tr>
									<td bgColor="white" height="1"><FONT face="宋体"></FONT></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><font class="Normal"> </font><A class="Normal" href="Score.aspx" target="_self">
											成绩查询</A>
									</TD>
								</tr>
							</TABLE>
						</DIV>
					</TD>
				</TR>
				<tr style="CURSOR: hand">
					<td class="Normal" onclick="menuChange(this,menuuser);" background="Images/manageshow.gif"
						height="13" style="HEIGHT: 13px">
						<P align="left"><SPAN class="AdminHead">用户管理</SPAN>
						</P>
					</td>
				</tr>
				<TR>
					<TD>
						<DIV class="Normal">
							<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center">
								<tr>
									<TD bgColor="#e3ecf9" style="HEIGHT: 1px"><font class="Normal"> </font><A class="Normal" href="UUpdateUserPassword.aspx" target="_self">
											更新密码</A>
									</TD>
								</tr>
								<tr>
									<td bgColor="white" height="1"><FONT face="宋体"></FONT></td>
								</tr>
								<TR>
									<TD bgColor="#e3ecf9" style="HEIGHT: 5px"><font class="Normal"> </font><A class="Normal" href="Default.aspx" target="_self">
											重新登录</A>
									</TD>
								</TR>
								<tr>
									<td bgColor="white" height="1"><FONT face="宋体"></FONT></td>
								</tr>
								<tr>
									<TD bgColor="#e3ecf9"><font class="Normal"> </font><A class="Normal" href="ULogout.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -