summaryrefslogtreecommitdiffstats
path: root/WebContent/templates/loggedin.xhtml
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-30 00:36:30 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-30 00:36:30 +0100
commitdfe6e76c818db5507407c708298b67331ed75e47 (patch)
tree113d7fbe6c74aba3b87b11bb8ea72e45f8b53592 /WebContent/templates/loggedin.xhtml
parent5e5887b275a64e34dbc0359d91a961e8769ce550 (diff)
downloadJCatalog-dfe6e76c818db5507407c708298b67331ed75e47.tar.gz
JCatalog-dfe6e76c818db5507407c708298b67331ed75e47.zip
Port html head/body to jsf
Diffstat (limited to 'WebContent/templates/loggedin.xhtml')
-rw-r--r--WebContent/templates/loggedin.xhtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/templates/loggedin.xhtml b/WebContent/templates/loggedin.xhtml
index 98461e0..faea6e2 100644
--- a/WebContent/templates/loggedin.xhtml
+++ b/WebContent/templates/loggedin.xhtml
@@ -5,15 +5,15 @@
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:f="http://xmlns.jcp.org/jsf/core">
- <head>
+ <h:head>
<title><ui:insert name="pageTitle">Page Title</ui:insert></title>
<link rel="stylesheet" type="text/css" href="../stylesheets/twocolumn.css" />
<link rel="stylesheet" type="text/css" href="../stylesheets/navigation.css" />
<link rel="stylesheet" type="text/css" href="../stylesheets/form.css" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- </head>
+ </h:head>
- <body>
+ <h:body>
<div id="container">
@@ -55,6 +55,6 @@
</div> <!-- id="container" -->
- </body>
+ </h:body>
</html>