Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
178 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">
5
 
241 gduche 6
	<ui:style src="ResultatRechercheImage.css" />
361 benjamin 7
 
459 benjamin 8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
 
10
 
241 gduche 11
	<g:HTMLPanel styleName="{style.contenuResultat}">
459 benjamin 12
		<g:HTMLPanel>
13
			<g:HorizontalPanel>
14
				<g:HorizontalPanel ui:field="triParNbVotes">
15
					<g:Label text="{constants.triParNbVotes}" />
491 benjamin 16
					<g:Button title="{constants.triParNbVotesAscendant}"
17
						ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
18
					<g:Button title="{constants.triParNbVotesDescendant}"
19
						ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
459 benjamin 20
				</g:HorizontalPanel>
21
				<g:HorizontalPanel ui:field="triParDate">
22
					<g:Label text="{constants.triParDate}" />
491 benjamin 23
					<g:Button title="{constants.triParDateAscendant}"
24
						ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
25
					<g:Button title="{constants.triParDateDescendant}"
26
						ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
459 benjamin 27
				</g:HorizontalPanel>
28
			</g:HorizontalPanel>
29
		</g:HTMLPanel>
365 gduche 30
		<g:VerticalPanel ui:field="panneauPaginationHaut" />
459 benjamin 31
		<g:VerticalPanel ui:field="panneauChargement">
361 benjamin 32
			<g:Image url="./img/wait.gif"></g:Image>
33
		</g:VerticalPanel>
34
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
249 gduche 35
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
178 benjamin 36
		<g:VerticalPanel ui:field="panneauPagination" />
37
	</g:HTMLPanel>
38
</ui:UiBinder>