Subversion Repositories eFlore/Applications.del

Rev

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

Rev 901 Rev 921
Line 9... Line 9...
9
	<g:HTMLPanel styleName="{style.ligneProposition}">	
9
	<g:HTMLPanel styleName="{style.ligneProposition}">	
10
		<g:HTMLPanel ui:field="conteneurPanneauDeterminations" />
10
		<g:HTMLPanel ui:field="conteneurPanneauDeterminations" />
11
		<g:FocusPanel ui:field="conteneurPanneauVotes" styleName="{style.nombreVotes}">
11
		<g:FocusPanel ui:field="conteneurPanneauVotes" styleName="{style.nombreVotes}">
12
			<g:HTML ui:field="nbVotesHtml"/>
12
			<g:HTML ui:field="nbVotesHtml"/>
13
		</g:FocusPanel>
13
		</g:FocusPanel>
14
		<g:HTMLPanel ui:field="conteneurPanneauCommentaires" styleName="{style.commentaires}">
14
		<g:FocusPanel ui:field="conteneurPanneauCommentaires" styleName="{style.commentaires}">
15
			<g:HTML ui:field="nbCommentairesHtml"/>
15
			<g:HTML ui:field="nbCommentairesHtml"/>
16
		</g:HTMLPanel>
16
		</g:FocusPanel>
17
	</g:HTMLPanel>
17
	</g:HTMLPanel>
18
</ui:UiBinder>
18
</ui:UiBinder>
19
19