top.jsp

来自「Java开发的权限管理的例子」· JSP 代码 · 共 37 行

JSP
37
字号
<%@ page language="java" pageEncoding="UTF-8"%>
<html><head><title>top</title>

<script>
   function  logout()
   {
      if  (confirm("确认退出管理系统?"))
      {
        document.location.href="../j_acegi_logout";
      }
   }
</script>

<base target="middle">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<table border=0 cellPadding=0 cellSpacing=0 width="100%" height="72">
  <tr> 
	<td> 
	<iframe src="top_1.htm" width=605 height=75 border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0 noResize scrolling=no vspace="0"></iframe> 
	</td>
	<td align=right>
	<a href="index.jsp" target="_parent">
	<img border=0 hspace=10 src="../common/images/t_4.gif" width="40" height="60"></a>
	  <a href="help.htm" target=main>
	  <img border=0  hspace=10 src="../common/images/t_5.gif" width="41" height="60"></a>
	  <a href="../j_acegi_logout" target="_parent">
	  <img border=0  hspace=10 src="../common/images/t_6.gif" width="40" height="60"></a></td>
  </tr>

  <tr bgColor=#009900> 
	<td height="27" colspan="2"></td>
  </tr>
</table>
</body></html>

⌨️ 快捷键说明

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