Import inicial do projeto.
[simdecs_seam.git] / SimDeCS / WebContent / layout / display.xhtml
1 <ui:composition  xmlns="http://www.w3.org/1999/xhtml"
2                  xmlns:ui="http://java.sun.com/jsf/facelets"
3                  xmlns:h="http://java.sun.com/jsf/html"
4                  xmlns:f="http://java.sun.com/jsf/core"
5                  xmlns:s="http://jboss.com/products/seam/taglib">
6
7     <div class="prop">
8         <span class="name">
9             <ui:insert name="label"/>
10         </span>
11         <span class="value">
12             <ui:insert/>
13         </span>
14     </div>
15
16 </ui:composition>