blob: f58a2c9f9ecc0cd435669bf3dd47ba94869df77a [file] [log] [blame]
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets">
<body>
<ui:composition template="../layout/template.xhtml"
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:tr="http://myfaces.apache.org/trinidad"
xmlns:trh="http://myfaces.apache.org/trinidad/html">
<ui:define name="content">
<tr:commandButton text="add user" action="addUser"/><br/>
<tr:commandButton text="change nick name" action="changeNickName"/><br/>
<tr:commandButton text="change password" action="changePassword"/><br/>
<tr:commandLink text="mode: #{registrationPage.person.role}"
action="#{registrationPage.switchMode}" immediate="true"/>
</ui:define>
</ui:composition>
</body>
</html>