Line 12... |
Line 12... |
12 |
<g:HTMLPanel styleName="{style.barreNavigation} limiteMax limiteMin">
|
12 |
<g:HTMLPanel styleName="{style.barreNavigation} limiteMax limiteMin">
|
13 |
<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
|
13 |
<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
|
Line 14... |
Line 14... |
14 |
|
14 |
|
15 |
<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
|
15 |
<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
|
16 |
<g:Label text="{constants.tri}" styleName="gauche {style.labeltri}"/>
|
16 |
<g:Label text="{constants.tri}" styleName="gauche {style.labeltri}"/>
|
17 |
<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
|
17 |
<g:HTMLPanel ui:field="triParDate" styleName="gauche">
|
18 |
<g:Label text="{constants.triParNbVotes}" styleName="gauche {style.votes}" ui:field="labelVote"/>
|
18 |
<g:Label text="{constants.triParDate}" title="{constants.triParDateTooltip}" styleName="gauche {style.date}" ui:field="labelDate"/>
|
19 |
<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
|
19 |
<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
|
- |
|
20 |
<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
|
- |
|
21 |
</g:HTMLPanel>
|
- |
|
22 |
<g:HTMLPanel ui:field="triParMoyenneArithmetique" styleName="gauche">
|
- |
|
23 |
<g:Label text="{constants.triParMoyenneArithmetique}" title="{constants.triParMoyenneArithmetiqueTooltip}" styleName="gauche {style.moyenneArithmetique}" ui:field="labelMoyenneArithmetique"/>
|
- |
|
24 |
<g:Button title="{constants.triParMoyenneArithmetiqueAscendant}" ui:field="triParMoyenneArithmetiqueAscendant" styleName="{style.boutonTriAsc} gauche" />
|
20 |
<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
|
25 |
<g:Button title="{constants.triParMoyenneArithmetiqueDescendant}" ui:field="triParMoyenneArithmetiqueDescendant" styleName="{style.boutonTriDesc} gauche" />
|
21 |
</g:HTMLPanel>
|
26 |
</g:HTMLPanel>
|
22 |
<g:HTMLPanel ui:field="triParPoints" styleName="gauche">
|
27 |
<g:HTMLPanel ui:field="triParPoints" styleName="gauche">
|
23 |
<g:Label text="{constants.triParNbPoints}" styleName="gauche {style.votes}" ui:field="labelPoints"/>
|
28 |
<g:Label text="{constants.triParNbPoints}" title="{constants.triParNbPointsTooltip}" styleName="gauche {style.points}" ui:field="labelPoints"/>
|
24 |
<g:Button title="{constants.triParNbPointsAscendant}" ui:field="triParPointsAscendant" styleName="{style.boutonTriAsc} gauche" />
|
29 |
<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" />
|
30 |
<g:Button title="{constants.triParNbPointsDescendant}" ui:field="triParPointsDescendant" styleName="{style.boutonTriDesc} gauche" />
|
26 |
</g:HTMLPanel>
|
- |
|
27 |
<g:HTMLPanel ui:field="triParDate" styleName="gauche">
|
- |
|
28 |
<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
|
- |
|
29 |
<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
|
- |
|
30 |
<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
|
- |
|
31 |
</g:HTMLPanel>
|
31 |
</g:HTMLPanel>
|
32 |
<g:HTMLPanel ui:field="triParNbTags" styleName="gauche">
|
32 |
<g:HTMLPanel ui:field="triParNbTags" styleName="gauche">
|
33 |
<g:Label text="{constants.triParNbTags}" styleName="gauche {style.tag}" ui:field="labelTag"/>
|
33 |
<g:Label text="{constants.triParNbTags}" title="{constants.triParNbTagsTooltip}" styleName="gauche {style.tag}" ui:field="labelTag"/>
|
34 |
<g:Button title="{constants.triParNbTagsAscendant}" ui:field="triParNbTagsAscendant" styleName="{style.boutonTriAsc} gauche" />
|
34 |
<g:Button title="{constants.triParNbTagsAscendant}" ui:field="triParNbTagsAscendant" styleName="{style.boutonTriAsc} gauche" />
|
35 |
<g:Button title="{constants.triParNbTagsDescendant}" ui:field="triParNbTagsDescendant" styleName="{style.boutonTriDesc} gauche" />
|
35 |
<g:Button title="{constants.triParNbTagsDescendant}" ui:field="triParNbTagsDescendant" styleName="{style.boutonTriDesc} gauche" />
|
36 |
</g:HTMLPanel>
|
36 |
</g:HTMLPanel>
|
37 |
</g:HTMLPanel>
|
37 |
</g:HTMLPanel>
|