Subversion Repositories eFlore/Applications.del

Rev

Rev 480 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
459 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
480 benjamin 5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
459 benjamin 6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
445 benjamin 7
 
459 benjamin 8
	<ui:style src="ResultatsRechercheObservations.css" />
9
 
445 benjamin 10
	<g:HTMLPanel>
11
		<g:HTMLPanel>
459 benjamin 12
			<g:HorizontalPanel>
13
				<g:HorizontalPanel ui:field="triParNbVotes">
14
					<g:Label text="{constants.triParNbVotes}" />
491 benjamin 15
					<g:Button title="{constants.triParNbVotesAscendant}"
16
						ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
17
					<g:Button title="{constants.triParNbVotesDescendant}"
18
						ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
459 benjamin 19
				</g:HorizontalPanel>
20
				<g:HorizontalPanel ui:field="triParDate">
21
					<g:Label text="{constants.triParDate}" />
491 benjamin 22
					<g:Button title="{constants.triParDateAscendant}"
23
						ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
24
					<g:Button title="{constants.triParDateDescendant}"
25
						ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
459 benjamin 26
				</g:HorizontalPanel>
27
			</g:HorizontalPanel>
28
		</g:HTMLPanel>
29
		<g:HTMLPanel>
445 benjamin 30
			<g:VerticalPanel ui:field="zonePaginationHaut" />
459 benjamin 31
			<g:VerticalPanel ui:field="panneauChargement">
445 benjamin 32
				<g:Image url="./img/wait.gif"></g:Image>
33
			</g:VerticalPanel>
459 benjamin 34
			<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
445 benjamin 35
			<g:VerticalPanel ui:field="zonePaginationBas" />
36
		</g:HTMLPanel>
37
	</g:HTMLPanel>
38
</ui:UiBinder>