]> 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 27c9d091e2dafcf5977cf45c67c391509102ca7d..93ed134fa80e0b0acc1a114454a3986975965cab 100644 (file)
                xml:lang="#{localizationController.locale.language}"
                xmlns="http://www.w3.org/1999/xhtml"
                >
+               <ui:insert name="metadata" />
+
                <f:view locale="#{localizationController.locale}" />
 
                <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}" />