Subversion Repositories eFlore/Applications.del

Rev

Rev 46 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 70
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
 
5
 
6
	<g:VerticalPanel>
6
	<g:HorizontalPanel>
7
		<g:HTML>Image</g:HTML>
-
 
8
		<g:HTML>Notes</g:HTML>
7
		<g:Image ui:field="imageObservation"></g:Image>
9
	    <g:HTML>Proposer sa determination</g:HTML>
8
		<g:HTML ui:field="detailObservation"></g:HTML>
10
	</g:VerticalPanel>
9
	</g:HorizontalPanel>
11
 
10
 
12
</ui:UiBinder>
11
</ui:UiBinder>