Subversion Repositories eFlore/Applications.del

Rev

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

Rev 480 Rev 491
Line 10... Line 10...
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:HorizontalPanel>
12
			<g:HorizontalPanel>
13
				<g:HorizontalPanel ui:field="triParNbVotes">
13
				<g:HorizontalPanel ui:field="triParNbVotes">
14
					<g:Label text="{constants.triParNbVotes}" />
14
					<g:Label text="{constants.triParNbVotes}" />
-
 
15
					<g:Button title="{constants.triParNbVotesAscendant}"
15
					<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
16
						ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
17
					<g:Button title="{constants.triParNbVotesDescendant}"
16
					<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
18
						ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
17
				</g:HorizontalPanel>
19
				</g:HorizontalPanel>
18
				<g:HorizontalPanel ui:field="triParDate">
20
				<g:HorizontalPanel ui:field="triParDate">
19
					<g:Label text="{constants.triParDate}" />
21
					<g:Label text="{constants.triParDate}" />
-
 
22
					<g:Button title="{constants.triParDateAscendant}"
20
					<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
23
						ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
24
					<g:Button title="{constants.triParDateDescendant}"
21
					<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
25
						ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
22
				</g:HorizontalPanel>
26
				</g:HorizontalPanel>
23
			</g:HorizontalPanel>
27
			</g:HorizontalPanel>
24
		</g:HTMLPanel>
28
		</g:HTMLPanel>
25
		<g:HTMLPanel>
29
		<g:HTMLPanel>
26
			<g:VerticalPanel ui:field="zonePaginationHaut" />
30
			<g:VerticalPanel ui:field="zonePaginationHaut" />