]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/customer/lost_passwd.xhtml
Renamed controller method to doChangeItem() (naming convention)
[pizzaservice-war.git] / web / customer / lost_passwd.xhtml
index c853bc2a8c7f50a5d639839c5cd665d4a93f14a0..ea81485f5e7a50b58923a22a9e70e9f584ac1e6b 100644 (file)
@@ -1,36 +1,32 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!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"
          xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
          xmlns:f="http://xmlns.jcp.org/jsf/core"
          >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="title">Passwort vergessen</ui:define>
-
-               <ui:define name="menu">
-                       <ui:include id="menu" class="guest_menu" src="/WEB-INF/templates/guest/guest_menu.tpl" />
-               </ui:define>
+               <ui:define name="guest_title">#{msg.PAGE_TITLE_CUSTOMER_LOST_PASSWORD}</ui:define>
 
                <ui:define name="content_header">
-                       Stellen Sie Ihr Passwort wieder her.
+                       #{msg.CONTENT_TITLE_CUSTOMER_LOST_PASSWORD}
                </ui:define>
 
                <ui:define name="content">
                        <div class="para" id="customer_lost_password_content">
-                               <h:form acceptcharset="utf-8" id="lost_password_form">
+                               <h:form id="lost_password_form">
                                        <div class="table">
                                                <div class="table_header">
-                                                       Sie haben Ihr Passwort vergessen?
+                                                       #{msg.GUEST_LOST_PASSWORD_TITLE}
                                                </div>
 
                                                <fieldset id="login_data">
-                                                       <legend title="Bitte Daten eingeben:">Bitte Daten eingeben:</legend>
+                                                       <legend title="#{msg.GUEST_LOST_PASSWORD_LEGEND_TITLE}">#{msg.GUEST_LOST_PASSWORD_LEGEND}</legend>
 
                                                        <div class="table_row">
                                                                <div class="table_left">
-                                                                       <h:outputLabel for="id" value="#{msg.CUSTOMER_NUMBER}" />
+                                                                       <h:outputLabel for="id" value="#{msg.ENTER_CUSTOMER_NUMBER}" />
                                                                </div>
 
                                                                <div class="table_right">
                                                        </div>
 
                                                        <div class="table_header">
-                                                               ... oder ...
+                                                               #{msg.GUEST_LOST_PASSWORD_NUMBER_OR_EMAIL}
                                                        </div>
 
                                                        <div class="table_row">
                                                                <div class="table_left">
-                                                                       <h:outputLabel for="email" value="eMail-Adresse:" />
+                                                                       <h:outputLabel for="email" value="#{msg.ENTER_EMAIL_ADDRESS}" />
                                                                </div>
 
                                                                <div class="table_right">
 
                                                <div class="table_footer">
                                                        <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton class="submit" type="submit" value="Weiter zu Schritt 2" action="#{controller.doLostPasswordStep2()}" />
+                                                       <h:commandButton class="submit" type="submit" value="#{msg.BUTTON_CONTINUE_STEP_2}" action="#{passwdRecoverController.doLostPasswordStep2()}" />
                                                </div>
                                        </div>
                                </h:form>
                        </div>
                </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
-               </ui:define>
        </ui:composition>
 </html>