Subversion Repositories eFlore/Applications.del

Rev

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

Rev 655 Rev 677
Line 9... Line 9...
9
		
9
		
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
			<g:HTMLPanel styleName="{style.barreNavigation}">
11
			<g:HTMLPanel styleName="{style.barreNavigation}">
12
				<g:VerticalPanel ui:field="zonePaginationHaut" styleName="gauche" />
12
				<g:VerticalPanel ui:field="zonePaginationHaut" styleName="gauche" />
-
 
13
				<g:HTMLPanel ui:field="zoneTri" styleName="droite {style.zoneTri} petit">
13
				<g:HTMLPanel ui:field="zoneTri" styleName="droite {style.zoneTri} petit">
14
				<g:Label text="{constants.tri}"  styleName="gauche"/>
14
					<g:HTMLPanel ui:field="triParDate" styleName="gauche">
15
					<g:HTMLPanel ui:field="triParDate" styleName="gauche">
15
						<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
16
						<g:Hyperlink text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
16
						<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
17
						<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
17
						<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
18
						<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
18
					</g:HTMLPanel>
19
					</g:HTMLPanel>
19
				</g:HTMLPanel>
20
				</g:HTMLPanel>