logout.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="Discuz.Web.Admin.logout" Codebehind="logout.aspx.cs" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>Logout</title>
  6. <link href="styles/default.css" rev="stylesheet" rel="stylesheet" type="text/css" media="all">
  7. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  8. </head>
  9. <script type="text/javascript">
  10.     if(top.location!=self.location)
  11.     {
  12.     top.location.href = "logout.aspx";
  13.     }
  14. </script>
  15. <body>
  16. <br /><br />
  17. <div style="width:100%" align="center">
  18. <div align="center" style="width:600px; border:1px dotted #FF6600; background-color:#FFFCEC; margin:auto; padding:20px;"><img src="images/hint.gif" border="0" alt="提示:" align="absmiddle" width="11" height="13" /> &nbsp; 
  19. 您已成功退出系统设置
  20. </div></div>
  21. </body>
  22. </html>