Rev 1196 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1196 |
gduche |
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 |
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
7 |
<ui:style src="formulaireRechercheEflore.css" />
|
|
|
8 |
<g:VerticalPanel>
|
|
|
9 |
<g:Label text="{constants.comparer}" styleName="sousTitre"/>
|
|
|
10 |
<g:Label text="{constants.infoComparer}" styleName="petit"/>
|
|
|
11 |
<g:HTML><br /></g:HTML>
|
|
|
12 |
<g:HorizontalPanel >
|
|
|
13 |
<g:HTMLPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
|
|
14 |
<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation" />
|
|
|
15 |
</g:HorizontalPanel>
|
|
|
16 |
</g:VerticalPanel>
|
|
|
17 |
|
|
|
18 |
</ui:UiBinder>
|