Import inicial do projeto.
[simdecs_seam.git] / SimDeCS / WebContent / home.xhtml
diff --git a/SimDeCS/WebContent/home.xhtml b/SimDeCS/WebContent/home.xhtml
new file mode 100644 (file)
index 0000000..47ecd8d
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:s="http://jboss.com/products/seam/taglib"
+    xmlns:ui="http://java.sun.com/jsf/facelets"
+    xmlns:f="http://java.sun.com/jsf/core"
+    xmlns:h="http://java.sun.com/jsf/html"
+    xmlns:rich="http://richfaces.org/rich"
+    template="layout/template.xhtml">
+
+    <ui:define name="body">
+
+        <h1>Bem vindo SimDeCs!</h1>
+        <rich:panel>
+            <h:panelGrid columns="3" >
+                <h:graphicImage value="/img/simdecs-logo.png" alt="SimDeCs" />
+                <s:div styleClass="info">
+                    <p><strong>Simulador de Tomadas de Decisão em Cuidados de Saúde:</strong></p>
+                                       <p>Ambiente de aprendizado multiagente na área da saúde.</p>
+                </s:div>
+                <s:div><h:graphicImage value="/img/unasus.jpg" alt="UnaSus" width="250" /></s:div> 
+            </h:panelGrid>
+        </rich:panel>
+
+    </ui:define>
+</ui:composition>