Subversion Repositories eFlore/Applications.del

Rev

Rev 41 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 46
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum"
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
6
  xmlns:formulaireProposition="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.formulaireproposition">
-
 
Line 7... Line 6...
7
 
6
 
8
 
7
 
9
	<g:VerticalPanel>
8
	<g:VerticalPanel>
10
		<g:HTML>Details sur l'image + infos observation</g:HTML>
-
 
11
		<forum:Forum ui:field="forum"></forum:Forum>
9
		<g:VerticalPanel ui:field="detailImageObservation"></g:VerticalPanel>
12
	    <g:HTML>Proposer sa determination</g:HTML>
10
		<g:VerticalPanel ui:field="forum"></g:VerticalPanel>
Line 13... Line 11...
13
	    <formulaireProposition:FormulaireProposition ui:field="formulaireProposition"></formulaireProposition:FormulaireProposition>
11
	     <g:VerticalPanel ui:field="formulaireProposition"></g:VerticalPanel>  
14
	</g:VerticalPanel>
12
	</g:VerticalPanel>