Subversion Repositories eFlore/Applications.del

Rev

Rev 973 | Rev 1104 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
901 aurelien 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="detailListeVotesDeterminationVue.css" />
8
	<g:HTMLPanel styleName="{style.conteneurTableauVotes}">
9
		<g:HTMLPanel ui:field='titre' styleName="titre" />
973 aurelien 10
		<g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
1102 gduche 11
		<g:HTMLPanel styleName="{style.detailVotePour}">
12
			<g:HTMLPanel styleName="{style.titreVotes}">
13
				<g:Label>Votes Pour</g:Label>
14
				<g:Label ui:field="scorePour">%</g:Label>
15
			</g:HTMLPanel>
16
			<g:HTMLPanel ui:field="detailVotePour" styleName="{style.detailVotes}">
17
			</g:HTMLPanel>
18
		</g:HTMLPanel>
19
 
20
		<g:HTMLPanel styleName="{style.detailVoteContre}">
21
			<g:HorizontalPanel styleName="{style.titreVotes} {style.titreVotesContre}">
22
				<g:Label>Votes Contre</g:Label>
23
				<g:Label ui:field="scoreContre">%</g:Label>
24
			</g:HorizontalPanel>
25
			<g:HTMLPanel ui:field="detailVoteContre" styleName="{style.detailVotes}">
26
			</g:HTMLPanel>
27
		</g:HTMLPanel>
901 aurelien 28
  		<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
29
			<g:Image url="./img/wait.gif"></g:Image>
30
		</g:HTMLPanel>
909 aurelien 31
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
1102 gduche 32
		<g:HTML>
33
			<br class="nettoyage" />
34
		</g:HTML>
901 aurelien 35
  	</g:HTMLPanel>
36
</ui:UiBinder>