Added UI (JSF) and JPA to bayesian network entities.
[simdecs.git] / web / template.xhtml
1 <?xml version='1.0' encoding='UTF-8' ?> 
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"
4       xmlns:ui="http://java.sun.com/jsf/facelets"
5       xmlns:h="http://java.sun.com/jsf/html">
6     <h:head>
7         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8         <title><ui:insert name="title">Default Title</ui:insert></title>
9 <h:outputStylesheet name="css/jsfcrud.css"/>
10     </h:head>
11
12     <h:body>
13         <h1>
14             <ui:insert name="title">Default Title</ui:insert>
15         </h1>
16         <p>
17             <ui:insert name="body">Default Body</ui:insert>
18         </p>
19     </h:body>
20
21 </html>