| | |
| | | <p:panel styleClass="center-header"> |
| | | <p:outputLabel styleClass="title" value="用户管理"></p:outputLabel> |
| | | |
| | | <p:panelGrid styleClass="filter" columns="7"> |
| | | <p:panelGrid styleClass="filter" columns="11"> |
| | | <p:outputLabel value="ARP号:"></p:outputLabel> |
| | | <p:inputText value="#{userMngController.arp}"></p:inputText> |
| | | |
| | | <p:outputLabel value="姓名:"></p:outputLabel> |
| | | <p:inputText value="#{userMngController.name}"></p:inputText> |
| | | |
| | | <p:outputLabel value="课题组:"></p:outputLabel> |
| | | <p:inputText value="#{userMngController.project}"></p:inputText> |
| | | |
| | | <p:outputLabel value="部门:"></p:outputLabel> |
| | | <p:inputText value="#{userMngController.departmentName}"></p:inputText> |
| | | |
| | | <p:outputLabel value="单位:"></p:outputLabel> |
| | | <p:inputText value="#{userMngController.company}"></p:inputText> |
| | | |
| | | <p:commandLink styleClass="search" process="@form" update="@form"></p:commandLink> |
| | | </p:panelGrid> |
| | | </p:panel> |