Subversion Repositories eFlore/Applications.del

Rev

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

Rev 72 Rev 135
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
 <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
-
 
7
 
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
-
 
7
<g:VerticalPanel>
-
 
8
	<g:Label text="{constants.comparer}" styleName="sousTitre"/>
-
 
9
	<g:Label text="{constants.infoComparer}" styleName="petit"/>
8
	<g:VerticalPanel>
10
	<g:HTML><br /></g:HTML>
9
		<g:TextBox ui:field="formulaireRechercheObservationEflore" />
11
	<g:HorizontalPanel><g:TextBox ui:field="formulaireRechercheObservationEflore"/>
10
		<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation" />
12
	<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation"  /></g:HorizontalPanel>
Line 11... Line 13...
11
	</g:VerticalPanel>
13
</g:VerticalPanel>
12
 
14