headermenucontentlayout_ja.jsp
来自「基于JSF开发的一个洒店管理系,具有中文」· JSP 代码 · 共 49 行
JSP
49 行
<%@ page contentType="text/html; charset=GBK" %><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %><%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles-1.1" prefix="tiles" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><f:view locale="ja"><head> <meta http-equiv="Content-Type" content="text/html;CHARSET=UTF-8" /> <title><tiles:getAsString name="title"/></title> <link href="styles.css" rel="stylesheet" type="text/css"/> <style type="text/css"><!--body,td,tr,table {font-size: 14pt;margin-top: 0px; vertical-align:top; border: none; align: left; font-family: "Arial", "Helvetica";}a {color:#325BA3;}.spcr {margin:0 0 10 0px; font-family: "Arial", "Helvetica";}.shade {background:#7694C8;}.shade2 {background:#f2f2f2;}.shade1 {background:#D9E2F2;}.shade3 {background:#F1F4FA;}.highlight {color:#FF6600;}.titleb {font-size: 18px; font-family: "Arial", "Helvetica"; font-weight: bold;}.titleb2 {font-size: 16px;font-family: "Arial", "Helvetica"; font-weight: bold;color: #993399;}--></style></head><body background="images/background.gif"><h:panelGrid width="778" align="center" columns="2" border="0" cellpadding="0" cellspacing="0" bgcolor="#fff6db" style="vertical-align:top"> <f:facet name="header"> <f:subview id="header"> <f:verbatim> <tiles:insert attribute="header" flush="false"></tiles:insert> </f:verbatim> </f:subview> </f:facet> <f:subview id="menu"> <tiles:insert attribute="menu" flush="false"></tiles:insert> </f:subview> <tiles:insert attribute="content" flush="false"></tiles:insert> <f:facet name="footer"> <f:subview id="footer"> <tiles:insert attribute="footer" flush="false"></tiles:insert> </f:subview> </f:facet></h:panelGrid></body></f:view>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?