]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
renamed bye.xhtml -> logout.xhtml
authorRoland Haeder <roland@mxchange.org>
Sat, 9 Apr 2016 10:32:33 +0000 (12:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 9 Apr 2016 10:32:33 +0000 (12:32 +0200)
nbproject/faces-config.NavData
web/WEB-INF/faces-config.xml
web/bye.xhtml [deleted file]
web/logout.xhtml [new file with mode: 0644]

index 69a5d2ec1351c7457a2e16d5d2a4a64c3b9f0aa5..ddcb9e09584d7e1dbdd63fbac5c3a62ee76c0c80 100644 (file)
@@ -3,7 +3,7 @@
     <Scope Scope="Faces Configuration Only"/>
     <Scope Scope="Project">
         <Node id="customer/checkout2.xhtml" x="150" y="750" zoom="true"/>
-        <Node id="bye.xhtml" x="650" y="450" zoom="true"/>
+        <Node id="logout.xhtml" x="650" y="450" zoom="true"/>
         <Node id="index.xhtml" x="1400" y="150" zoom="true"/>
         <Node id="errorHandler.xhtml" x="900" y="450" zoom="true"/>
         <Node id="privacy.xhtml" x="150" y="150" zoom="true"/>
index d181a5635897227883079f7830b40c589adc4eaf..bb3d4bbf16e6faab406386b4b78a00b6ad920a7c 100644 (file)
@@ -53,7 +53,7 @@
                </navigation-case>
                <navigation-case>
                        <from-outcome>logout</from-outcome>
-                       <to-view-id>/bye.xhtml</to-view-id>
+                       <to-view-id>/logout.xhtml</to-view-id>
                </navigation-case>
                <navigation-case>
                        <from-outcome>admin_product</from-outcome>
diff --git a/web/bye.xhtml b/web/bye.xhtml
deleted file mode 100644 (file)
index 0f822f7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
-               <ui:define name="guest_title">Sitzung beenden</ui:define>
-
-               <ui:define name="content_header">
-                       Sitzung beenden
-               </ui:define>
-
-               <ui:define name="content">
-                       Offenes TODO!
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/logout.xhtml b/web/logout.xhtml
new file mode 100644 (file)
index 0000000..0f822f7
--- /dev/null
@@ -0,0 +1,20 @@
+<?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:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl">
+               <ui:define name="guest_title">Sitzung beenden</ui:define>
+
+               <ui:define name="content_header">
+                       Sitzung beenden
+               </ui:define>
+
+               <ui:define name="content">
+                       Offenes TODO!
+               </ui:define>
+       </ui:composition>
+</html>