Subversion Repositories eFlore/Applications.del

Rev

Rev 590 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 590 Rev 591
Line 11... Line 11...
11
		<g:HTMLPanel styleName="{style.barreNavigation}">
11
		<g:HTMLPanel styleName="{style.barreNavigation}">
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}">
16
			<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
-
 
17
				<g:Label text="{constants.tri}"  styleName="gauche"/>
17
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
18
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
18
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
19
					<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" />
20
					<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" />
21
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
21
				</g:HTMLPanel>
22
				</g:HTMLPanel>
22
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
23
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
23
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
24
					<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" />
25
					<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" />
26
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
26
				</g:HTMLPanel>
27
				</g:HTMLPanel>
27
			</g:HTMLPanel>
28
			</g:HTMLPanel>
28
		</g:HTMLPanel>
29
		</g:HTMLPanel>