📄 header.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<%@ include file="init.jsp" %>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>The <display:*> tag library</title>
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, print" />
</head>
<body>
<div id="header">
<h1>The <display:*> tag library <small>1.0</small></h1>
<ul>
<li><a href="http://displaytag.sf.net">Documentation</a></li>
<li><a href="index.jsp">Examples</a></li>
</ul>
</div>
<%
if (request.getRequestURI().indexOf("example-") != -1)
{
%>
<ul id="showsource">
<li><a href="<%=request.getRequestURI()%>.source">View JSP Source</a></li>
</ul>
<%
}
%>
<div id="body">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -