Subversion Repositories eFlore/Applications.del

Rev

Rev 396 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 396 Rev 611
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
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="barreRepartitionVote.css" />
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}"/>
6
	<g:HTMLPanel styleName="{style.barre}">
9
		<g:HTMLPanel styleName="{style.barre}">
-
 
10
			<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
7
			<g:PushButton ui:field="boutonNon" styleName="{style.boutonVote}" />
11
			<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
8
			
12
		</g:HTMLPanel>
9
		<g:HTML ui:field="barreRepartitionHtmlBrut" styleName="conteneurBarreRepartition"/><g:PushButton ui:field="boutonOui" styleName="{style.boutonVote}" />
13
		<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
10
	</g:HTMLPanel>
14
	</g:HTMLPanel>
11
</ui:UiBinder>
15
</ui:UiBinder>
12
16