Subversion Repositories eFlore/Applications.del

Rev

Rev 506 | 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
 
241 gduche 10
	<g:HTMLPanel styleName="{style.contenuResultat}">
459 benjamin 11
		<g:HTMLPanel>
564 benjamin 12
			<g:HTMLPanel ui:field="zoneTri" styleName="{style.zoneTri}">
506 gduche 13
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
14
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche"/>
15
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
16
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
17
				</g:HTMLPanel>
18
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
19
					<g:Label text="{constants.triParDate}" styleName="gauche"/>
20
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
21
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
22
				</g:HTMLPanel>
459 benjamin 23
		</g:HTMLPanel>
506 gduche 24
		</g:HTMLPanel>
365 gduche 25
		<g:VerticalPanel ui:field="panneauPaginationHaut" />
459 benjamin 26
		<g:VerticalPanel ui:field="panneauChargement">
361 benjamin 27
			<g:Image url="./img/wait.gif"></g:Image>
28
		</g:VerticalPanel>
564 benjamin 29
		<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
361 benjamin 30
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
249 gduche 31
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
178 benjamin 32
		<g:VerticalPanel ui:field="panneauPagination" />
33
	</g:HTMLPanel>
34
</ui:UiBinder>