Subversion Repositories eFlore/Applications.del

Rev

Rev 1833 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
	<ui:style src="observationdetermination.css" />
9
 
10
	<g:HTMLPanel>
11
		<g:HTML><br class="nettoyage"></br></g:HTML>
12
		<g:HTMLPanel styleName="{style.determinationOriginale}" ui:field="zonePropositions">
13
			<g:Label styleName="petit {style.headerTableau} {style.gauche}">Score</g:Label>
14
			<g:Label styleName="petit {style.headerTableau} {style.gauche} {style.determInitiale}">Espèces proposées</g:Label>
15
			<g:HTMLPanel styleName="{style.determination}" ui:field="tableauPropositions" />
16
		</g:HTMLPanel>
17
	</g:HTMLPanel>
18
</ui:UiBinder>