📄 index.xhtml
字号:
<?xml version="1.0" encoding="UTF-8"?><ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j" template="/skins/default/template.xhtml"> <ui:param name="MenuSelectItem" value="1" /> <ui:define name="LeftNav"> <ui:include src="user_menu.xhtml" /> </ui:define> <ui:define name="ContentBody"> <h:form> <h:outputLink value="/">Manage Users</h:outputLink> </h:form> </ui:define></ui:composition>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -