📄 tleftpanel.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="TLeftPanel.ascx.cs" Inherits="ExamineSystem.TLeftPanel" 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="20"><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="AddNews.aspx" target="_self">
发布公告</A>
</TD>
</TR>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" target="_self">修改公告</A>
</TD>
</tr>
<tr>
<td bgColor="white" height="1"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><font class="Normal"><A class="Normal" target="_self">删除公告</A></font>
</TD>
</tr>
</TABLE>
</DIV>
</TD>
</TR>
<tr style="CURSOR: hand">
<td class="Normal" onclick="menuChange(this,menumodule);" background="../Images/manageshow.gif"
height="20"><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"><A class="Normal" href="AddPaper.aspx" target="_self">添加试卷</A>
</TD>
</TR>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="EditPaper.aspx" target="_self">更新试卷</A>
</TD>
</tr>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="DeletePaper.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="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"><A class="Normal" href="AddQuestion.aspx" target="_self">添加试题</A>
</TD>
</TR>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="QuestionManage.aspx" target="_self">更新试题</A>
</TD>
</tr>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="DeleteQuestion.aspx" target="_self">删除试题</A>
</TD>
</tr>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<TR>
<TD bgColor="#e3ecf9"><A class="Normal" href="QuestionManage.aspx" target="_self">添加试题答案</A>
</TD>
</TR>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="QuestionManage.aspx" target="_self">更新试题答案</A>
</TD>
</tr>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="QuestionManage.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="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"><A class="Normal" href="UpdateUserPassword.aspx" target="_self">更新密码</A>
</TD>
</tr>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<TR>
<TD bgColor="#e3ecf9"><A class="Normal" target="_self">试题种类管理</A>
</TD>
</TR>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<TR>
<TD bgColor="#e3ecf9"><A class="Normal" href="/ExamineSystem/Default.aspx" target="_self">重新登录</A>
</TD>
</TR>
<tr>
<td bgColor="white" height="1"></td>
</tr>
<tr>
<TD bgColor="#e3ecf9"><A class="Normal" href="Logout.aspx" target="_self">用户注销</A>
</TD>
</tr>
</TABLE>
</DIV>
</TD>
</TR>
</table>
</td>
<td width="2" bgColor="#d8e4f8" height="100%"> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -