Subversion Repositories eFlore/Applications.del

Rev

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

Rev 591 Rev 598
Line 12... Line 12...
12
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
12
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
13
			<g:HTMLPanel styleName="gauche {style.protocoles}">
13
			<g:HTMLPanel styleName="gauche {style.protocoles}">
14
					<g:ListBox ui:field="listeProtocoles" />
14
					<g:ListBox ui:field="listeProtocoles" />
15
			</g:HTMLPanel>
15
			</g:HTMLPanel>
16
			<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
16
			<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
17
				<g:Label text="{constants.tri}"  styleName="gauche"/>
17
				<g:Label text="{constants.tri}"  styleName="gauche {style.labeltri}"/>
18
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
18
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
19
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche {style.votes}" ui:field="labelVote"/>
19
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche {style.votes}" ui:field="labelVote"/>
20
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
20
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
21
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
21
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
22
				</g:HTMLPanel>
22
				</g:HTMLPanel>