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

  • Committer: Gustav Hartvigsson
  • Date: 2017-09-08 09:27:14 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170908092714-0ec9sycrel71us0w
* making sure that the hash function works as expedted

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
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
<!DOCTYPE html>
4
7
<html xmlns="http://www.w3.org/1999/xhtml"
5
 
      xmlns:h="http://xmlns.jcp.org/jsf/html"
6
 
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
7
 
      xmlns:f="http://xmlns.jcp.org/jsf/core">
8
 
<f:view>
9
 
     <h:outputLabel value="Hello, world"/>
10
 
</f:view>
 
8
  xmlns:ui="http://java.sun.com/jsf/facelets"
 
9
  xmlns:f="http://xmlns.jcp.org/jsf/core"
 
10
  xmlns:h="http://xmlns.jcp.org/jsf/html"
 
11
  xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
 
12
<ui:decorate template="WEB-INF/templates/header.xhtml" />
 
13
<h:body>
 
14
  <ui:decorate template="WEB-INF/templates/page_header.xhtml" />
 
15
 
 
16
  <div class="main-view">
 
17
    <!--  Stuffs goes here. -->
 
18
 
 
19
 
 
20
 
 
21
  </div>
 
22
</h:body>
11
23
</html>