]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/guest/guest_privacy_terms.tpl
Use separate controllers for separate purposes
[pizzaservice-war.git] / web / WEB-INF / templates / guest / guest_privacy_terms.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://java.sun.com/jsf/facelets">
7
8         <div class="para">
9                 <fieldset id="terms_privacy">
10                         <legend title="#{msg.PRIVACY_TERMS_LEGEND_TITLE}">#{msg.PRIVACY_TERMS_LEGEND}</legend>
11
12                         <div class="table_row">
13                                 <div class="table_left25">
14                                         <h:selectBooleanCheckbox class="input" id="privacy" required="true" requiredMessage="#{msg.PRIVACY_POLICY_NOT_ACCEPTED_MESSAGE}">
15                                                 <f:validator validatorId="PrivacyTermsCheckboxValidator" />
16                                         </h:selectBooleanCheckbox>
17                                 </div>
18
19                                 <div class="table_right75">
20                                         <!-- TODO Need to internationalize: //-->
21                                         Ja, ich habe die <h:link outcome="privacy" target="_blank" value="Datenschutzbestimmungen" /> gelesen und
22                                         auch verstanden.
23                                 </div>
24
25                                 <div class="clear"></div>
26                         </div>
27
28                         <div class="table_row">
29                                 <div class="table_left25">
30                                         <h:selectBooleanCheckbox class="input" id="terms" required="true" requiredMessage="#{msg.TERMS_NOT_ACCEPTED_MESSAGE}">
31                                                 <f:validator validatorId="PrivacyTermsCheckboxValidator" />
32                                         </h:selectBooleanCheckbox>
33                                 </div>
34
35                                 <div class="table_right75">
36                                         <!-- TODO Need to internationalize: //-->
37                                         Ja, ich habe die <h:link outcome="terms" target="_blank" value="Allgemeinen Geschäftsbedingungen" /> gelesen und
38                                         auch verstanden.
39                                 </div>
40
41                                 <div class="clear"></div>
42                         </div>
43                 </fieldset>
44         </div>
45 </ui:composition>