Initial import.
[simdecs_seam.git] / SimDeCS / WebContent / home.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     xmlns:rich="http://richfaces.org/rich"
9     template="layout/template.xhtml">
10
11     <ui:define name="body">
12
13         <h1>Bem vindo SimDeCs!</h1>
14         <rich:panel>
15             <h:panelGrid columns="3" >
16                 <h:graphicImage value="/img/simdecs-logo.png" alt="SimDeCs" />
17                 <s:div styleClass="info">
18                     <p><strong>Simulador de Tomadas de Decisão em Cuidados de Saúde:</strong></p>
19                                         <p>Ambiente de aprendizado multiagente na área da saúde.</p>
20                 </s:div>
21                 <s:div><h:graphicImage value="/img/unasus.jpg" alt="UnaSus" width="250" /></s:div> 
22             </h:panelGrid>
23         </rich:panel>
24
25     </ui:define>
26 </ui:composition>