📄 longtime.jsp
字号:
<%@ page language="java" contentType="text/html"
pageEncoding="utf-8"%>
<%@ include file="../common/taglibs.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>登入超时</title>
<link href="${webctx}/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="98%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
<tr>
<td height="20" align="center" bgcolor="#FFFFFF"><table width="99%" border="0" cellspacing="1" cellpadding="4" style="border:1px solid #5C92B7;">
<tr>
<td height="20" colspan="8" align="center" bgcolor="#A6D5D9" class="psize4">超时页面信息</td>
</tr>
<td height="60" colspan="8" align="center" bgcolor="#F2FAFD"><span class="ysize1"><font color="red">对不起,您的登入已经超时 !</font> <a target="_parent" href="${webctx }/jsp/login.jsp">重新登入</a></span></td>
</tr>
<tr>
<td colspan="8" align="center" bgcolor="#F2FAFD">【<a target="_parent" href="javascript:window.close();" class="ysize1">关闭</a>】</td>
</tr>
</table> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -