?? admin_main.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> </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 + -