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

📄 admin_main.jsp

📁 BBS 论坛系统 使用JSP struts hibernate spring等技术 全部的源码
💻 JSP
字号:
<%@ page language="java"  contentType="text/html; charset=gb2312"%>
<%@ include file="INC/const.jsp"%>
<%@ page import = "java.util.Vector"%>
<html>
<head>
<title><%=forumName%>--管理页面</title>

<link rel="stylesheet" type="text/css" href="forum.css">
</head><BODY bgcolor="#ffffff" alink="#333333" vlink="#333333" link="#333333" topmargin="20">
<%
try{	if(session.getAttribute("adminFlag")==null||"".equals(session.getAttribute("adminFlag")))		throw new Exception("本页面为版主专用,请<a href=elogin.jsp>登陆管理</a>后进入。");	%>
<table cellpadding=0 cellspacing=0 border=0 width=95% bgcolor=<%=aTableBackColor%> align=center> 
<tr>   <td>      
<table cellpadding=3 cellspacing=1 border=0 width=100%>         <tr bgcolor='<%=aTableTitleColor%>'>        
 <td align=centercolspan="2">欢迎<b><%=session.getAttribute("adminName")%></b>进入管理页面        
 </td>       </tr>        
     <tr bgcolor=<%=tableBodyColor%>>             <td width="20%" valign=top> 	      </td>                <td width="80%" valign=top>&nbsp; </td>           </tr>        </table>        </td>     </tr> </table>
<%}catch(Exception e){	e.printStackTrace(); 
	  errMsg=e.getMessage();	%>	
<%@include file="INC/error.jsp"%> 	
<% }%>  

⌨️ 快捷键说明

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