1
<?xml version="1.0" encoding="UTF-8"?>
3
<html xmlns="http://www.w3.org/1999/xhtml"
4
xmlns:h="http://xmlns.jcp.org/jsf/html"
5
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
6
xmlns:f="http://xmlns.jcp.org/jsf/core"
7
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
2
<html lang="en" xmlns:h="http://xmlns.jcp.org/jsf/html"
3
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
4
xmlns:f="http://xmlns.jcp.org/jsf/core"
5
xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
9
<div class="header_bar">
7
<div class="header_bar">
9
<a href="#{configBean.headerTitleUrl}">
10
<h1>#{configBean.pageTitle}</h1>
12
<a href="#{configBean.headerSubTitleUrl}">
13
<p>#{configBean.subTitle}</p>