]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/item_added.xhtml
jcountry-lib + renamed/moved template
[pizzaservice-war.git] / web / item_added.xhtml
index a80b682649c0b90e7a8420cb6355d805c42b0d6f..cc01792ed1b06a71a9eea80efde56aba513b7ce4 100644 (file)
@@ -1,4 +1,5 @@
 <?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"
@@ -6,22 +7,16 @@
          >
 
        <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="guest_title">Produkt zum Warenkorb hinzugefuegt</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_INDEX_ITEM_ADDED}</ui:define>
 
                <ui:define name="content_header">
-                       Produkt zum Warenkorb hinzugefuegt
+                       #{msg.CONTENT_TITLE_INDEX_ITEM_ADDED}
                </ui:define>
 
                <ui:define name="content">
-                       Das Produkt wurde zum Warenkorb hinzugefuegt.
-               </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
+                       <h:outputFormat value="#{msg.GUEST_ITEM_ADDED_TO_BASKET}">
+                               <f:param value="#{basketController.outputLastAddedItem()}" />
+                       </h:outputFormat>
                </ui:define>
        </ui:composition>
 </html>