/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en" xmlns:h="http://xmlns.jcp.org/jsf/html"
  xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
  xmlns:f="http://xmlns.jcp.org/jsf/core"
  xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
<ui:composition>
  <div class="header_bar">
    <header>
      <a href="#{configBean.headerTitleUrl}">
        <h1>#{configBean.pageTitle}</h1>
      </a>
      <a href="#{configBean.headerSubTitleUrl}">
        <p>#{configBean.subTitle}</p>
      </a>
    </header>
  </div>
</ui:composition>
</html>