📄 common_004.xhtml
字号:
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://jboss.com/products/seam/taglib" 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="/layout/template_default.xhtml">
<!-- 鐢婚潰ID閮ㄥ垎 -->
<ui:define name="pageId">
<ui:include src="/layout/pageId.xhtml">
<ui:param name="pageName" value="缁勭粐缁撴瀯淇℃伅绠$悊"/>
<ui:param name="pageId" value="COMMON 004"/>
</ui:include>
</ui:define>
<ui:define name="body">
<!-- 娑堟伅鍖哄煙 -->
<h:panelGroup id="msgList">
<h:messages styleClass="message"/>
</h:panelGroup>
<h:form id="orgConfigForm">
<table>
<tr>
<td colspan="3" rowspan="7">
<div id="organizationWorkDiv" class="div-frame" style="width: 480; height: 350; overflow: auto;">
<rich:tree id="orgTree" switchType="client" value="#{Common_004_View.treeData}" var="item" nodeFace="#{item.type}" rendered="true">
<!-- "department" 閮ㄩ棬淇℃伅绫诲瀷 cn.com.hb.base.domain.organization.Department.DEPARTMENT -->
<rich:treeNode type="department" icon="/images/company.gif" iconLeaf="/images/company.gif" onselected="nodeClick('#{item.nodeID}','department','#{item.nodeTxt}','#{item.startDate}','#{item.endDate}')">
<h:outputText value="#{item.nodeTxt}"/>
</rich:treeNode>
<!-- "jobinfo" 閮ㄩ棬鑱屼綅淇℃伅绫诲瀷 cn.com.hb.base.domain.organization.JobInfo.JOB_INFO -->
<rich:treeNode type="jobinfo" icon="/images/member.gif" iconLeaf="/images/member.gif" onselected="nodeClick('#{item.nodeID}','jobinfo','#{item.nodeTxt}','#{item.startDate}','#{item.endDate}')">
<h:outputText value="#{item.nodeTxt}"/>
</rich:treeNode>
</rich:tree>
</div>
</td>
<td width="100" height="40" align="center">
<input id="newButton" type="button" value="娣
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -