]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl
f1a04346d1403de629aab06660d92ee9ce4b12d4
[jjobs-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         xmlns:p="http://primefaces.org/ui">
8
9         <h:form id="form_register_page2" rendered="#{featureController.isFeatureEnabled('user_registration')}">
10                 <h:panelGroup styleClass="table table-full" layout="block">
11                         <div class="table-header">
12                                 <h:outputText value="#{msg.GUEST_REGISTRATION_PAGE2_TITLE}" />
13                         </div>
14
15                         <ui:include src="/WEB-INF/templates/contact/form_contact_data.tpl" />
16
17                         <div class="table-footer">
18                                 <p:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
19                                 <p:commandButton styleClass="submit" type="submit" value="#{msg.BUTTON_FINISH_REGISTRATION}" action="#{userRegistrationController.doFinishRegistration()}" />
20                         </div>
21                 </h:panelGroup>
22         </h:form>
23 </ui:composition>