top.jsp~19~

来自「一个完整的门户网站,基于JSP环境下开发的,使用SQL数据库.」· JSP~19~ 代码 · 共 42 行

JSP~19~
42
字号
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="com.bwm.model.User" %>
<%@ page import="com.bwm.core.*" %>
<%
response.setHeader("Cache-Control","no-cache");
response.setHeader("Cache-Control","no-store");
response.setDateHeader("Expires",0);
response.setHeader("Pragma","no-cache");
if (!Crazyadept.UserIsOK(session,FinalConstants.STATUS_ADMIN)) {
    out.println("<script>parent.location.href='../index.jsp';</script>");
    return ;
}
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<link href="../css/admin.css" rel="stylesheet" type="text/css">
<body>
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
  <tr>
    <td height="80" colspan="4" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="80">
        <param name="movie" value="../flash/top.swf">
        <param name="quality" value="high">
        <embed src="../flash/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="80"></embed>
      </object>
    </td>
  </tr>
  <tr>
    <td width="175" height="25" align="center"><img src="../images/role.gif" border="0">当前管理员[<%=u.getUid()%>]</td>
    <td width="97" align="center" ><a href="../index.jsp" target="_parent"><img src="../images/home.gif" border="0">返回首页</a></td>
    <td width="419" align="center">&nbsp;</td>
    <td width="100" align="center"><a href="exit.jsp" target="_parent">安全退出</a></td>
    <td width="7"></td>
  </tr>
  <tr>
    <td colspan="4" align="center"><hr></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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