📄 lxdsuccess.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@page import="java.util.*"%>
<%@page import="javax.sql.DataSource"%>
<%@page import="javax.naming.*"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<html>
<head>
<title>后台界面</title>
</head>
<body bgcolor="#ffffff">
<center><font size="6" color="blue" face="黑体">东软信息学院学生学籍管理系统<br></font><font face="Gautami" color="blue" size="4">NSMS [Neusoft Student-satus Management System ]</font></center>
<center>
<font size="4" color="red" face="隶书">欢迎您:
<c:choose>
<c:when test="${usertype==0}">管理员 <a href="./../servlet/Aupdateservlet1?name=${username}"><font color="red" onMouseOver="this.style.color='blue'" onMouseOut="this.style.color='red'"><c:out value="${username}"/></font></a> </c:when>
<c:when test="${usertype==1}">学生 <a href="./../servlet/Supdateservlet1?name=${username}"><font color="red" onMouseOver="this.style.color='blue'" onMouseOut="this.style.color='red'"><c:out value="${username}"/></font></a> </c:when>
<c:when test="${usertype==2}">教师 <a href="./../servlet/Tupdateservlet1?name=${username}"><font color="red" onMouseOver="this.style.color='blue'" onMouseOut="this.style.color='red'"><c:out value="${username}"/></font></a> </c:when>
<c:when test="${usertype==3}">教务人员 <a href="./../servlet/Eupdateservlet1?name=${username}"><font color="red" onMouseOver="this.style.color='blue'" onMouseOut="this.style.color='red'"><c:out value="${username}"/></font></a> </c:when>
</c:choose>
<jsp:useBean id="now" class="java.util.Date"/>
日期:<fmt:formatDate value="${now}"/>
时间:<fmt:formatDate value="${now}" type="time" dateStyle="long"/>
<br><hr><br><br></font>
<c:choose>
<c:when test="${usertype==0}">
<table width="500">
<tr>
<td>[<a href="./../servlet/Eallselectservlet"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">教务人员管理</font></a>]
</td>
<td>[<a href="./../servlet/Tallselectservlet"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">教师账户管理</font></a>]
</td>
<td>[<a href="./../servlet/Sallselectservlet"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">学生账户管理</font></a>]
</td>
<td>[<a href="./../lxd/lxdquit.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">安全退出系统</font></a>]
</td>
</tr>
</table>
</c:when>
<c:when test="${usertype==1}">
<table width="500">
<tr>
<td>[<a href="./../select.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">查询成绩信息</font></a>]
</td>
<td>[<a href="./../servlet/Supdateservlet1?name=${username}"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">修改个人信息</font></a>]
</td>
<td>[<a href="./../lxd/lxdquit.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">安全退出系统</font></a>]
</td>
</tr>
</table>
</c:when>
<c:when test="${usertype==2}">
<table width="500">
<tr>
<td>[<a href="./../select.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">学生成绩管理</font></a>]
</td>
<td>[<a href="./../servlet/Tupdateservlet1?name=${username}"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">修改个人信息</font></a>]
</td>
<td>[<a href="./../login.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">XXXXX功能</font></a>]
</td>
<td>[<a href="./../lxd/lxdquit.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">安全退出系统</font></a>]
</td>
</tr>
</table>
</c:when>
<c:when test="${usertype==3}">
<table width="500">
<tr>
<td>[<a href="./../select.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">学生学籍管理</font></a>]
</td>
<td>[<a href="./../servlet/Eupdateservlet1?name=${username}"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">修改个人信息</font></a>]
</td>
<td>[<a href="./../login.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">其他功能</font></a>]
</td>
<td>[<a href="./../lxd/lxdquit.jsp"><font color="blue" onMouseOver="this.style.color='red'" onMouseOut="this.style.color='blue'">安全退出系统</font></a>]
</td>
</tr>
</table>
</c:when>
</c:choose>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -