logoutok.jsp

来自「oa办公系统」· JSP 代码 · 共 41 行

JSP
41
字号
<%@ page language="java" pageEncoding="GBK"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>退出成功</title>

<style type="text/css">
<!--
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>
</head>

<body style="overflow-y:auto">
<p align="center" class="style1">&nbsp;</p>
<table width="356" border="1" align="center" cellpadding="0" cellspacing="0" class="tb_data" height="119">
  <thead>
	  <tr bgcolor="#0099CC">
		<td height="27" align="center" valign="middle"><font size="2"><span class="style2">===退出成功===</span></font></td>
	  </tr>
  </thead>
  <tr>
    <td height="90"><div align="center">谢谢您使用我们的OA系统!<br><br><a href="../../index.jsp"><font size="2" color="#ff0080">选择重新登陆</font></a></div>      </td>
  </tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" class="tb_foot">
  <tr>
    <td align="center">      <input type="button" name="close" value="关闭" onclick="javascript:window.close();"></td></tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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