Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
70 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'>
5
 
135 gduche 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"/>
10
	<g:HTML><br /></g:HTML>
11
	<g:HorizontalPanel><g:TextBox ui:field="formulaireRechercheObservationEflore"/>
12
	<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation"  /></g:HorizontalPanel>
13
</g:VerticalPanel>
70 aurelien 14
 
15
</ui:UiBinder>