Adicionado Adicionado Classe TipoLog
[simdecs.git] / web / index.xhtml
... / ...
CommitLineData
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>
8 <h:outputStylesheet name="css/jsfcrud.css"/>
9 </h:head>
10 <h:body>
11 <h:form>
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"/>
22 </h:form>
23 </h:body>
24
25
26
27
28</html>
29