Import inicial do projeto.
[simdecs_seam.git] / SimDeCS / WebContent / seguro / vrmed / selecionarDiagrama.xhtml
diff --git a/SimDeCS/WebContent/seguro/vrmed/selecionarDiagrama.xhtml b/SimDeCS/WebContent/seguro/vrmed/selecionarDiagrama.xhtml
new file mode 100644 (file)
index 0000000..37bdfdc
--- /dev/null
@@ -0,0 +1,63 @@
+<!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"
+    xmlns:a="http://richfaces.org/a4j"
+    template="/layout/template.xhtml">
+
+<ui:define name="body">
+
+        <f:facet name="header">selecionarDiagrama</f:facet>
+
+        <h:form id="SelecionarDiagramaForm">
+
+                       <table border="0" cellpadding="0" cellspacing="0">
+                               <tr>
+                                       <td><img src="../../img/vrmed/headerNovoDiagrama.png" border="0"/></td>
+                                       <td style="width:10px;">&nbsp;</td>
+                                       <td><img src="../../img/vrmed/headerEditarDiagrama.png" border="0"/></td>
+                                       <td style="width:10px;">&nbsp;</td>
+                                       <td><img src="../../img/vrmed/headerExcluirDiagrama.png" border="0"/></td>
+                               </tr>
+                               <tr>
+                                       <td background="../../img/vrmed/bodyNovoDiagrama.png" align="center">
+                                               <table border="0" >
+                                                       <tr>
+                                                               <td align="left">Nome do Diagrama</td>
+                                                       </tr>
+                                                       <tr>
+                                                               <td align="left"><h:inputText id="nome" required="false" size="30" maxlength="50" value="#{SelecionarDiagrama.nomeNovoDiagrama}" />
+                                                               </td>
+                                                       </tr>
+                                                       <tr>
+                                                               <td align="left">
+                                                           <h:commandButton id="criarNovoDiagrama" value="Criar"
+                                                                            action="#{SelecionarDiagrama.criarNovoDiagrama}"/>
+                                                               </td>
+                                                       </tr>
+                                               </table>
+                                       </td>
+                                       <td>&nbsp;</td>
+                                       <td background="../../img/vrmed/bodyEditarDiagrama.png">
+                                       </td>
+                                       <td>&nbsp;</td>
+                                       <td background="../../img/vrmed/bodyExcluirDiagrama.png">
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td><img src="../../img/vrmed/footerNovoDiagrama.png" border="0"/></td>
+                                       <td>&nbsp;</td>
+                                       <td><img src="../../img/vrmed/footerEditarDiagrama.png" border="0"/></td>
+                                       <td>&nbsp;</td>
+                                       <td><img src="../../img/vrmed/footerExcluirDiagrama.png" border="0"/></td>
+                               </tr>
+                       </table>
+        </h:form>
+
+</ui:define>
+
+</ui:composition>