]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/templates/master.tpl
Updated copyright year
[jjobs-war.git] / web / WEB-INF / templates / master.tpl
index a9da0c56747974da738e976ba339dffdda5653da..93ed134fa80e0b0acc1a114454a3986975965cab 100644 (file)
@@ -1,19 +1,29 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-                               xmlns:f="http://java.sun.com/jsf/core"
-                               xmlns:h="http://java.sun.com/jsf/html"
-                               xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
-                               xmlns:p="http://primefaces.org/ui"
-                               xmlns:pm="http://primefaces.org/mobile">
+<ui:composition
+       xmlns="http://www.w3.org/1999/xhtml"
+       xmlns:f="http://java.sun.com/jsf/core"
+       xmlns:h="http://java.sun.com/jsf/html"
+       xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
+       xmlns:p="http://primefaces.org/ui"
+       xmlns:pm="http://primefaces.org/mobile"
+       >
+       <h:doctype
+               rootElement="html"
+               public="-//W3C//DTD XHTML 1.0 Transitional//EN"
+               system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
+               />
+
+       <html
+               lang="#{localizationController.locale.language}"
+               xml:lang="#{localizationController.locale.language}"
+               xmlns="http://www.w3.org/1999/xhtml"
+               >
+               <ui:insert name="metadata" />
+
+               <f:view locale="#{localizationController.locale}" />
 
-       <h:doctype rootElement="html" public="-//W3C//DTD XHTML 1.0 Transitional//EN" system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
-
-       <html lang="#{localizationController.locale.language}" xml:lang="#{localizationController.locale.language}" xmlns="http://www.w3.org/1999/xhtml">
-               <f:view locale="#{localizationController.locale}" contentType="text/html" />
                <h:head>
                        <f:facet name="first">
-                               <ui:insert name="metadata" />
-
                                <meta http-equiv="X-UA-Compatible" content="IE=edge" />
                                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
                                                        />
 
                                                <h:form id="exception-dialog-form">
-                                                       <p:dialog id="exceptionDialog" closable="true" closeOnEscape="true" header="Exception '#{pfExceptionHandler.type}' occured!" widgetVar="exceptionDialog"
-                                                                         height="500px">
+                                                       <p:dialog
+                                                               id="exceptionDialog"
+                                                               closable="true"
+                                                               closeOnEscape="true"
+                                                               header="Exception '#{pfExceptionHandler.type}' occured!"
+                                                               widgetVar="exceptionDialog"
+                                                               height="500px">
                                                                <div class="para">
                                                                        <h:outputText value="#{msg.EXCEPTION_MESSAGE}:" />
                                                                        <h:outputText value="#{pfExceptionHandler.message}" />