Added UI (JSF) and JPA to bayesian network entities.
[simdecs.git] / web / index.xhtml
CommitLineData
d076ae96 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:p="http://primefaces.prime.com.tr/ui"
5 xmlns:h="http://java.sun.com/jsf/html">
6 <h:head>
7 <title>Facelet Title</title>
c547eea0 8 <h:outputStylesheet name="css/jsfcrud.css"/>
d076ae96 9 </h:head>
c547eea0 10 <h:body>
d076ae96 11 <h:form>
c547eea0
MS
12 <h:commandLink action="/bn/answer/List" value="Show All Answer Items"/>
13 </h:form>
14 <h:form>
15 <h:commandLink action="/bn/bayesianNetwork/List" value="Show All BayesianNetwork Items"/>
16 </h:form>
17 <h:form>
18 <h:commandLink action="/bn/node/List" value="Show All Node Items"/>
19 </h:form>
20 <h:form>
21 <h:commandLink action="/bn/question/List" value="Show All Question Items"/>
d076ae96 22 </h:form>
23 </h:body>
c547eea0
MS
24
25
26
27
d076ae96 28</html>
29