140 |
aurelien |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
|
|
|
3 |
xmlns:g="urn:import:com.google.gwt.user.client.ui">
|
611 |
gduche |
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
5 |
<ui:style src="barreRepartition.css" />
|
|
|
6 |
<g:HTMLPanel styleName="{style.conteneurBarre}">
|
|
|
7 |
<g:Label ui:field="nomTaxon" />
|
|
|
8 |
<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
|
|
|
9 |
<g:HTMLPanel styleName="{style.barre}">
|
|
|
10 |
<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
|
|
|
11 |
<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
|
|
|
12 |
</g:HTMLPanel>
|
|
|
13 |
<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
|
186 |
aurelien |
14 |
</g:HTMLPanel>
|
140 |
aurelien |
15 |
</ui:UiBinder>
|