📄 menu.xhtml
字号:
<rich:toolBar xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:s="http://jboss.com/products/seam/taglib" xmlns:rich="http://richfaces.org/rich" styleClass="x-panel-header x-unselectable" height="28">
<rich:toolBarGroup>
<h:outputText value="#{projectName}:"/>
<s:link view="/home.xhtml" value="关于"/>
<s:link view="/page/common/common_003.xhtml" value="工作区" rendered="#{sessionScope.userInfo!=null}"/>
</rich:toolBarGroup>
<!-- newMenuItem -->
<rich:toolBarGroup location="right">
<h:outputText value="你好 #{sessionScope.userInfo.userName} !" rendered="#{sessionScope.userInfo!=null}"/>
<s:link view="/page/common/common_001.xhtml" value="登 录" rendered="#{sessionScope.userInfo==null}"/>
<s:link view="/page/common/common_002.xhtml" value="修改密码" rendered="#{sessionScope.userInfo!=null}"/>
<s:link view="/home.xhtml" action="#{Common_001_View.logout_Action}" value="注 销" rendered="#{sessionScope.userInfo!=null}"/>
</rich:toolBarGroup>
</rich:toolBar>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -