Subversion Repositories eFlore/Applications.del

Rev

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

Rev 455 Rev 459
Line 11... Line 11...
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
12
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
14
			<g:HTMLPanel ui:field="zoneRecherche" />
14
			<g:HTMLPanel ui:field="zoneRecherche" />
15
		</g:HTMLPanel>
15
		</g:HTMLPanel>
16
		<g:HTMLPanel>
16
		
17
			<g:HorizontalPanel>
-
 
18
				<g:HorizontalPanel ui:field="triParNbVotes">
-
 
19
					<g:Label text="{constants.triParNbVotes}" />
-
 
20
					<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
21
					<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
-
 
22
				</g:HorizontalPanel>
-
 
23
				<g:HorizontalPanel ui:field="triParDate">
-
 
24
					<g:Label text="{constants.triParDate}" />
-
 
25
					<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
-
 
26
					<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
-
 
27
				</g:HorizontalPanel>
-
 
28
			</g:HorizontalPanel>
-
 
29
		</g:HTMLPanel>
-
 
30
		<g:HTMLPanel>
17
		<g:HTMLPanel>
31
			<g:VerticalPanel ui:field="zoneResultats" />
18
			<g:VerticalPanel ui:field="zoneResultats" />
32
		</g:HTMLPanel>
19
		</g:HTMLPanel>
33
	</g:HTMLPanel>
20
	</g:HTMLPanel>
34
</ui:UiBinder>
21
</ui:UiBinder>