/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/WEB-INF/templates/page_header.xhtml

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-11 12:15:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170811121556-zo85vfkaiifdkl9e
* woops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html>
 
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">
 
8
<ui:composition>
 
9
    <div class="header_bar">
 
10
        <h1>${pageTitle}</h1>
 
11
        
 
12
    </div>
 
13
</ui:composition>
 
14
</html>