Initial import.
[simdecs_seam.git] / SimDeCS / WebContent / projectConverter.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     xmlns:a="http://richfaces.org/a4j"
10     template="layout/template.xhtml">
11
12 <ui:define name="body">
13
14     <rich:panel>
15         <f:facet name="header">projectConverter</f:facet>
16
17         <h:form id="ProjectConverterForm">
18
19             <h:commandButton id="projectConverter" value="projectConverter!"
20                              action="#{ProjectConverter.projectConverter}"/>
21
22         </h:form>
23
24     </rich:panel>
25
26 </ui:define>
27
28 </ui:composition>