Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 1062
Line 2... Line 2...
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"/>
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
7
<ui:style src="formulaireRechercheEflore.css" />
7
<g:VerticalPanel>
8
<g:VerticalPanel>
8
	<g:Label text="{constants.comparer}" styleName="sousTitre"/>
9
	<g:Label text="{constants.comparer}" styleName="sousTitre"/>
9
	<g:Label text="{constants.infoComparer}" styleName="petit"/>
10
	<g:Label text="{constants.infoComparer}" styleName="petit"/>
-
 
11
	<g:HTML><br /></g:HTML>
10
	<g:HTML><br /></g:HTML>
12
	<g:HorizontalPanel >
11
	<g:HorizontalPanel><g:TextBox ui:field="formulaireRechercheObservationEflore"/>
13
	    <g:HTMLPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
-
 
14
	<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation"  />
12
	<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation"  /></g:HorizontalPanel>
15
	</g:HorizontalPanel>
Line 13... Line 16...
13
</g:VerticalPanel>
16
</g:VerticalPanel>
14
 
17