Subversion Repositories eFlore/Applications.del

Rev

Rev 1471 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
66 gduche 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">
3
 
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
5
<ui:style src="moyenne.css" />
6
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
1086 gduche 8
		<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
1088 gduche 9
			<g:Label styleName="petit enligne">Note générale</g:Label><g:Label ui:field="noteGenerale" styleName="petit enligne"/>
1086 gduche 10
 
11
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
12
			<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
13
		</g:HTMLPanel>
655 gduche 14
		<g:HorizontalPanel>
1086 gduche 15
			<g:Label styleName="{style.petit} {style.protocole}" ui:field="protocole" text="protocole"/>
16
		</g:HorizontalPanel>
1095 gduche 17
		<g:Label ui:field="zoneVoter" styleName="{style.zoneVoter}">Votez !</g:Label>
18
		<g:HorizontalPanel ui:field="zoneDeVote">
253 gduche 19
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
1088 gduche 20
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
1092 gduche 21
			<g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
1471 aurelien 22
			<g:HTMLPanel ui:field="voteSupprime"><g:Label text="{constants.voteSupprime}"></g:Label></g:HTMLPanel>
1088 gduche 23
			<g:HTMLPanel styleName="{style.zoneBoutonsVote}">
1471 aurelien 24
			<g:Button ui:field="boutonAnnuler" title="{constants.supprimerVote}" styleName="{style.annuler}"></g:Button>
1088 gduche 25
			</g:HTMLPanel>
253 gduche 26
		</g:HorizontalPanel>
66 gduche 27
	</g:HTMLPanel>
28
</ui:UiBinder>