Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
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}">
1124 gduche 7
		<g:Label styleName="gauche {style.score}" ui:field="score">--</g:Label>
1050 gduche 8
		<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon} labelTaxon" />
652 aurelien 9
		<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
1070 aurelien 10
			<g:PushButton ui:field="boutonNon" text=" " styleName="{style.boutonNon}"/>
11
			<g:PushButton ui:field="boutonOui" text=" " styleName="{style.boutonOui}"/>
673 gduche 12
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
1004 benjamin 13
			<g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
611 gduche 14
		</g:HTMLPanel>
186 aurelien 15
	</g:HTMLPanel>
140 aurelien 16
</ui:UiBinder>