footer.jsp
来自「基于JSF开发的一个洒店管理系,具有中文」· JSP 代码 · 共 13 行
JSP
13 行
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<f:loadBundle basename="property.footer" var="footMsg"></f:loadBundle>
<f:verbatim><HR size="1" noshade color="#FABD4B"></f:verbatim>
<h:panelGrid columns="1" width="778" style="font-size: 12pt; text-align: center; color: #9A4410;" >
<h:outputText value="#{footMsg.address}"></h:outputText>
<h:outputText value="#{footMsg.tel}"></h:outputText>
<h:outputText value="#{footMsg.urlAddress}"></h:outputText>
<h:outputText value="#{footMsg.copyRight}"></h:outputText>
<f:verbatim><br/></f:verbatim>
</h:panelGrid>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?