Subversion Repositories eFlore/Applications.del

Rev

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

Rev 116 Rev 135
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
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'
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"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
Line 5... Line 5...
5
 
5
 
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
-
 
7
 
-
 
8
 
-
 
Line -... Line 6...
-
 
6
	<ui:style src="moyenneVoteProtocole.css" />
9
	<g:HTMLPanel>
7
 
-
 
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
10
 
9
		<g:HorizontalPanel styleName="{style.protocole} plein">
11
		<g:HorizontalPanel>
10
			<g:VerticalPanel styleName="{style.nomProtocole}">
-
 
11
				<g:Label ui:field="nomProtocole" text="{constants.chargement}" styleName="gras"/>
-
 
12
				<g:FocusPanel ui:field="moyenneVotes" />
12
			<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
13
			</g:VerticalPanel>
13
			<g:FocusPanel ui:field="moyenneVotes" />
14
			<g:VerticalPanel  styleName="{style.nbVotes} gras">
-
 
15
				<g:Label text="Votes" />
14
			<g:Label text="Votes :" />
16
				<g:Label ui:field="nbVotes"  />
15
			<g:Label ui:field="nbVotes"  />
17
			</g:VerticalPanel>
16
			<g:FocusPanel ui:field="monVote" />
-
 
17
		</g:HorizontalPanel>
-
 
18
 
18
			<g:FocusPanel ui:field="monVote" styleName="{style.monVote} gras"/>