Subversion Repositories eFlore/Applications.del

Rev

Rev 1086 | Rev 1092 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1086 Rev 1088
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
 
3
 
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="moyenne.css" />
5
<ui:style src="moyenne.css" />
6
 
6
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
7
	<g:HTMLPanel styleName="{style.moyenne}">
8
		<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
8
		<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
9
			<g:Label styleName="petit">Note générale</g:Label>
9
			<g:Label styleName="petit enligne">Note générale</g:Label><g:Label ui:field="noteGenerale" styleName="petit enligne"/>
10
			
10
			
11
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
11
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
12
			<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
12
			<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
13
		</g:HTMLPanel>
13
		</g:HTMLPanel>
14
		<g:HorizontalPanel>
14
		<g:HorizontalPanel>
15
			<g:Label styleName="{style.petit} {style.protocole}" ui:field="protocole" text="protocole"/>
15
			<g:Label styleName="{style.petit} {style.protocole}" ui:field="protocole" text="protocole"/>
16
		</g:HorizontalPanel>
16
		</g:HorizontalPanel>
17
		<g:HorizontalPanel>
17
		<g:HorizontalPanel>
18
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
18
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
19
			<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
-
 
20
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
19
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
-
 
20
			<g:HTMLPanel styleName="{style.zoneBoutonsVote}">
-
 
21
			<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
21
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
22
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
-
 
23
			</g:HTMLPanel>
22
		</g:HorizontalPanel>
24
		</g:HorizontalPanel>
23
	</g:HTMLPanel>
25
	</g:HTMLPanel>
24
</ui:UiBinder>
26
</ui:UiBinder>