]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates.dist/guest_login_page.xhtml
renamed controller as there are now 2 logins
[jjobs-war.git] / web / WEB-INF / templates.dist / guest_login_page.xhtml
1 <?xml version="1.0" encoding="UTF-8" ?>\r
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
3 <html\r
4         lang="#{localizationController.language}" xml:lang="#{localizationController.language}"\r
5         xmlns="http://www.w3.org/1999/xhtml"\r
6           xmlns:ui="http://xmlns.jcp.org/jsf/facelets"\r
7           xmlns:h="http://xmlns.jcp.org/jsf/html"\r
8           xmlns:f="http://xmlns.jcp.org/jsf/core"\r
9           >\r
10 \r
11         <ui:composition template="/WEB-INF/templates/#{userLoginController.templateType}/#{userLoginController.templateType}_base.tpl">\r
12                 <ui:define name="guest_title">#{msg.PAGE_TITLE_INDEX_FOO}</ui:define>\r
13 \r
14                 <ui:define name="content_header">\r
15                         #{msg.CONTENT_TITLE_INDEX_FOO}\r
16                 </ui:define>\r
17 \r
18                 <ui:define name="content">\r
19                         Here goes your content.\r
20                 </ui:define>\r
21         </ui:composition>\r
22 </html>\r