/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
15.2.6 by Gustav Hartvigsson
* Started work on the design
1
<?xml version="1.0" encoding="UTF-8" ?>
18 by Gustav Hartvigsson
* Added vim modelines
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.1.1 by Gustav Hartvigsson
Started work on the DB/JPA stuffs
6
<!DOCTYPE html>
1 by Gustav Hartvigsson
Initial Commit
7
<html xmlns="http://www.w3.org/1999/xhtml"
15.2.6 by Gustav Hartvigsson
* Started work on the design
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">
23 by Gustav Hartvigsson
* Made the <head> stuffs a template
12
<ui:decorate template="WEB-INF/templates/header.xhtml" />
15.2.6 by Gustav Hartvigsson
* Started work on the design
13
<h:body>
14
  <ui:decorate template="WEB-INF/templates/page_header.xhtml" />
15
16
  <div class="main-view">
17
    <!--  Stuffs goes here. -->
24 by Gustav Hartvigsson
* making sure that the hash function works as expedted
18
19
20
15.2.6 by Gustav Hartvigsson
* Started work on the design
21
  </div>
22
</h:body>
1 by Gustav Hartvigsson
Initial Commit
23
</html>