📄 template.jsp
字号:
<%@ page session="false"%><%@ page contentType="text/html;charset=UTF-8" language="java" %><%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %><%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %><%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><head> <meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1" /> <title>Myfaces - Tiles</title> <link rel="stylesheet" type="text/css" href="css/tiles.css" /></head><f:view><body> <div id="lftBar"> <f:subview id="menu"> <tiles:insert attribute="menu" flush="false" /> </f:subview> </div> <div id="level0"> <div id="level1"> <div id="topBar"> <f:subview id="header"> <tiles:insert attribute="header" flush="false"/> </f:subview> </div> <div id="level2"> <f:subview id="content"> <tiles:insert attribute="body" flush="false"/> </f:subview> </div> </div> </div></body></f:view></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -