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

📄 logoutok.jsp

📁 oa办公系统
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -