Subversion Repositories eFlore/Applications.del

Rev

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

Rev 652 Rev 672
Line 10... Line 10...
10
			<g:HTMLPanel styleName="{style.barre}">
10
			<g:HTMLPanel styleName="{style.barre}">
11
				<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
11
				<g:HTMLPanel ui:field="barreOui" styleName="{style.barreOui} gauche"/>
12
				<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
12
				<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
13
			</g:HTMLPanel>
13
			</g:HTMLPanel>
14
			<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
14
			<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
-
 
15
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label>Vote pris en compte</g:Label></g:HTMLPanel>
15
		</g:HTMLPanel>
16
		</g:HTMLPanel>
16
	</g:HTMLPanel>
17
	</g:HTMLPanel>
17
</ui:UiBinder>
18
</ui:UiBinder>
18
19