]> git.mxchange.org Git - pizzaservice-war.git/blob - web/WEB-INF/templates/user/user_not_logged_in.tpl
Continued a bit: (please cherry-pick this)
[pizzaservice-war.git] / web / WEB-INF / templates / user / user_not_logged_in.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
7
8         <div class="table">
9                 <div class="table_header">
10                         <h:outputText value="#{msg.TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN}" />
11                 </div>
12
13                 <div class="para errors">
14                         <h:outputText value="#{msg.USER_IS_NOT_LOGGED_IN_FULL}" />
15                 </div>
16         </div>
17 </ui:composition>