/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/header.xhtml

  • Committer: Gustav Hartvigsson
  • Date: 2017-09-08 08:12:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170908081226-8mrt7z9dqh4t37se
* Made the <head> stuffs a template

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<!-- c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
 
3
  vi: set shiftwidth=2 tabstop=2 expandtab:
 
4
  :indentSize=2:tabSize=2:noTabs=true:
 
5
-->
 
6
<html lang="en" xmlns:h="http://xmlns.jcp.org/jsf/html"
 
7
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
 
8
      xmlns:f="http://xmlns.jcp.org/jsf/core"
 
9
      xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
 
10
<ui:composition>
 
11
  <h:head>
 
12
    <h:outputStylesheet library="css" name="main.css" />
 
13
    <title>${configBean.pageTitle} - ${configBean.subTitle}</title>
 
14
  </h:head>
 
15
</ui:composition>
 
16
</html>
 
 
b'\\ No newline at end of file'