adminmain.jsp

来自「本人大学时大型作业用JAVA做的一个 BBS系统 模式MVC 非struts版 」· JSP 代码 · 共 23 行

JSP
23
字号
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="header.html" %>
<h1 align="left">管理员:<%=((BBSUser)request.getSession().getAttribute("user")).getUserName()%>
</h1>
<hr>
  <table>
    <tr>
      <td><a href="/BBS/jsp/userAdmin.jsp">用户管理</a></td>
      <td><a href="/BBS/jsp/sortAdmin.jsp">论坛分类管理</a></td>
      <td><a href="/BBS/jsp/topicAdmin.jsp">论坛文章管理</a></td>
    </tr>
  </table>
  <p>
	<center>
		[ <a href="/BBS/jsp/bbsIndex.jsp">Home</a> |		  
		  	<a href="/BBS/controller/BbsLogout">
		  		Logout
		  	</a>		
		 ]
	 </center>
  </p>
</body>
</html>

⌨️ 快捷键说明

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