Initial import.
[simdecs_seam.git] / SimDeCS / WebContent / error.xhtml
1 <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <ui:composition xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:s="http://jboss.com/products/seam/taglib"
5     xmlns:ui="http://java.sun.com/jsf/facelets"
6     xmlns:f="http://java.sun.com/jsf/core"
7     xmlns:h="http://java.sun.com/jsf/html"
8     template="layout/template.xhtml">
9
10     <ui:param name="showGlobalMessages" value="false"/>
11     <ui:define name="body">
12
13         <h1>Error</h1>
14         <p>Something bad happened :-(</p>
15
16         <h:messages id="errorMessage" styleClass="message"/>
17
18     </ui:define>
19 </ui:composition>