Subversion Repositories eFlore/Applications.del

Rev

Rev 1050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1050 Rev 1070
Line 4... Line 4...
4
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
4
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
5
	<ui:style src="barreRepartition.css" />
5
	<ui:style src="barreRepartition.css" />
6
	<g:HTMLPanel styleName="{style.conteneurBarre}">
6
	<g:HTMLPanel styleName="{style.conteneurBarre}">
7
		<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon} labelTaxon" />
7
		<g:Label ui:field="nomTaxon" styleName="{style.labelTaxon} labelTaxon" />
8
		<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
8
		<g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
9
			<g:PushButton ui:field="boutonNon" text="-" styleName="{style.boutonNon}"/>
9
			<g:PushButton ui:field="boutonNon" text=" " styleName="{style.boutonNon}"/>
10
			<g:HTMLPanel styleName="{style.barre}">
10
			<g:HTMLPanel styleName="{style.barre}">
11
				<g:Label styleName="{style.pourcentage}" ui:field="pourcentage"></g:Label>
11
				<g:Label styleName="{style.pourcentage}" ui:field="pourcentage"></g:Label>
12
				<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
12
				<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
13
				<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
13
				<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
14
			</g:HTMLPanel>
14
			</g:HTMLPanel>
15
			<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
15
			<g:PushButton ui:field="boutonOui" text=" " styleName="{style.boutonOui}"/>
16
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
16
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
17
			<g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
17
			<g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
18
		</g:HTMLPanel>
18
		</g:HTMLPanel>
19
	</g:HTMLPanel>
19
	</g:HTMLPanel>
20
</ui:UiBinder>
20
</ui:UiBinder>
21
21