Subversion Repositories eFlore/Applications.del

Rev

Rev 591 | 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}">
590 gduche 11
		<g:HTMLPanel styleName="{style.barreNavigation}">
12
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
13
			<g:HTMLPanel styleName="gauche {style.protocoles}">
14
					<g:ListBox ui:field="listeProtocoles" />
15
			</g:HTMLPanel>
591 gduche 16
			<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit">
598 aurelien 17
				<g:Label text="{constants.tri}"  styleName="gauche {style.labeltri}"/>
506 gduche 18
				<g:HTMLPanel ui:field="triParNbVotes" styleName="gauche">
591 gduche 19
					<g:Label text="{constants.triParNbVotes}"  styleName="gauche {style.votes}" ui:field="labelVote"/>
506 gduche 20
					<g:Button title="{constants.triParNbVotesAscendant}" ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc} gauche" />
21
					<g:Button title="{constants.triParNbVotesDescendant}" ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc} gauche" />
22
				</g:HTMLPanel>
23
				<g:HTMLPanel ui:field="triParDate" styleName="gauche">
591 gduche 24
					<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
506 gduche 25
					<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
26
					<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
27
				</g:HTMLPanel>
590 gduche 28
			</g:HTMLPanel>
459 benjamin 29
		</g:HTMLPanel>
590 gduche 30
 
459 benjamin 31
		<g:VerticalPanel ui:field="panneauChargement">
361 benjamin 32
			<g:Image url="./img/wait.gif"></g:Image>
33
		</g:VerticalPanel>
564 benjamin 34
		<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
361 benjamin 35
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
249 gduche 36
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
178 benjamin 37
		<g:VerticalPanel ui:field="panneauPagination" />
38
	</g:HTMLPanel>
39
</ui:UiBinder>