Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1203 Rev 1566
Line 17... Line 17...
17
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
17
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
18
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche {style.votes}" ui:field="labelVote"/>
18
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche {style.votes}" ui:field="labelVote"/>
19
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
19
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
20
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
20
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
21
				</g:HTMLPanel>
21
				</g:HTMLPanel>
-
 
22
				<g:HTMLPanel ui:field="triParPoints" styleName="gauche">
-
 
23
					<g:Label text="{constants.triParNbPoints}"  styleName="gauche {style.votes}" ui:field="labelPoints"/>
-
 
24
					<g:Button title="{constants.triParNbPointsAscendant}" ui:field="triParPointsAscendant" styleName="{style.boutonTriAsc} gauche" />
-
 
25
					<g:Button title="{constants.triParNbPointsDescendant}" ui:field="triParPointsDescendant" styleName="{style.boutonTriDesc} gauche" />
-
 
26
				</g:HTMLPanel>
22
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
27
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
23
					<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
28
					<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
24
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
29
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
25
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
30
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
26
				</g:HTMLPanel>
31
				</g:HTMLPanel>