/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
13 by Gustav Hartvigsson
* woops.
1
<!DOCTYPE html>
15.2.2 by Gustav Hartvigsson
* Added JUnit and javax.faces dependancies to the pom.xml.
2
<html lang="en"
13 by Gustav Hartvigsson
* woops.
3
      xmlns:h="http://xmlns.jcp.org/jsf/html"
4
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
5
      xmlns:f="http://xmlns.jcp.org/jsf/core"
6
      xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
7
<ui:composition>
8
    <div class="header_bar">
15.2.2 by Gustav Hartvigsson
* Added JUnit and javax.faces dependancies to the pom.xml.
9
      <header>
10
        <h1>#{configBean.pageTitle}</h1>
11
        <p>#{configBean.subTitle}</p>
12
      </header>
13 by Gustav Hartvigsson
* woops.
13
    </div>
14
</ui:composition>
15
</html>