📄 welcome.jsp
字号:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ include file="taglibs.jsp" %>
<html:html locale="true"/>
<head>
<fmt:setBundle basename="ApplicationResources" />
<title><fmt:message key="login.title"/></title>
</head>
<body>
<table width="100%" height="100%">
<tr valign="top"><td>
<!-- begin the logo for the application -->
<c:import url="logo.jsp" />
</td></tr>
<tr valign="top"><td>
<!-- begin the content for the application -->
<c:import url="welcomeContent.jsp" />
</td></tr>
<tr valign="bottom"><td>
<!-- begin the footer for the application -->
<c:import url="footer.jsp" />
</td></tr>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -