Subversion Repositories eFlore/Applications.del

Rev

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

Rev 46 Rev 70
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'>
Line 5... Line 5...
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>
Line 10... Line 9...
10
	</g:VerticalPanel>
9
	</g:HorizontalPanel>
11
 
10