Subversion Repositories eFlore/Applications.del

Rev

Rev 132 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 aurelien 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
46 aurelien 5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
41 aurelien 6
 
7
	<g:VerticalPanel>
132 gduche 8
		<g:VerticalPanel ui:field="detailImageObservation" />
9
		<g:VerticalPanel ui:field="vote" />
10
		<g:VerticalPanel ui:field="forum" />
11
	    <g:VerticalPanel ui:field="formulaireProposition" />
12
	    <g:VerticalPanel ui:field="formulaireRechercheEflore" />
41 aurelien 13
	</g:VerticalPanel>
14
 
15
</ui:UiBinder>