Subversion Repositories eFlore/Applications.del

Rev

Rev 673 | Rev 1026 | Go to most recent revision | 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}">
652 aurelien 7
		<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon}" />
8
		<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
9
			<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
10
			<g:HTMLPanel styleName="{style.barre}">
11
				<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
12
				<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
13
			</g:HTMLPanel>
14
			<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
673 gduche 15
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
1004 benjamin 16
			<g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
611 gduche 17
		</g:HTMLPanel>
186 aurelien 18
	</g:HTMLPanel>
140 aurelien 19
</ui:UiBinder>