]> git.mxchange.org Git - addressbook-war.git/blob - web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl
Used much more h:outputText instead of directly the message in the template. This...
[addressbook-war.git] / web / WEB-INF / templates / guest / user / register / guest_form_register_page2.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
7
8         <h:form id="register_page2_form">
9                 <div class="table">
10                         <div class="table_header">
11                                 #{msg.GUEST_REGISTRATION_PAGE2_TITLE}
12                         </div>
13
14                         <ui:include src="/WEB-INF/templates/contact/form_contact_data.tpl" />
15
16                         <div class="table_footer">
17                                 <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
18                                 <h:commandButton styleClass="submit" type="submit" id="finish_registration" value="#{msg.BUTTON_FINISH_REGISTRATION}" action="#{registerController.doFinishRegistration()}" />
19                         </div>
20                 </div>
21         </h:form>
22 </ui:composition>