]> git.mxchange.org Git - jjobs-war.git/blob - web/guest/user/login_error.xhtml
Continued:
[jjobs-war.git] / web / guest / user / login_error.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html
4         lang="#{localizationController.language}" xml:lang="#{localizationController.language}"
5         xmlns="http://www.w3.org/1999/xhtml"
6           xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
7           xmlns:h="http://xmlns.jcp.org/jsf/html"
8           xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"
9           xmlns:f="http://xmlns.jcp.org/jsf/core"
10           >
11
12         <ui:composition template="/WEB-INF/templates/guest/guest_base.tpl" id="login_error">
13                 <ui:define name="guest_title">#{msg.PAGE_TITLE_USER_LOGIN_ERROR}</ui:define>
14
15                 <ui:define name="content_header">
16                         #{msg.CONTENT_TITLE_USER_LOGIN_ERROR}
17                 </ui:define>
18
19                 <ui:define name="content">
20                         Hier kommt die Fehlermeldung hin.
21                 </ui:define>
22         </ui:composition>
23 </html>